]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: return run_shell process for waiters
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 16 Apr 2024 19:36:01 +0000 (15:36 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 9 Jan 2025 19:50:55 +0000 (14:50 -0500)
or other uses.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 2c2782b8654324c3e9d818ea0eb92d3f5405c7a2)

qa/tasks/cephfs/mount.py

index cbb0ec926532a75693fe06b0ce298010fe0f855c..4ad80de84be99a1ff7092aa34999403050c3fe16 100644 (file)
@@ -1510,7 +1510,7 @@ class CephFSMount(object):
         if kwargs.pop('sudo', False):
             kwargs['args'].insert(0, 'sudo')
             kwargs['omit_sudo'] = False
-        self.run_shell(**kwargs)
+        return self.run_shell(**kwargs)
 
     def getfattr(self, path, attr, **kwargs):
         """