From ab844990f66d2ea40700b30d5cf1c7ff3765ed21 Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Wed, 8 Aug 2018 09:24:44 +0200 Subject: [PATCH] Add apt-transport-https install --- HowtoCeph.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoCeph.md b/HowtoCeph.md index 2be11101..b68faae0 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -84,6 +84,7 @@ pvcreate /dev/sdX On commence par installer `ceph-deploy`, l'outil qui permet de déployer un cluster Ceph. ~~~ +# apt update && apt install apt-transport-https # wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add - # echo deb https://download.ceph.com/debian-luminous/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list # apt update && sudo apt install ceph-deploy