Skip to content

Commit

Permalink
qa: use root to find client admin socket
Browse files Browse the repository at this point in the history
Permissions on /var/run/ceph changed post-Mimic.

Fixes: http://tracker.ceph.com/issues/24872

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 4d3060b)
  • Loading branch information
batrick authored and smithfarm committed Dec 12, 2018
1 parent 7423dbc commit 2bec1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/cephfs/fuse_mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def find_socket(client_name):

# Find the admin socket
p = self.client_remote.run(args=[
'python', '-c', pyscript
'sudo', 'python2', '-c', pyscript
], stdout=StringIO())
asok_path = p.stdout.getvalue().strip()
log.info("Found client admin socket at {0}".format(asok_path))
Expand Down

0 comments on commit 2bec1bf

Please sign in to comment.