Difference between revisions of "Ceph OSD Creation Failure"
From openQRM
(update osds) |
|||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
Run this command; | Run this command; | ||
− | ceph auth get client.bootstrap-osd > /var/lib/ceph/bootstrap-osd/ceph.keyring | + | <code>ceph auth get client.bootstrap-osd > /var/lib/ceph/bootstrap-osd/ceph.keyring</code> |
+ | |||
+ | |||
+ | |||
+ | To rebuild /var/lib/ceph/osd, try this command; | ||
+ | |||
+ | <code>ceph-volume lvm activate --all</code> |
Latest revision as of 06:38, 20 December 2023
Sometimes the bootstrap-osd keyring can not be found.
Run this command;
ceph auth get client.bootstrap-osd > /var/lib/ceph/bootstrap-osd/ceph.keyring
To rebuild /var/lib/ceph/osd, try this command;
ceph-volume lvm activate --all