Update syntax for cephfs snapshot enablement
We should be using "ceph fs set <fs_name> allow_new_snaps true" instead of using the mds call Change-Id: I7a709d49ec4c93b2a06e961ca8ca1414cf4c1918 Closes-Bug: #1838790
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.