]> 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 50569/head
authorRishabh Dave <ridave@redhat.com>
Mon, 27 Mar 2023 06:21:16 +0000 (11:51 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 28 Jun 2023 12:08:19 +0000 (17:38 +0530)
commit0a781ef0807ae9473fb1306ef07036226ca4f1a6
tree32a4799872b8efdcc0c7c0ae6a1a10eae6613845
parent1bf87e6eec91b05a15702068bcf6a96e228f8d42
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>
qa/tasks/cephfs/filesystem.py