From: Kefu Chai Date: Mon, 29 Oct 2018 11:33:32 +0000 (+0800) Subject: doc: s/librados2/librados3/ X-Git-Tag: 3.2-0~29^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8c6ec85f4325ab0d0730bd6a210d69e2383e405c;p=ceph-ci.git doc: s/librados2/librados3/ Signed-off-by: Kefu Chai --- diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst index bf22b38ecab..6d4a0847994 100644 --- a/doc/install/upgrading-ceph.rst +++ b/doc/install/upgrading-ceph.rst @@ -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:: diff --git a/doc/man/8/ceph-deploy.rst b/doc/man/8/ceph-deploy.rst index 9c8db106d81..e3778b8e5f4 100644 --- a/doc/man/8/ceph-deploy.rst +++ b/doc/man/8/ceph-deploy.rst @@ -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::