]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/cstart: fix typo in cstart script 35653/head
authorDeepika Upadhyay <dupadhya@redhat.com>
Thu, 18 Jun 2020 14:26:06 +0000 (14:26 +0000)
committerDeepika Upadhyay <dupadhya@redhat.com>
Thu, 18 Jun 2020 14:52:29 +0000 (14:52 +0000)
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
doc/dev/cephadm.rst
src/cstart.sh

index 1784de422968b69c02c0cfef0baf2b8b7f9ab234..28e44fef2f338a10f01a221fd62ab9d5ad4970e4 100644 (file)
@@ -61,18 +61,18 @@ To start a test cluster::
 The last line of this will be a line you can cut+paste to update the
 container image.  For instance::
 
-  sudo ../src/script/cpach -t quay.io/ceph-ci/ceph:8f509f4e
+  sudo ../src/script/cpatch -t quay.io/ceph-ci/ceph:8f509f4e
 
 By default, cpatch will patch everything it can think of from the local
 build dir into the container image.  If you are working on a specific
 part of the system, though, can you get away with smaller changes so that
 cpatch runs faster.  For instance::
 
-  sudo ../src/script/cpach -t quay.io/ceph-ci/ceph:8f509f4e --py
+  sudo ../src/script/cpatch -t quay.io/ceph-ci/ceph:8f509f4e --py
 
 will update the mgr modules (minus the dashboard).  Or::
 
-  sudo ../src/script/cpach -t quay.io/ceph-ci/ceph:8f509f4e --core
+  sudo ../src/script/cpatch -t quay.io/ceph-ci/ceph:8f509f4e --core
 
 will do most binaries and libraries.  Pass ``-h`` to cpatch for all options.
 
index 1c243b96e694754ce855cbaffed6397901a43e1d..71f4200a43d7d1205bcfcc09ca5a2b8baccdec0a 100755 (executable)
@@ -63,5 +63,5 @@ sudo chmod 755 ceph.client.admin.keyring
 echo 'keyring = ceph.client.admin.keyring' >> ceph.conf
 
 echo
-echo "sudo ../src/script/cpach -t $image_base:$shortid"
+echo "sudo ../src/script/cpatch -t $image_base:$shortid"
 echo