Hello. Installed Proxmox 8.0-2. I completed the basic settings and assembled a cluster of 4 servers. I started installing Ceph via the Web interface. I configured the first server without errors, moved to the second server and after downloading and installing the packages, the assistant did not proceed to the next stage and froze. The Monitor service does not start on the first server.
The following steps do not solve the problem
Code:
root@server1:~# systemctl status ceph-mon@server1.service
ceph-mon@server1.service - Ceph cluster monitor daemon
Loaded: loaded (/lib/systemd/system/ceph-mon@.service; enabled; preset: enabled)
Active: failed (Result: signal)
Process: 15829 ExecStart=/usr/bin/ceph-mon -f --cluster ${CLUSTER} --id server1 --setuser ceph --setgroup ceph
Main PID: 15829 (code=killed, signal=ILL)
server1 systemd[1]: ceph-mon@server1.service: Start request repeated to quickly.
server1 systemd[1]: ceph-mon@server1.service: Failed with result 'signal'.
server1 systemd[1]: Failed to start ceph-mon@server1.service - Ceph cluster monitor daemon.
The following steps do not solve the problem
Code:
# systemctl reset-failed ceph-mon@server1.service
# systemctl start ceph-mon@server1.service
# systemctl stop ceph-mon@server1.service
# systemctl start ceph-mon@server1.service