diff options
author | luo rixin <luorixin@huawei.com> | 2023-03-23 13:04:59 +0100 |
---|---|---|
committer | luo rixin <luorixin@huawei.com> | 2023-05-04 04:43:08 +0200 |
commit | 6da360833aff9bf5dbf662cebe2f89478d9ea30c (patch) | |
tree | 7f3797d01e9c79dd3495ac833f2aabc8699b0b02 /doc/install | |
parent | tools: remove leveldb support from tools (diff) | |
download | ceph-6da360833aff9bf5dbf662cebe2f89478d9ea30c.tar.xz ceph-6da360833aff9bf5dbf662cebe2f89478d9ea30c.zip |
doc: remove leveldb support from doc
Signed-off-by: luo rixin <luorixin@huawei.com>
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/install-storage-cluster.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/install-storage-cluster.rst b/doc/install/install-storage-cluster.rst index 6bedecbaca5..c86790239bb 100644 --- a/doc/install/install-storage-cluster.rst +++ b/doc/install/install-storage-cluster.rst @@ -63,7 +63,7 @@ To install Ceph with RPMs, execute the following steps: #. Install pre-requisite packages:: - sudo yum install snappy leveldb gdisk python-argparse gperftools-libs + sudo yum install snappy gdisk python-argparse gperftools-libs Once you have added either release or development packages, or added a |