Difference between revisions of "Ceph OSD Creation Failure"
From openQRM
(adding ceph volume lvm activate) |
(update osds) |
||
Line 10: | Line 10: | ||
− | + | ||
+ | To rebuild /var/lib/ceph/osd, try this command; | ||
<code>ceph-volume lvm activate --all</code> | <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