...
If not (i.e. if some are using straw), run the following command:
| Code Block | ||
|---|---|---|
| ||
ceph osd crush set-all-straw-buckets-to-straw2 |
Warning: this could trigger a data rebalance
Enable and start puppet:
| Code Block | ||
|---|---|---|
| ||
systemctl start puppet |
...
systemctl enable puppet |
Then, after a few minutes, check that "ceph status" doesn't report Pgs in peering.
Then:
| Code Block | ||
|---|---|---|
| ||
[root@c-osd-1 /]# ceph osd unset nobackfill |
...
nobackfill is unset |
...
[root@c-osd-1 /]# ceph osd unset norebalance |
...
norebalance is unset |
...
[root@c-osd-1 /]# ceph osd unset noout |
...
noout is unset |
...
[root@c-osd-1 /]# |
This should trigger a data movement.