forked from TrueCloudLab/distribution
Merge pull request #723 from stevvooe/fix-ceph
Attempt to fix Ceph after command syntax changed
This commit is contained in:
commit
5ee441cdc7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue