diff --git a/web/support/kb/ceph/ceph-extend-rocksdb-partition.rst b/web/support/kb/ceph/ceph-extend-rocksdb-partition.rst index daa7c86722c1bdeaa66ad28e8753913c8647a02e..151a3507b9c6835ac96d808c55bba1585abc6d06 100644 --- a/web/support/kb/ceph/ceph-extend-rocksdb-partition.rst +++ b/web/support/kb/ceph/ceph-extend-rocksdb-partition.rst @@ -25,12 +25,12 @@ However, for each OSD here the steps: - IMPORTANT: I needed to reboot my server, to make the OS aware of the change. May be the same result could be obtained some other way, but I did not mind rebooting. -- Stop the OSD, play some magic, resume OSD:: +- Stop the OSD, play some magic, check your magic, resume OSD:: $ systemctl stop ceph-osd@<OSDnumber> # check following command really claims to be extending the partition $ ceph-bluestore-tool bluefs-bdev-expand --path /var/lib/ceph/osd/ceph-<OSDnumber> - # the following command shows detail about the LVM volumes associated to <OSDnumber> + # in the output of the following command check size of the LVM volumes associated to <OSDnumber> $ ceph-bluestore-tool show-label --path /var/lib/ceph/osd/ceph-<OSDnumber> $ systemctl restart ceph-osd@<OSDnumber>