]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: the default CEPH_ASOK_DIR is asok/ now 48064/head
authorXiubo Li <xiubli@redhat.com>
Tue, 13 Sep 2022 05:46:51 +0000 (13:46 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 13 Sep 2022 05:49:22 +0000 (13:49 +0800)
Or the find_admin_socket() couldn't find the correct asok path.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/vstart_runner.py

index 7e33ba0d48a9073de70b0a48f277145b69bbb255..1a8902079ae46bb56084a8f7f55066137398c3c7 100644 (file)
@@ -606,7 +606,7 @@ class LocalCephFSMount():
         # Load the asok path from ceph.conf as vstart.sh now puts admin sockets
         # in a tmpdir. All of the paths are the same, so no need to select
         # based off of the service type.
-        d = "./out"
+        d = "./asok"
         with open(self.config_path) as f:
             for line in f:
                 asok_conf = re.search("^\s*admin\s+socket\s*=\s*(.*?)[^/]+$", line)