From: Sage Weil Date: Tue, 7 Mar 2017 21:39:09 +0000 (-0500) Subject: qa/tasks/ceph_manager: use new luminous set-full-ratio etc X-Git-Tag: v12.0.1~146^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=296708091ccf49f6ef67b366d1af2e78fb517564;p=ceph-ci.git qa/tasks/ceph_manager: use new luminous set-full-ratio etc Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph_manager.py b/qa/tasks/ceph_manager.py index 8df5920e366..5b00132b202 100644 --- a/qa/tasks/ceph_manager.py +++ b/qa/tasks/ceph_manager.py @@ -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): """