From 468310890376a9d6b055e01d1743a8c5753dce35 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 5 Sep 2017 17:43:28 -0400 Subject: [PATCH] qa/objectstore/bluestore*: less debug output Let's see if this makes the spurious MON_DOWN failures go away? (See http://tracker.ceph.com/issues/20910) Signed-off-by: Sage Weil (cherry picked from commit 444f5aa08539cde827e7d93a514367a8ba39b122) Conflicts: qa/objectstore/bluestore-bitmap.yaml Added bluestore-bitmap.yaml to Luminous as well --- qa/objectstore/bluestore-bitmap.yaml | 39 ++++++++++++++++++++++++++++ qa/objectstore/bluestore-comp.yaml | 3 +-- qa/objectstore/bluestore.yaml | 6 ++--- 3 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 qa/objectstore/bluestore-bitmap.yaml diff --git a/qa/objectstore/bluestore-bitmap.yaml b/qa/objectstore/bluestore-bitmap.yaml new file mode 100644 index 000000000000..88dca3a21faa --- /dev/null +++ b/qa/objectstore/bluestore-bitmap.yaml @@ -0,0 +1,39 @@ +overrides: + thrashosds: + bdev_inject_crash: 2 + bdev_inject_crash_probability: .5 + ceph: + fs: xfs + conf: + osd: + osd objectstore: bluestore + bluestore block size: 96636764160 + debug bluestore: 20 + debug bluefs: 20 + debug rocksdb: 10 + bluestore fsck on mount: true + bluestore allocator: bitmap + # 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 +# 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: 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 + diff --git a/qa/objectstore/bluestore-comp.yaml b/qa/objectstore/bluestore-comp.yaml index 16767efac762..b408032fdefd 100644 --- a/qa/objectstore/bluestore-comp.yaml +++ b/qa/objectstore/bluestore-comp.yaml @@ -8,8 +8,7 @@ overrides: osd: osd objectstore: bluestore bluestore block size: 96636764160 - debug bluestore: 30 - debug bdev: 20 + debug bluestore: 20 debug bluefs: 20 debug rocksdb: 10 bluestore compression mode: aggressive diff --git a/qa/objectstore/bluestore.yaml b/qa/objectstore/bluestore.yaml index 838f3715b2c0..19dfeb036ff3 100644 --- a/qa/objectstore/bluestore.yaml +++ b/qa/objectstore/bluestore.yaml @@ -8,8 +8,7 @@ overrides: osd: osd objectstore: bluestore bluestore block size: 96636764160 - debug bluestore: 30 - debug bdev: 20 + debug bluestore: 20 debug bluefs: 20 debug rocksdb: 10 bluestore fsck on mount: true @@ -27,8 +26,7 @@ overrides: osd: osd objectstore: bluestore bluestore block size: 96636764160 - debug bluestore: 30 - debug bdev: 20 + debug bluestore: 20 debug bluefs: 20 debug rocksdb: 10 bluestore fsck on mount: true -- 2.47.3