From: Boris Ranto Date: Tue, 24 Feb 2015 20:12:59 +0000 (-0800) Subject: doc: fix python-ceph refs in docs X-Git-Tag: v0.93~9^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=46b45e3fc2c48d5e8babe49a98bebb89efa38ec0;p=ceph.git doc: fix python-ceph refs in docs Signed-off-by: Boris Ranto --- diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst index b7e8c117f186..b97a6d30bcb1 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 c0cc7713e960..a4e7efeae3ee 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 96e37ac58366..dbbb509b023c 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::