]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
doc: Replace Python 2 package names with Python 3 equivalents 69356/head
authorEmmanuel Ameh <eameh@contractor.linuxfoundation.org>
Tue, 9 Jun 2026 12:19:27 +0000 (13:19 +0100)
committerEmmanuel Ameh <eameh@contractor.linuxfoundation.org>
Wed, 17 Jun 2026 13:16:31 +0000 (14:16 +0100)
commitb9b725cab162c093109212b50a35b675a3c867a1
tree20f07fdfd29108b2a5b55075dd0934ec8f448496
parentb1b71a940f9abb164ed265aa5e55604f105b5c19
doc: Replace Python 2 package names with Python 3 equivalents

librados-intro.rst referenced ``python-rados`` for CentOS/RHEL.
rbd-openstack.rst referenced ``python-rbd`` for both apt and yum.
Python 2 reached end-of-life in January 2020; these package names
install the Python 2 bindings (or fail entirely) on current distros.
Replace with the correct Python 3 package names: python3-rados and
python3-rbd.

Fixes: https://tracker.ceph.com/issues/77200
Signed-off-by: Emmanuel Ameh <eameh@contractor.linuxfoundation.org>
doc/rados/api/librados-intro.rst
doc/rbd/rbd-openstack.rst