]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs/fuse_mount.py
import ceph 16.2.6
[ceph.git] / ceph / qa / tasks / cephfs / fuse_mount.py
index 29dcc6d3be660bcb5b48a4611f75d394504b3dba..5c5d1c85c0ca893b72648406510f18c2970a8941 100644 (file)
@@ -446,7 +446,7 @@ print(_find_admin_socket("{client_name}"))
             client_name="client.{0}".format(self.client_id),
             mountpoint=self.mountpoint)
 
-        asok_path = self.run_python(pyscript)
+        asok_path = self.run_python(pyscript, sudo=True)
         log.info("Found client admin socket at {0}".format(asok_path))
         return asok_path