Merge "Update syntax for cephfs snapshot enablement"

This commit is contained in:
Zuul 2019-08-08 17:18:14 +00:00 committed by Gerrit Code Review
commit 248df63d78
1 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,7 @@ function configure_ceph_manila {
sudo chown ${STACK_USER}:$(id -g -n $whoami) \
${CEPH_CONF_DIR}/ceph.client.${MANILA_CEPH_USER}.keyring
# Enable snapshots in CephFS.
sudo $DOCKER_EXEC ceph -c ${CEPH_CONF_FILE} mds set allow_new_snaps true \
sudo $DOCKER_EXEC ceph -c ${CEPH_CONF_FILE} fs set ${CEPHFS_FILESYSTEM} allow_new_snaps true \
--yes-i-really-mean-it
# Make manila's libcephfs client a root user.