From b1e35a423712c4d5b7e98375c9e9221affd262d1 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 18 Dec 2014 19:39:44 +0000 Subject: [PATCH] tasks/mds_auto_repair: remove unneeded log settings The small segments and small segment limit were used when doing a hacky flush by doing IO and waiting: now that we have the explicit 'flush journal' asok in use, we can just use a normal journal configuration. Signed-off-by: John Spray --- tasks/mds_auto_repair.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/mds_auto_repair.py b/tasks/mds_auto_repair.py index 9ac0a08880155..e7580613b2a1a 100644 --- a/tasks/mds_auto_repair.py +++ b/tasks/mds_auto_repair.py @@ -29,8 +29,6 @@ class TestMDSAutoRepair(CephFSTestCase): # trim log segment as fast as possible self.set_conf('mds', 'mds cache size', 100) - self.set_conf('mds', 'mds log max segments', 2) - self.set_conf('mds', 'mds log events per segment', 1) self.set_conf('mds', 'mds verify backtrace', 1) self.fs.mds_restart() self.fs.wait_for_daemons() -- 2.39.5