Versions Compared

Key

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

...

Add (via puppet) the new OSDs in the ceph.conf file


Code Block
languagebash
...

...


...

...



[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

...