Guest User

Untitled

a guest
Oct 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. [cephadmin@ceph-node1 ceph]$ systemctl list-unit-files|grep ceph
  2. [email protected] enabled-runtime
  3. ceph-mds.target enabled
  4. ceph-mgr.target enabled
  5. ceph-mon.target enabled
  6. ceph-osd.target enabled
  7. ceph-radosgw.target enabled
  8. ceph.target enabled
  9. [cephadmin@ceph-node1 ceph]$ sudo systemctl status ceph-mon@ceph-node1
  10. [email protected] - Ceph cluster monitor daemon
  11. Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled; vendor preset: disabled)
  12. Active: failed (Result: start-limit) since Mon 2018-10-22 19:41:56 MSK; 3min 48s ago
  13. Process: 12099 ExecStart=/usr/bin/ceph-mon -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph (code=exited, status=1/FAILURE)
  14. Main PID: 12099 (code=exited, status=1/FAILURE)
  15.  
  16. Oct 22 19:41:46 ceph-node1 systemd[1]: Unit [email protected] entered failed state.
  17. Oct 22 19:41:46 ceph-node1 systemd[1]: [email protected] failed.
  18. Oct 22 19:41:56 ceph-node1 systemd[1]: [email protected] holdoff time over, scheduling restart.
  19. Oct 22 19:41:56 ceph-node1 systemd[1]: start request repeated too quickly for [email protected]
  20. Oct 22 19:41:56 ceph-node1 systemd[1]: Failed to start Ceph cluster monitor daemon.
  21. Oct 22 19:41:56 ceph-node1 systemd[1]: Unit [email protected] entered failed state.
  22. Oct 22 19:41:56 ceph-node1 systemd[1]: [email protected] failed.
  23. [cephadmin@ceph-node1 ceph]$
Advertisement
Add Comment
Please, Sign In to add comment