From 055bb2bd5364e66c6e7f87760b9c409f2b8c7935 Mon Sep 17 00:00:00 2001 From: Rongqi Sun Date: Mon, 6 Mar 2023 14:01:51 +0800 Subject: [PATCH] doc/crimson: add SeaStore when using vstart. Signed-off-by: Rongqi Sun --- doc/dev/crimson/crimson.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/dev/crimson/crimson.rst b/doc/dev/crimson/crimson.rst index 175c431d0d1..9695019b809 100644 --- a/doc/dev/crimson/crimson.rst +++ b/doc/dev/crimson/crimson.rst @@ -173,7 +173,7 @@ using ``vstart.sh``, for more Seastar specific command line options. ``--cyanstore`` - use the CyanStore as the object store backend. + use CyanStore as the object store backend. ``--bluestore`` use the alienized BlueStore as the object store backend. This is the default @@ -182,6 +182,9 @@ using ``vstart.sh``, ``--memstore`` use the alienized MemStore as the object store backend. +``--seastore`` + use SeaStore as the object store backend. + 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 \ -- 2.39.5