...
Then edit ceph.conf to enable the following lines:
| Code Block | ||
|---|---|---|
| ||
osd memory target = 3221225472 |
If it doesn't not exist yet, create the file:
| Code Block | ||
|---|---|---|
| ||
-rw------- 1 ceph ceph 71 Apr 28 12:18 /var/lib/ceph/bootstrap-osd/ceph.keyring |
| Code Block | ||
|---|---|---|
| ||
# 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.
...