diff options
author | Zac Dover <zac.dover@gmail.com> | 2021-04-28 15:26:09 +0200 |
---|---|---|
committer | Zac Dover <zac.dover@gmail.com> | 2021-04-28 15:26:09 +0200 |
commit | f9040783448a067906e90fb958684a91905088c9 (patch) | |
tree | 2516a188ca56fea3f7e442ae827358c5fd84d138 /doc/dev/crimson | |
parent | Merge pull request #41032 from leseb/raw-list-json (diff) | |
download | ceph-f9040783448a067906e90fb958684a91905088c9.tar.xz ceph-f9040783448a067906e90fb958684a91905088c9.zip |
doc/crimson: s/Crismon/Crimson/
This misspelling occurred twice in this
document.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Diffstat (limited to 'doc/dev/crimson')
-rw-r--r-- | doc/dev/crimson/crimson.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dev/crimson/crimson.rst b/doc/dev/crimson/crimson.rst index 954b88a374c..cd40edf9c06 100644 --- a/doc/dev/crimson/crimson.rst +++ b/doc/dev/crimson/crimson.rst @@ -5,7 +5,7 @@ crimson Crimson is the code name of crimson-osd, which is the next generation ceph-osd. It targets fast networking devices, fast storage devices by leveraging state of the art technologies like DPDK and SPDK, for better performance. And it will -keep the support of HDDs and low-end SSDs via BlueStore. Crismon will try to +keep the support of HDDs and low-end SSDs via BlueStore. Crimson will try to be backward compatible with classic OSD. .. highlight:: console @@ -13,7 +13,7 @@ be backward compatible with classic OSD. Building Crimson ================ -Crismon is not enabled by default. To enable it:: +Crimson is not enabled by default. To enable it:: $ WITH_SEASTAR=true ./install-deps.sh $ mkdir build && cd build |