]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/rados/api/librados-intro.rst
update ceph source to reef 18.1.2
[ceph.git] / ceph / doc / rados / api / librados-intro.rst
index ed60f97b137965b47491b981085b20612554afe4..5174188b4c56c6e2630c6aae8006371cda119405 100644 (file)
@@ -68,10 +68,8 @@ Getting librados for Python
 ---------------------------
 
 The ``rados`` module 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-rados`` package for you. You may install ``python-rados``
-directly too.
+applications. You may install ``python3-rados`` for Debian, Ubuntu, SLE or
+openSUSE or the ``python-rados`` package for CentOS/RHEL.
 
 To install ``librados`` development support files for Python on Debian/Ubuntu
 distributions, execute the following:
@@ -239,10 +237,10 @@ app must supply a monitor address, a username and an authentication key
 RADOS provides a number of ways for you to set the required values. For
 the monitor and encryption key settings, an easy way to handle them is to ensure
 that your Ceph configuration file contains a ``keyring`` path to a keyring file
-and at least one monitor address (e.g., ``mon host``). For example::
+and at least one monitor address (e.g., ``mon_host``). For example::
 
        [global]
-       mon host = 192.168.1.1
+       mon_host = 192.168.1.1
        keyring = /etc/ceph/ceph.client.admin.keyring
 
 Once you create the handle, you can read a Ceph configuration file to configure