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::
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::
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::