mirror of
https://github.com/distribution/distribution.git
synced 2025-09-23 12:09:13 +00:00
Attempt to fix Ceph after command syntax changed
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -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
|
sed -i -r 's/auth_client_required =.*/auth_client_required = none/' ceph.conf
|
||||||
|
|
||||||
# Setup monitor and keyrings
|
# Setup monitor and keyrings
|
||||||
ceph-deploy mon create-initial $NODE
|
ceph-deploy mon create-initial
|
||||||
ceph-deploy admin $NODE
|
ceph-deploy admin $NODE
|
||||||
sudo chmod a+r /etc/ceph/ceph.client.admin.keyring
|
sudo chmod a+r /etc/ceph/ceph.client.admin.keyring
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user