diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:13 +0000 |
commit | 389020e14594e4894e28d1eb9103c210b142509e (patch) | |
tree | 2ba734cdd7a243f46dda7c3d0cc88c2293d9699f /doc/dev/crimson | |
parent | Adding upstream version 18.2.2. (diff) | |
download | ceph-389020e14594e4894e28d1eb9103c210b142509e.tar.xz ceph-389020e14594e4894e28d1eb9103c210b142509e.zip |
Adding upstream version 18.2.3.upstream/18.2.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/dev/crimson')
-rw-r--r-- | doc/dev/crimson/crimson.rst | 5 | ||||
-rw-r--r-- | doc/dev/crimson/index.rst | 2 |
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 =============================== |