From 4fa6d90a6b588e7e80bc74b9545a352763b07cdc Mon Sep 17 00:00:00 2001 From: Denis Lambolez Date: Mon, 18 Dec 2017 23:54:38 +0100 Subject: [PATCH] Correction on install --- scripts/ceph-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ceph-install.sh b/scripts/ceph-install.sh index 78b64f0..223c42d 100755 --- a/scripts/ceph-install.sh +++ b/scripts/ceph-install.sh @@ -78,8 +78,6 @@ ceph-deploy admin $NODES ceph-deploy mon add $OSD_NODES # Create manager on all nodes -#sudo mkdir -p /var/lib/ceph/mgr/ceph-$ADMIN_NODE -#sudo chown ceph:ceph /var/lib/ceph/mgr/ceph-$ADMIN_NODE ceph-deploy mgr create $NODES # Create metadata server on osd nodes