[SOLVED] ceph mon create issue solved

RobFantini

Famous Member
May 24, 2012
2,042
107
133
Boston,Mass
create mon from pve web page problem:
Code:
job for ceph-mon@sys10.service failed because the control process exited with error code.
See "systemctl status ceph-mon@sys10.service" and "journalctl -xe" for details.
TASK ERROR: command '/bin/systemctl start ceph-mon@sys10' failed: exit code 1
Code:
sys10 /etc/pve # systemctl status ceph-mon@sys10.service
● ceph-mon@sys10.service - Ceph cluster monitor daemon
Loaded: loaded (/lib/systemd/system/ceph-mon@.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/ceph-mon@.service.d
└─ceph-after-pve-cluster.conf
Active: failed (Result: exit-code) since Tue 2017-09-12 06:21:35 EDT; 20min ago
Process: 25504 ExecStart=/usr/bin/ceph-mon -f --cluster ${CLUSTER} --id sys10 --setuser ceph --setgroup ceph (code=exited, status=1/FAILURE)
Main PID: 25504 (code=exited, status=1/FAILURE)

Sep 12 06:21:54 sys10 systemd[1]: ceph-mon@sys10.service: Failed with result 'exit-code'.
Sep 12 06:28:19 sys10 systemd[1]: ceph-mon@sys10.service: Start request repeated too quickly.
Sep 12 06:28:19 sys10 systemd[1]: Failed to start Ceph cluster monitor daemon.
Sep 12 06:28:19 sys10 systemd[1]: ceph-mon@sys10.service: Failed with result 'exit-code'.
Sep 12 06:31:20 sys10 systemd[1]: ceph-mon@sys10.service: Start request repeated too quickly.
Sep 12 06:31:20 sys10 systemd[1]: Failed to start Ceph cluster monitor daemon.
Sep 12 06:31:20 sys10 systemd[1]: ceph-mon@sys10.service: Failed with result 'exit-code'.
Sep 12 06:41:44 sys10 systemd[1]: ceph-mon@sys10.service: Start request repeated too quickly.
Sep 12 06:41:44 sys10 systemd[1]: Failed to start Ceph cluster monitor daemon.

luckily this fixed it , from cli
Code:
/bin/systemctl start ceph-mon@sys10