From 05cafd50111fafdd61d6a1e4d2bbfc902a7f2900 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Tue, 25 Jul 2017 11:56:01 -0700 Subject: [PATCH] Add bluestore overrides for ceph-deploy ceph-deploy doesn't use ceph overrides, Add same overrides for ceph-deploy Signed-off-by: Vasu Kulkarni --- qa/objectstore/bluestore.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/qa/objectstore/bluestore.yaml b/qa/objectstore/bluestore.yaml index 794d9e9d0e7..838f3715b2c 100644 --- a/qa/objectstore/bluestore.yaml +++ b/qa/objectstore/bluestore.yaml @@ -20,3 +20,21 @@ overrides: osd failsafe full ratio: .95 # this doesn't work with failures bc the log writes are not atomic across the two backends # bluestore bluefs env mirror: true + ceph-deploy: + fs: xfs + bluestore: yes + conf: + osd: + osd objectstore: bluestore + bluestore block size: 96636764160 + debug bluestore: 30 + debug bdev: 20 + debug bluefs: 20 + debug rocksdb: 10 + bluestore fsck on mount: true + # lower the full ratios since we can fill up a 100gb osd so quickly + mon osd full ratio: .9 + mon osd backfillfull_ratio: .85 + mon osd nearfull ratio: .8 + osd failsafe full ratio: .95 + -- 2.39.5