mirror of https://github.com/ceph/ceph
doc: s/librados2/librados3/
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
286ef1fe35
commit
8c6ec85f43
|
@ -214,12 +214,12 @@ Upgrading a Client
|
|||
|
||||
Once you have upgraded the packages and restarted daemons on your Ceph
|
||||
cluster, we recommend upgrading ``ceph-common`` and client libraries
|
||||
(``librbd1`` and ``librados2``) on your client nodes too.
|
||||
(``librbd1`` , ``librados3`` and ``libradospp1``) on your client nodes too.
|
||||
|
||||
#. Upgrade the package::
|
||||
|
||||
ssh {client-host}
|
||||
apt-get update && sudo apt-get install ceph-common librados2 librbd1 python-rados python-rbd
|
||||
apt-get update && sudo apt-get install ceph-common librados3 libradospp1 librbd1 python-rados python-rbd
|
||||
|
||||
#. Ensure that you have the latest version::
|
||||
|
||||
|
|
|
@ -330,7 +330,7 @@ uninstall
|
|||
|
||||
Remove Ceph packages from remote hosts. It detects the platform and distro of
|
||||
selected host and uninstalls Ceph packages from it. However, some dependencies
|
||||
like ``librbd1`` and ``librados2`` will not be removed because they can cause
|
||||
like ``librbd1`` and ``librados3`` will not be removed because they can cause
|
||||
issues with ``qemu-kvm``.
|
||||
|
||||
Usage::
|
||||
|
@ -345,7 +345,7 @@ purge
|
|||
|
||||
Remove Ceph packages from remote hosts and purge all data. It detects the
|
||||
platform and distro of selected host, uninstalls Ceph packages and purges all
|
||||
data. However, some dependencies like ``librbd1`` and ``librados2`` will not be
|
||||
data. However, some dependencies like ``librbd1`` and ``librados3`` will not be
|
||||
removed because they can cause issues with ``qemu-kvm``.
|
||||
|
||||
Usage::
|
||||
|
|
Loading…
Reference in New Issue