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 <tin@irrational.io>
This commit is contained in:
parent
20b6b9a236
commit
653d082d2c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user