18
0
Fork 0
This commit is contained in:
abenmiloud 2018-06-15 15:16:31 +02:00
parent 9a11c7aa01
commit 9b799824c1
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ Une fois ce flag désactivé, il faut configurer le cluster pour autoriser la su
Pour finir, on supprime le pool puis on active à nouveau la sécurité :
~~~
# ceph osd pool delete pool_name pool_name --yes-i-really-really-mean-it
# ceph osd pool delete $POOL_NAME $POOL_NAME --yes-i-really-really-mean-it
# ceph tell mon.* injectargs --mon-allow-pool-delete=false
~~~