Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(Marked this version for translation) |
(fix subsection levels for install and configure) |
||
Line 95: | Line 95: | ||
<!--T:27--> | <!--T:27--> | ||
=== Install the required packages for the Red Hat family (RHEL, CentOS, Fedora, Rocky, Alma ) === | |||
Check the available releases here https://download.ceph.com/ and look for recent <code>rpm-*</code> directories, quincy is the right/latest stable release at the time of this writing. The compatible distro are listed here | Check the available releases here https://download.ceph.com/ and look for recent <code>rpm-*</code> directories, quincy is the right/latest stable release at the time of this writing. The compatible distro are listed here | ||
https://download.ceph.com/rpm-quincy/, we will show the full installation for <code>el8</code>. | https://download.ceph.com/rpm-quincy/, we will show the full installation for <code>el8</code>. | ||
; Install relevant repositories for access to ceph client packages: <!--T:28--> | |||
<!--T:29--> | <!--T:29--> | ||
Line 143: | Line 143: | ||
<!--T:34--> | <!--T:34--> | ||
=== Install the required packages for the Debian family (Debian, Ubuntu, Mint, etc.) === | |||
You can get the repository one you have figured out your distro <code>{codename}</code> with <code>lsb_release -sc</code> | You can get the repository one you have figured out your distro <code>{codename}</code> with <code>lsb_release -sc</code> | ||
<source lang='bash'> | <source lang='bash'> | ||
Line 153: | Line 153: | ||
sudo apt-get install -y libcephfs2 python3-cephfs ceph-common python3-ceph-argparse | sudo apt-get install -y libcephfs2 python3-cephfs ceph-common python3-ceph-argparse | ||
=== Configure ceph client | === Configure ceph client === <!--T:35--> | ||
<!--T:36--> | <!--T:36--> |