]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: don't use run_cluster_cmd() 54945/head
authorRishabh Dave <ridave@redhat.com>
Thu, 21 Mar 2024 12:59:52 +0000 (18:29 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 3 Apr 2024 17:32:08 +0000 (23:02 +0530)
commit2904d2ae13cb165ad7c08a62791a6d618584455d
treee1873f19a8c0376b8b8a85e8809aa771350a2dae
parent24c435d9b4f35e78cbcecdb074124174133e4db0
qa/cephfs: don't use run_cluster_cmd()

The method was deleted in favour of run_ceph_cmd() and
get_ceph_cmd_stdout() in commit
35a0d84972d691535533ffeb1635e5f94d808575.

This commit is not a backport but a new commit to fix the code present
on Reef branch but not present in release branches after Reef. At least
some of these issues were exposed during QA done for the backport.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_admin.py
qa/tasks/cephfs/test_snapshots.py