...
Run puppet once to have the file updated on the new OSD node
| Code Block | ||
|---|---|---|
| ||
puppet agent -t |
Disable data movements:
[
| Code Block | ||
|---|---|---|
| ||
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 | ||
|---|---|---|
| ||
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
...