From 58b4d305b9d83a4c4d200bdd8e4bd75505314155 Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Thu, 13 Apr 2023 14:50:10 +0200 Subject: [PATCH] =?UTF-8?q?S=C3=A9par=C3=A9=20installation=20client=20debi?= =?UTF-8?q?an=20>=3D10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoCeph.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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