]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: s/librados2/librados3/
authorKefu Chai <kchai@redhat.com>
Mon, 29 Oct 2018 11:33:32 +0000 (19:33 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Nov 2018 16:15:31 +0000 (00:15 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/install/upgrading-ceph.rst
doc/man/8/ceph-deploy.rst

index bf22b38ecab30915bcb4b0668e74af4af694501c..6d4a0847994d8ab5842376134b8f0cf1ce38e5c0 100644 (file)
@@ -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::
 
index 9c8db106d8170a4d0a3e2072c5444c008d7883a3..e3778b8e5f430f9880d0b313188bd5291df04094 100644 (file)
@@ -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::