mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
qa: use root to find client admin socket
Permissions on /var/run/ceph changed post-Mimic. Fixes: http://tracker.ceph.com/issues/24872 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
c05a7473d0
commit
4d3060b990
@ -394,7 +394,7 @@ print 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))
|
||||
|
Loading…
Reference in New Issue
Block a user