From: Sage Weil Date: Tue, 5 Sep 2017 21:43:28 +0000 (-0400) Subject: qa/objectstore/bluestore*: less debug output X-Git-Tag: v12.2.1~71^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17564%2Fhead;p=ceph.git 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 --- 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