From 296708091ccf49f6ef67b366d1af2e78fb517564 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 7 Mar 2017 16:39:09 -0500 Subject: [PATCH] qa/tasks/ceph_manager: use new luminous set-full-ratio etc Signed-off-by: Sage Weil --- qa/tasks/ceph_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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): """ -- 2.47.3