commit 653d082d2c2d348bac0a2a804fee72bcb79a418a Author: Tin Lam Date: Thu Sep 17 22:16:27 2020 -0500 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 diff --git a/doc/source/troubleshooting/ceph.rst b/doc/source/troubleshooting/ceph.rst index db53b9d..27bf7ad 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