Difference between revisions of "Ceph OSD Creation Failure"

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

Revision as of 16:03, 19 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


Sometimes when running a tmpfs node you may lose /var/lib/ceph/osd, try this command;

ceph-volume lvm activate --all