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 2.16 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-mds@ceph-node1
  16. ● ceph-mds@ceph-node1.service - Ceph metadata server daemon
  17. Loaded: loaded (/usr/lib/systemd/system/ceph-mds@.service; disabled; vendor preset: disabled)
  18. Active: failed (Result: start-limit) since Mon 2018-10-22 19:41:27 MSK; 1min 56s ago
  19. Process: 12086 ExecStart=/usr/bin/ceph-mds -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph (code=exited, status=1/FAILURE)
  20. Main PID: 12086 (code=exited, status=1/FAILURE)
  21.  
  22. Oct 22 19:41:27 ceph-node1 systemd[1]: Unit ceph-mds@ceph-node1.service entered failed state.
  23. Oct 22 19:41:27 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service failed.
  24. Oct 22 19:41:27 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service holdoff time over, scheduling restart.
  25. Oct 22 19:41:27 ceph-node1 systemd[1]: start request repeated too quickly for ceph-mds@ceph-node1.service
  26. Oct 22 19:41:27 ceph-node1 systemd[1]: Failed to start Ceph metadata server daemon.
  27. Oct 22 19:41:27 ceph-node1 systemd[1]: Unit ceph-mds@ceph-node1.service entered failed state.
  28. Oct 22 19:41:27 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service failed.
  29. Oct 22 19:42:58 ceph-node1 systemd[1]: start request repeated too quickly for ceph-mds@ceph-node1.service
  30. Oct 22 19:42:58 ceph-node1 systemd[1]: Failed to start Ceph metadata server daemon.
  31. Oct 22 19:42:58 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement