Difference between revisions of "Ceph OSD Creation Failure"

From openQRM
(Ceph OSD Creation Failure)
 
(update osds)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Howto]]
 +
[[Category:Tutorial]]
 +
[[Category:Ceph]]
 +
 
Sometimes the bootstrap-osd keyring can not be found.
 
Sometimes the bootstrap-osd keyring can not be found.
  
 
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 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