From 653d082d2c2d348bac0a2a804fee72bcb79a418a Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Thu, 17 Sep 2020 22:16:27 -0500 Subject: [PATCH] docs(typo): fixes misspelling and spaces This patch set fixes a small misspelling and spaces in docs. Change-Id: I8d86c86ffa1766d533a79c9e98809f217d0c4eed Signed-off-by: Tin Lam --- doc/source/troubleshooting/ceph.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/troubleshooting/ceph.rst b/doc/source/troubleshooting/ceph.rst index db53b9d441..27bf7ad81e 100644 --- a/doc/source/troubleshooting/ceph.rst +++ b/doc/source/troubleshooting/ceph.rst @@ -28,12 +28,12 @@ apply to any other services using PVCs eg. RabbitMQ, Postgres. export CEPH_MON_NAME="ceph-mon-discovery.ceph.svc.cluster.local" - # create snapshot and export to a file + # create snapshot and export to a file rbd snap create rbd/${RBD_NAME}@snap1 -m ${CEPH_MON_NAME} rbd snap list rbd/${RBD_NAME} -m ${CEPH_MON_NAME} - # Export the snapshot and compress , make sure we have enough space on host to accomidate big files that we are working . + # Export the snapshot and compress, make sure we have enough space on host to accommodate big files that we are working . # a. if we have enough space on host