Versions Compared

Key

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

...


Run puppet once to have the file updated on the new OSD node

Code Block
languagebash
puppet agent -t

Disable data movements:

[

Code Block
languagebash
root@c-osd-1 /]# ceph osd set norebalance

...


norebalance is set

...



[root@c-osd-1 /]# ceph osd set nobackfill

...


nobackfill is set

...



[root@c-osd-1 /]# ceph osd set noout
noout is set

...



Create a first OSD:

Code Block
languagebash
ceph-volume lvm create --bluestore --data ceph-block-50/block-50 --block.db ceph-db-50-54/db-50


The above command could trigger some data movement

...