From 4113bc4f05ad2988e52095ad46c374709d335299 Mon Sep 17 00:00:00 2001 From: Stephen J Day Date: Tue, 21 Jul 2015 14:29:30 -0700 Subject: [PATCH] Attempt to fix Ceph after command syntax changed Signed-off-by: Stephen J Day --- contrib/ceph/ci-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ceph/ci-setup.sh b/contrib/ceph/ci-setup.sh index 200d69d94..d907cf5c3 100755 --- a/contrib/ceph/ci-setup.sh +++ b/contrib/ceph/ci-setup.sh @@ -100,7 +100,7 @@ sed -i -r 's/auth_service_required =.*/auth_service_required = none/' ceph.conf sed -i -r 's/auth_client_required =.*/auth_client_required = none/' ceph.conf # Setup monitor and keyrings -ceph-deploy mon create-initial $NODE +ceph-deploy mon create-initial ceph-deploy admin $NODE sudo chmod a+r /etc/ceph/ceph.client.admin.keyring