Skip to content
Snippets Groups Projects
Commit f3b127b6 authored by Fulvio Galeazzi's avatar Fulvio Galeazzi
Browse files

2022-02-16: FG; Fixed document structure.

parent 8d6ac67d
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ However, for each OSD here the steps: ...@@ -30,6 +30,8 @@ However, for each OSD here the steps:
$ systemctl stop ceph-osd@<OSDnumber> $ systemctl stop ceph-osd@<OSDnumber>
# check following command really claims to be extending the partition # check following command really claims to be extending the partition
$ ceph-bluestore-tool bluefs-bdev-expand --path /var/lib/ceph/osd/ceph-<OSDnumber> $ 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>
$ ceph-bluestore-tool show-label --path /var/lib/ceph/osd/ceph-<OSDnumber>
$ systemctl restart ceph-osd@<OSDnumber> $ systemctl restart ceph-osd@<OSDnumber>
- force an OSD compact, to get rid of ``spillover`` message:: - force an OSD compact, to get rid of ``spillover`` message::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment