From: Vasu Kulkarni Date: Tue, 25 Jul 2017 18:56:01 +0000 (-0700) Subject: Add bluestore overrides for ceph-deploy X-Git-Tag: v12.1.2~96^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=05cafd50111fafdd61d6a1e4d2bbfc902a7f2900;p=ceph.git Add bluestore overrides for ceph-deploy ceph-deploy doesn't use ceph overrides, Add same overrides for ceph-deploy Signed-off-by: Vasu Kulkarni --- diff --git a/qa/objectstore/bluestore.yaml b/qa/objectstore/bluestore.yaml index 794d9e9d0e71..838f3715b2c0 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 +