Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then edit ceph.conf to enable the following lines:

Code Block
languagebash
osd memory target = 3221225472


If it doesn't not exist yet, create the file:

Code Block
languagebash
-rw------- 1 ceph ceph 71 Apr 28 12:18 /var/lib/ceph/bootstrap-osd/ceph.keyring


Code Block
languagebash
# cat /var/lib/ceph/bootstrap-osd/ceph.keyring

...


[client.bootstrap-osd]

...


key = AQA+Y6hYQTvEHRAAr4Q/mwHCByv/kokqnu6nCA==


It must match with what appears for the 'client.bootstrap-osd' entry in the 'ceph auth export' output. You can copy the file from another OSD node.

...