]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/ceph_manager: use new luminous set-full-ratio etc
authorSage Weil <sage@redhat.com>
Tue, 7 Mar 2017 21:39:09 +0000 (16:39 -0500)
committerSage Weil <sage@redhat.com>
Tue, 7 Mar 2017 21:39:09 +0000 (16:39 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/ceph_manager.py

index 8df5920e366e1c60ab829064a1194754c8b9f6c2..5b00132b20235d5c36c5ad2b05f7b935aeea6982 100644 (file)
@@ -500,10 +500,10 @@ class Thrasher:
         Set and unset cluster full condition
         """
         self.log('Setting full ratio to .001')
-        self.ceph_manager.raw_cluster_cmd('pg', 'set_full_ratio', '.001')
+        self.ceph_manager.raw_cluster_cmd('osd', 'set-full-ratio', '.001')
         time.sleep(1)
         self.log('Setting full ratio back to .95')
-        self.ceph_manager.raw_cluster_cmd('pg', 'set_full_ratio', '.95')
+        self.ceph_manager.raw_cluster_cmd('osd', 'set-full-ratio', '.95')
 
     def all_up(self):
         """