cc_staff
1
edit
No edit summary |
m (included step to install ceph packages for Debian family) |
||
Line 148: | Line 148: | ||
sudo apt-add-repository 'deb https://download.ceph.com/debian-quincy/ {codename} main' | sudo apt-add-repository 'deb https://download.ceph.com/debian-quincy/ {codename} main' | ||
</source> | </source> | ||
You can now install the ceph lib, cephfs client and other dependencies: | |||
sudo apt-get install -y libcephfs2 python3-cephfs ceph-common python3-ceph-argparse | |||
=== Configure ceph client: === <!--T:35--> | === Configure ceph client: === <!--T:35--> |