]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev/crimson: remove redundant options
authorKefu Chai <kchai@redhat.com>
Thu, 23 Jul 2020 01:39:30 +0000 (09:39 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 23 Jul 2020 01:39:32 +0000 (09:39 +0800)
`--smp` and `--cpuset` have been passed to crimson-osd by vstart.sh, so
no need to pass them when launching vstart.sh

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/dev/crimson.rst

index 20daecf0b8b6495efc486ce7c98e7605fe4b1a4f..adeccf4c6cf1f0138f14ad20b692b6062ddd3f28 100644 (file)
@@ -88,7 +88,7 @@ So, a typical command to start a single-crimson-node cluster is::
 
   MGR=1 MON=1 OSD=1 MDS=0 RGW=0 ../src/vstart.sh -n -x --without-dashboard --memstore \
     --crimson --nodaemon --redirect-output \
-    --osd-args "--memory 4G --smp 1 --cpuset 0"
+    --osd-args "--memory 4G"
 
 Where we assign 4 GiB memory, a single thread running on core-0 to crimson-osd.
 Please refer ``crimson-osd --help-seastar`` for more Seastar specific command