summaryrefslogtreecommitdiffstats
path: root/doc/dev/crimson
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dev/crimson')
-rw-r--r--doc/dev/crimson/crimson.rst5
-rw-r--r--doc/dev/crimson/index.rst2
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/dev/crimson/crimson.rst b/doc/dev/crimson/crimson.rst
index cbc20b773..ea00ceebf 100644
--- a/doc/dev/crimson/crimson.rst
+++ b/doc/dev/crimson/crimson.rst
@@ -148,7 +148,7 @@ options. By default, ``log-to-stdout`` is enabled, and ``--log-to-syslog`` is di
vstart.sh
---------
-The following options aree handy when using ``vstart.sh``,
+The following options can be used with ``vstart.sh``.
``--crimson``
Start ``crimson-osd`` instead of ``ceph-osd``.
@@ -195,9 +195,6 @@ The following options aree handy when using ``vstart.sh``,
Valid types include ``HDD``, ``SSD``(default), ``ZNS``, and ``RANDOM_BLOCK_SSD``
Note secondary devices should not be faster than the main device.
-``--seastore``
- Use SeaStore as the object store backend.
-
To start a cluster with a single Crimson node, run::
$ MGR=1 MON=1 OSD=1 MDS=0 RGW=0 ../src/vstart.sh -n -x \
diff --git a/doc/dev/crimson/index.rst b/doc/dev/crimson/index.rst
index 55f071825..9790a9640 100644
--- a/doc/dev/crimson/index.rst
+++ b/doc/dev/crimson/index.rst
@@ -1,3 +1,5 @@
+.. _crimson_dev_doc:
+
===============================
Crimson developer documentation
===============================