From 8c6ec85f4325ab0d0730bd6a210d69e2383e405c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 29 Oct 2018 19:33:32 +0800 Subject: [PATCH] doc: s/librados2/librados3/ Signed-off-by: Kefu Chai --- doc/install/upgrading-ceph.rst | 4 ++-- doc/man/8/ceph-deploy.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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::