From ccb39a1668b65083a6ef764300e8cdcc52a20dcb Mon Sep 17 00:00:00 2001 From: Igor Fedotov Date: Mon, 20 Apr 2020 14:31:50 +0300 Subject: [PATCH] qa/objectstore: test hybrid allocator instead of avl one. Signed-off-by: Igor Fedotov (cherry picked from commit 0f639740a3b99d0600f6508d90d426ca12501a03) --- qa/objectstore/{bluestore-avl.yaml => bluestore-hybrid.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename qa/objectstore/{bluestore-avl.yaml => bluestore-hybrid.yaml} (94%) diff --git a/qa/objectstore/bluestore-avl.yaml b/qa/objectstore/bluestore-hybrid.yaml similarity index 94% rename from qa/objectstore/bluestore-avl.yaml rename to qa/objectstore/bluestore-hybrid.yaml index 92cf8de484825..68b9bc4279ff6 100644 --- a/qa/objectstore/bluestore-avl.yaml +++ b/qa/objectstore/bluestore-hybrid.yaml @@ -12,8 +12,8 @@ overrides: debug bluefs: 20 debug rocksdb: 10 bluestore fsck on mount: true - bluestore allocator: avl - bluefs allocator: avl + bluestore allocator: hybrid + bluefs allocator: hybrid # lower the full ratios since we can fill up a 100gb osd so quickly mon osd full ratio: .9 mon osd backfillfull_ratio: .85 -- 2.39.5