Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
87
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. ceph-disk@.service static
  3. ceph-mds@.service disabled
  4. ceph-mgr@.service enabled
  5. ceph-mon@.service enabled
  6. ceph-osd@.service enabled-runtime
  7. ceph-radosgw@.service disabled
  8. ceph-volume@.service enabled
  9. ceph-mds.target enabled
  10. ceph-mgr.target enabled
  11. ceph-mon.target enabled
  12. ceph-osd.target enabled
  13. ceph-radosgw.target enabled
  14. ceph.target enabled
  15. [cephadmin@ceph-node1 ceph]$ sudo systemctl status ceph-mon@ceph-node1
  16. ● ceph-mon@ceph-node1.service - Ceph cluster monitor daemon
  17. Loaded: loaded (/usr/lib/systemd/system/ceph-mon@.service; enabled; vendor preset: disabled)
  18. Active: failed (Result: start-limit) since Mon 2018-10-22 19:41:56 MSK; 3min 48s ago
  19. Process: 12099 ExecStart=/usr/bin/ceph-mon -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph (code=exited, status=1/FAILURE)
  20. Main PID: 12099 (code=exited, status=1/FAILURE)
  21.  
  22. Oct 22 19:41:46 ceph-node1 systemd[1]: Unit ceph-mon@ceph-node1.service entered failed state.
  23. Oct 22 19:41:46 ceph-node1 systemd[1]: ceph-mon@ceph-node1.service failed.
  24. Oct 22 19:41:56 ceph-node1 systemd[1]: ceph-mon@ceph-node1.service holdoff time over, scheduling restart.
  25. Oct 22 19:41:56 ceph-node1 systemd[1]: start request repeated too quickly for ceph-mon@ceph-node1.service
  26. Oct 22 19:41:56 ceph-node1 systemd[1]: Failed to start Ceph cluster monitor daemon.
  27. Oct 22 19:41:56 ceph-node1 systemd[1]: Unit ceph-mon@ceph-node1.service entered failed state.
  28. Oct 22 19:41:56 ceph-node1 systemd[1]: ceph-mon@ceph-node1.service failed.
  29. [cephadmin@ceph-node1 ceph]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement