]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: fix test_disallow_monitor_managed_snaps_for_fs_pools 52709/head
authorRishabh Dave <ridave@redhat.com>
Mon, 31 Jul 2023 12:44:45 +0000 (18:14 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 31 Jul 2023 12:48:51 +0000 (18:18 +0530)
commit27f43c9a89bc96eb9691f5e2ba2e67d78f4be6be
tree9d284271b5f706aea2aca17a05512102fd1ec4ce
parent0c236d8b08a2ba93ac9f7b09bac4f4045f7b8fd0
qa/cephfs: fix test_disallow_monitor_managed_snaps_for_fs_pools

run_cluster_cmd() method is not available anymore because it was deleted
here on this PR -
https://github.com/ceph/ceph/pull/50569/files#diff-1c6c246ba42f343603d7174198dd1fb9c2654b6c883594d1a0891096b7a35875L408

Fixes: https://tracker.ceph.com/issues/62243
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_snapshots.py