]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: use run_ceph_cmd() when cmd output is not needed
authorRishabh Dave <ridave@redhat.com>
Mon, 27 Mar 2023 06:21:16 +0000 (11:51 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 3 Apr 2024 17:32:08 +0000 (23:02 +0530)
commitc186fb36ea520157f8cb16f08c3ddba12c3b75f3
tree68fcaf5b7febaa813803025762cd7b71cab1fe31
parentd827645df81ab20f7af1839a3cf1796e21d77c5b
qa/cephfs: use run_ceph_cmd() when cmd output is not needed

In filesystem.py and wherever instance of class Filesystem are used, use
run_ceph_cmd() instead of get_ceph_cluster_stdout() when output of Ceph
command is not required.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 0a781ef0807ae9473fb1306ef07036226ca4f1a6)
qa/tasks/cephfs/filesystem.py