From 46b45e3fc2c48d5e8babe49a98bebb89efa38ec0 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Tue, 24 Feb 2015 12:12:59 -0800 Subject: [PATCH] doc: fix python-ceph refs in docs Signed-off-by: Boris Ranto --- doc/install/upgrading-ceph.rst | 2 +- doc/rados/api/librados-intro.rst | 6 +++--- doc/rbd/rbd-openstack.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst index b7e8c117f186c..b97a6d30bcb13 100644 --- a/doc/install/upgrading-ceph.rst +++ b/doc/install/upgrading-ceph.rst @@ -691,7 +691,7 @@ cluster, we recommend upgrading ``ceph-common`` and client libraries #. Upgrade the package:: ssh {client-host} - apt-get update && sudo apt-get install ceph-common librados2 librbd1 python-ceph + apt-get update && sudo apt-get install ceph-common librados2 librbd1 python-rados python-rbd #. Ensure that you have the latest version:: diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index c0cc7713e960c..a4e7efeae3ee2 100644 --- a/doc/rados/api/librados-intro.rst +++ b/doc/rados/api/librados-intro.rst @@ -64,18 +64,18 @@ Getting librados for Python The ``rados.py`` modules provides ``librados`` support to Python applications. The ``librados-dev`` package for Debian/Ubuntu and the ``librados2-devel`` package for RHEL/CentOS will install the -``python-ceph`` package for you. You may install ``python-ceph`` +``python-rados`` package for you. You may install ``python-rados`` directly too. To install ``librados`` development support files for Python on Debian/Ubuntu distributions, execute the following:: - sudo apt-get install python-ceph + sudo apt-get install python-rados To install ``librados`` development support files for C/C++ on RHEL/CentOS distributions, execute the following:: - sudo yum install python-ceph + sudo yum install python-rados You can find the module under ``/usr/share/pyshared`` on Debian systems, or under ``/usr/lib/python*/site-packages`` on CentOS/RHEL systems. diff --git a/doc/rbd/rbd-openstack.rst b/doc/rbd/rbd-openstack.rst index 96e37ac583665..dbbb509b023c7 100644 --- a/doc/rbd/rbd-openstack.rst +++ b/doc/rbd/rbd-openstack.rst @@ -108,8 +108,8 @@ Install Ceph client packages On the ``glance-api`` node, you'll need the Python bindings for ``librbd``:: - sudo apt-get install python-ceph - sudo yum install python-ceph + sudo apt-get install python-rbd + sudo yum install python-rbd On the ``nova-compute``, ``cinder-backup`` and on the ``cinder-volume`` node, use both the Python bindings and the client command line tools:: -- 2.39.5