]> git-server-git.apps.pok.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, 13 Mar 2024 13:42:30 +0000 (19:12 +0530)
commitce312c8a60e8ead5fc719cb99b81795c16e4f8e1
treeece69ea6f02c4046daf1fceadddfa47702a41cc2
parentb82d388646b5f7f6e8353470a0ad3e0cea2b8245
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)

Conflicts:
qa/tasks/cephfs/filesystem.py
Patches from commit coudn't be applied because lines being
modified were present on main branch but aren't present on
quincy branch.
qa/tasks/cephfs/filesystem.py