Advertisement
Guest User

Untitled

a guest
Oct 24th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. [cephadmin@ceph-node1 ~]$ ceph -s
  2. 2018-10-24 12:35:52.052 7f98b0de5700 0 monclient(hunting): authenticate timed out after 300
  3. [cephadmin@ceph-node1 ~]$ systemctl list-unit-files|grep ceph
  4. ceph-disk@.service static
  5. ceph-mds@.service disabled
  6. ceph-mgr@.service enabled
  7. ceph-mon@.service enabled
  8. ceph-osd@.service enabled-runtime
  9. ceph-radosgw@.service disabled
  10. ceph-volume@.service enabled
  11. ceph-mds.target enabled
  12. ceph-mgr.target enabled
  13. ceph-mon.target enabled
  14. ceph-osd.target enabled
  15. ceph-radosgw.target enabled
  16. ceph.target enabled
  17. [cephadmin@ceph-node1 ~]$ ^C
  18. [cephadmin@ceph-node1 ~]$ sudo systemctl reset-failed ceph-mds@ceph-node1
  19. [cephadmin@ceph-node1 ~]$ sudo systemctl start ceph-mds@ceph-node1
  20. [cephadmin@ceph-node1 ~]$ sudo journalctl -u ceph-mds@ceph-node1 -n1000
  21. -- Logs begin at Tue 2018-10-23 11:28:33 MSK, end at Wed 2018-10-24 12:38:12 MSK. --
  22. Oct 24 09:49:52 ceph-node1 systemd[1]: Started Ceph metadata server daemon.
  23. Oct 24 09:49:52 ceph-node1 systemd[1]: Starting Ceph metadata server daemon...
  24. Oct 24 09:49:52 ceph-node1 ceph-mds[43355]: 2018-10-24 09:49:52.952 7fd52dd1d480 -1 auth: unable to find a keyring on /var/lib/ceph/mds/ceph-ceph-node1/keyring: (2) No such file or directory
  25. Oct 24 09:49:52 ceph-node1 ceph-mds[43355]: 2018-10-24 09:49:52.952 7fd52dd1d480 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  26. Oct 24 09:49:52 ceph-node1 ceph-mds[43355]: failed to fetch mon config (--no-mon-config to skip)
  27. Oct 24 09:49:52 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  28. Oct 24 09:49:52 ceph-node1 systemd[1]: Unit ceph-mds@ceph-node1.service entered failed state.
  29. Oct 24 09:49:52 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service failed.
  30. Oct 24 09:49:53 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service holdoff time over, scheduling restart.
  31. Oct 24 09:49:53 ceph-node1 systemd[1]: Started Ceph metadata server daemon.
  32. Oct 24 09:49:53 ceph-node1 systemd[1]: Starting Ceph metadata server daemon...
  33. Oct 24 09:49:53 ceph-node1 ceph-mds[43367]: 2018-10-24 09:49:53.279 7f79c70bc480 -1 auth: unable to find a keyring on /var/lib/ceph/mds/ceph-ceph-node1/keyring: (2) No such file or directory
  34. Oct 24 09:49:53 ceph-node1 ceph-mds[43367]: 2018-10-24 09:49:53.279 7f79c70bc480 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  35. Oct 24 09:49:53 ceph-node1 ceph-mds[43367]: failed to fetch mon config (--no-mon-config to skip)
  36. Oct 24 09:49:53 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  37. Oct 24 09:49:53 ceph-node1 systemd[1]: Unit ceph-mds@ceph-node1.service entered failed state.
  38. Oct 24 09:49:53 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service failed.
  39. Oct 24 09:49:53 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service holdoff time over, scheduling restart.
  40. Oct 24 09:49:53 ceph-node1 systemd[1]: Started Ceph metadata server daemon.
  41. Oct 24 09:49:53 ceph-node1 systemd[1]: Starting Ceph metadata server daemon...
  42. Oct 24 09:49:53 ceph-node1 ceph-mds[43379]: 2018-10-24 09:49:53.526 7fe8c5664480 -1 auth: unable to find a keyring on /var/lib/ceph/mds/ceph-ceph-node1/keyring: (2) No such file or directory
  43. Oct 24 09:49:53 ceph-node1 ceph-mds[43379]: 2018-10-24 09:49:53.526 7fe8c5664480 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  44. Oct 24 09:49:53 ceph-node1 ceph-mds[43379]: failed to fetch mon config (--no-mon-config to skip)
  45. Oct 24 09:49:53 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  46. Oct 24 09:49:53 ceph-node1 systemd[1]: Unit ceph-mds@ceph-node1.service entered failed state.
  47. Oct 24 09:49:53 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service failed.
  48. Oct 24 09:49:53 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service holdoff time over, scheduling restart.
  49. Oct 24 09:49:53 ceph-node1 systemd[1]: start request repeated too quickly for ceph-mds@ceph-node1.service
  50. Oct 24 09:49:53 ceph-node1 systemd[1]: Failed to start Ceph metadata server daemon.
  51. Oct 24 09:49:53 ceph-node1 systemd[1]: Unit ceph-mds@ceph-node1.service entered failed state.
  52. Oct 24 09:49:53 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service failed.
  53. Oct 24 09:50:36 ceph-node1 systemd[1]: Started Ceph metadata server daemon.
  54. Oct 24 09:50:36 ceph-node1 systemd[1]: Starting Ceph metadata server daemon...
  55. Oct 24 09:50:36 ceph-node1 ceph-mds[43407]: 2018-10-24 09:50:36.620 7f3f3dc2d480 -1 auth: unable to find a keyring on /var/lib/ceph/mds/ceph-ceph-node1/keyring: (2) No such file or directory
  56. Oct 24 09:50:36 ceph-node1 ceph-mds[43407]: 2018-10-24 09:50:36.620 7f3f3dc2d480 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  57. Oct 24 09:50:36 ceph-node1 ceph-mds[43407]: failed to fetch mon config (--no-mon-config to skip)
  58. Oct 24 09:50:36 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  59. Oct 24 09:50:36 ceph-node1 systemd[1]: Unit ceph-mds@ceph-node1.service entered failed state.
  60. Oct 24 09:50:36 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service failed.
  61. Oct 24 09:50:36 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service holdoff time over, scheduling restart.
  62. Oct 24 09:50:36 ceph-node1 systemd[1]: Started Ceph metadata server daemon.
  63. Oct 24 09:50:36 ceph-node1 systemd[1]: Starting Ceph metadata server daemon...
  64. Oct 24 09:50:37 ceph-node1 ceph-mds[43419]: 2018-10-24 09:50:37.035 7fadf4c71480 -1 auth: unable to find a keyring on /var/lib/ceph/mds/ceph-ceph-node1/keyring: (2) No such file or directory
  65. Oct 24 09:50:37 ceph-node1 ceph-mds[43419]: 2018-10-24 09:50:37.035 7fadf4c71480 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  66. Oct 24 09:50:37 ceph-node1 ceph-mds[43419]: failed to fetch mon config (--no-mon-config to skip)
  67. Oct 24 09:50:37 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  68. Oct 24 09:50:37 ceph-node1 systemd[1]: Unit ceph-mds@ceph-node1.service entered failed state.
  69. Oct 24 09:50:37 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service failed.
  70. Oct 24 09:50:37 ceph-node1 systemd[1]: ceph-mds@ceph-node1.service holdoff time over, scheduling restart.
  71. [cephadmin@ceph-node1 ~]$ sudo systemctl reset-failed ceph-radosgw@ceph-node1
  72. [cephadmin@ceph-node1 ~]$ sudo systemctl start ceph-radosgw@ceph-node1
  73. [cephadmin@ceph-node1 ~]$ sudo journalctl -u ceph-radosgw@ceph-node1 -n1000
  74. -- Logs begin at Tue 2018-10-23 11:28:33 MSK, end at Wed 2018-10-24 12:39:43 MSK. --
  75. Oct 24 09:52:53 ceph-node1 systemd[1]: Started Ceph rados gateway.
  76. Oct 24 09:52:53 ceph-node1 systemd[1]: Starting Ceph rados gateway...
  77. Oct 24 09:52:53 ceph-node1 radosgw[43463]: 2018-10-24 09:52:53.798 7fb67a8cb8c0 -1 auth: unable to find a keyring on /var/lib/ceph/radosgw/ceph-ceph-node1/keyring: (2) No such file or directory
  78. Oct 24 09:52:53 ceph-node1 radosgw[43463]: 2018-10-24 09:52:53.798 7fb67a8cb8c0 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  79. Oct 24 09:52:53 ceph-node1 radosgw[43463]: failed to fetch mon config (--no-mon-config to skip)
  80. Oct 24 09:52:53 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  81. Oct 24 09:52:53 ceph-node1 systemd[1]: Unit ceph-radosgw@ceph-node1.service entered failed state.
  82. Oct 24 09:52:53 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service failed.
  83. Oct 24 09:52:53 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service holdoff time over, scheduling restart.
  84. Oct 24 09:52:53 ceph-node1 systemd[1]: Started Ceph rados gateway.
  85. Oct 24 09:52:53 ceph-node1 systemd[1]: Starting Ceph rados gateway...
  86. Oct 24 09:52:54 ceph-node1 radosgw[43474]: 2018-10-24 09:52:54.045 7f1f9a3678c0 -1 auth: unable to find a keyring on /var/lib/ceph/radosgw/ceph-ceph-node1/keyring: (2) No such file or directory
  87. Oct 24 09:52:54 ceph-node1 radosgw[43474]: 2018-10-24 09:52:54.045 7f1f9a3678c0 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  88. Oct 24 09:52:54 ceph-node1 radosgw[43474]: failed to fetch mon config (--no-mon-config to skip)
  89. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  90. Oct 24 09:52:54 ceph-node1 systemd[1]: Unit ceph-radosgw@ceph-node1.service entered failed state.
  91. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service failed.
  92. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service holdoff time over, scheduling restart.
  93. Oct 24 09:52:54 ceph-node1 systemd[1]: Started Ceph rados gateway.
  94. Oct 24 09:52:54 ceph-node1 systemd[1]: Starting Ceph rados gateway...
  95. Oct 24 09:52:54 ceph-node1 radosgw[43486]: 2018-10-24 09:52:54.295 7fd32152e8c0 -1 auth: unable to find a keyring on /var/lib/ceph/radosgw/ceph-ceph-node1/keyring: (2) No such file or directory
  96. Oct 24 09:52:54 ceph-node1 radosgw[43486]: 2018-10-24 09:52:54.295 7fd32152e8c0 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  97. Oct 24 09:52:54 ceph-node1 radosgw[43486]: failed to fetch mon config (--no-mon-config to skip)
  98. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  99. Oct 24 09:52:54 ceph-node1 systemd[1]: Unit ceph-radosgw@ceph-node1.service entered failed state.
  100. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service failed.
  101. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service holdoff time over, scheduling restart.
  102. Oct 24 09:52:54 ceph-node1 systemd[1]: Started Ceph rados gateway.
  103. Oct 24 09:52:54 ceph-node1 systemd[1]: Starting Ceph rados gateway...
  104. Oct 24 09:52:54 ceph-node1 radosgw[43498]: 2018-10-24 09:52:54.540 7fe9ffca78c0 -1 auth: unable to find a keyring on /var/lib/ceph/radosgw/ceph-ceph-node1/keyring: (2) No such file or directory
  105. Oct 24 09:52:54 ceph-node1 radosgw[43498]: 2018-10-24 09:52:54.540 7fe9ffca78c0 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  106. Oct 24 09:52:54 ceph-node1 radosgw[43498]: failed to fetch mon config (--no-mon-config to skip)
  107. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  108. Oct 24 09:52:54 ceph-node1 systemd[1]: Unit ceph-radosgw@ceph-node1.service entered failed state.
  109. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service failed.
  110. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service holdoff time over, scheduling restart.
  111. Oct 24 09:52:54 ceph-node1 systemd[1]: Started Ceph rados gateway.
  112. Oct 24 09:52:54 ceph-node1 systemd[1]: Starting Ceph rados gateway...
  113. Oct 24 09:52:54 ceph-node1 radosgw[43510]: 2018-10-24 09:52:54.791 7f28509a48c0 -1 auth: unable to find a keyring on /var/lib/ceph/radosgw/ceph-ceph-node1/keyring: (2) No such file or directory
  114. Oct 24 09:52:54 ceph-node1 radosgw[43510]: 2018-10-24 09:52:54.791 7f28509a48c0 -1 monclient: ERROR: missing keyring, cannot use cephx for authentication
  115. Oct 24 09:52:54 ceph-node1 radosgw[43510]: failed to fetch mon config (--no-mon-config to skip)
  116. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service: main process exited, code=exited, status=1/FAILURE
  117. Oct 24 09:52:54 ceph-node1 systemd[1]: Unit ceph-radosgw@ceph-node1.service entered failed state.
  118. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service failed.
  119. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service holdoff time over, scheduling restart.
  120. Oct 24 09:52:54 ceph-node1 systemd[1]: start request repeated too quickly for ceph-radosgw@ceph-node1.service
  121. Oct 24 09:52:54 ceph-node1 systemd[1]: Failed to start Ceph rados gateway.
  122. Oct 24 09:52:54 ceph-node1 systemd[1]: Unit ceph-radosgw@ceph-node1.service entered failed state.
  123. Oct 24 09:52:54 ceph-node1 systemd[1]: ceph-radosgw@ceph-node1.service failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement