...
Add (via puppet) the new OSDs in the ceph.conf file
| Code Block | ||
|---|---|---|
| ||
... |
...
... |
...
[osd.50] |
...
host = ceph-osd-06 #manual deployments only. |
...
public addr = 192.168.61.235 |
...
cluster addr = 192.168.222.235 |
...
osd memory target = 3221225472 |
...
[osd.51] |
...
host = ceph-osd-06 #manual deployments only. |
...
public addr = 192.168.61.235 |
...
cluster addr = 192.168.222.235 |
...
osd memory target = 3221225472 |
...
... |
...
... |
Run puppet once to have the file updated on the new OSD node
...