Difference between revisions of "Ceph OSD Creation Failure"

From openQRM
(adding ceph volume lvm activate)
(update osds)
 
Line 10: Line 10:
  
  
Sometimes when running a tmpfs node you may lose /var/lib/ceph/osd, try this command;
+
 
 +
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 05: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