From: Sage Weil Date: Wed, 2 Nov 2016 13:57:46 +0000 (-0400) Subject: objectstore/bluestore: disable bluefs env mirror X-Git-Tag: v11.1.1~58^2^2~59 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eae9d285e2d570265427d1359d9de03b35f135e0;p=ceph.git objectstore/bluestore: disable bluefs env mirror We can't atomically append to two env backends, which means that we can see size mismatches when we inject failures. Signed-off-by: Sage Weil --- diff --git a/objectstore/bluestore.yaml b/objectstore/bluestore.yaml index 782de567094..1939602fa1f 100644 --- a/objectstore/bluestore.yaml +++ b/objectstore/bluestore.yaml @@ -13,4 +13,5 @@ overrides: debug rocksdb: 10 enable experimental unrecoverable data corrupting features: "*" osd debug randomize hobject sort order: false - bluestore bluefs env mirror: true +# this doesn't work with failures bc the log writes are not atomic across the two backends +# bluestore bluefs env mirror: true