]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix python-ceph refs in docs
authorBoris Ranto <branto@redhat.com>
Tue, 24 Feb 2015 20:12:59 +0000 (12:12 -0800)
committerSage Weil <sage@redhat.com>
Wed, 25 Feb 2015 02:30:18 +0000 (18:30 -0800)
Signed-off-by: Boris Ranto <branto@redhat.com>
doc/install/upgrading-ceph.rst
doc/rados/api/librados-intro.rst
doc/rbd/rbd-openstack.rst

index b7e8c117f186c1708d8183062b74d10e9076ee3e..b97a6d30bcb1310b1aa5099d096bb2c7126fc9cf 100644 (file)
@@ -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::
 
index c0cc7713e960cbbc8b197eaa6d358ab421602d0d..a4e7efeae3ee201a85b2bde7f21fcb7550d380a7 100644 (file)
@@ -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.
index 96e37ac583665873c98d06384a0b0560e8c7011b..dbbb509b023c79a29f194884af04fa28e9f77ccf 100644 (file)
@@ -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::