mirror of https://github.com/ceph/ceph
qa/objectstore/bluestore*: fsck on mount
This will catch more bugs! Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
4908814ffc
commit
072bf61a94
|
@ -13,6 +13,7 @@ overrides:
|
|||
debug bluefs: 20
|
||||
debug rocksdb: 10
|
||||
bluestore compression mode: aggressive
|
||||
bluestore fsck on mount: true
|
||||
|
||||
# this doesn't work with failures bc the log writes are not atomic across the two backends
|
||||
# bluestore bluefs env mirror: true
|
||||
|
|
|
@ -12,5 +12,7 @@ overrides:
|
|||
debug bdev: 20
|
||||
debug bluefs: 20
|
||||
debug rocksdb: 10
|
||||
bluestore fsck on mount: true
|
||||
|
||||
# this doesn't work with failures bc the log writes are not atomic across the two backends
|
||||
# bluestore bluefs env mirror: true
|
||||
|
|
Loading…
Reference in New Issue