From 12c9a577a783666214506e828dfebf2fffa3abf1 Mon Sep 17 00:00:00 2001
From: Fulvio Galeazzi <fulvio.galeazzi@garr.it>
Date: Thu, 17 Feb 2022 11:51:21 +0100
Subject: [PATCH] 2022-02-17:  FG;  Minor change.

---
 web/support/kb/ceph/ceph-extend-rocksdb-partition.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/support/kb/ceph/ceph-extend-rocksdb-partition.rst b/web/support/kb/ceph/ceph-extend-rocksdb-partition.rst
index daa7c867..151a3507 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>
 
-- 
GitLab