]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/mgr_util.py
import ceph pacific 16.2.5
[ceph.git] / ceph / src / pybind / mgr / mgr_util.py
index 75d5b5c38eb433b345208d081909d7909bc592bd..29a6f631477ee39c88b11aa879cd8cd8ce5dbb62 100644 (file)
@@ -149,6 +149,7 @@ class CephfsConnectionPool(object):
             logger.debug("Setting user ID and group ID of CephFS mount as root...")
             self.fs.conf_set("client_mount_uid", "0")
             self.fs.conf_set("client_mount_gid", "0")
+            self.fs.conf_set("client_check_pool_perm", "false")
             logger.debug("CephFS initializing...")
             self.fs.init()
             logger.debug("CephFS mounting...")