diff --git a/HowtoCeph.md b/HowtoCeph.md index 72888486..8fb85e65 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -248,6 +248,15 @@ Tous les logs sont dans `/var/log/ceph`. Chaque service à ses propre log. Par e L'installation du client est analogue à celle des nœuds. On install Ceph sur la machine cliente : +Debian ≥ 10 : + +~~~ +client# apt update +client# apt install ceph-common qemu-block-extra +~~~ + +Debian < 10 : + ~~~ # apt install apt-transport-https # wget https://download.ceph.com/keys/release.asc -O /etc/apt/trusted.gpg.d/ceph.asc