From: Kefu Chai Date: Thu, 23 Jul 2020 01:39:30 +0000 (+0800) Subject: doc/dev/crimson: remove redundant options X-Git-Tag: wip-pdonnell-testing-20200918.022351~578^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1defed5aad92995e72d92da387f9a72b7276cb3b;p=ceph-ci.git doc/dev/crimson: remove redundant options `--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 --- diff --git a/doc/dev/crimson.rst b/doc/dev/crimson.rst index 20daecf0b8b..adeccf4c6cf 100644 --- a/doc/dev/crimson.rst +++ b/doc/dev/crimson.rst @@ -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