From: Sage Weil Date: Wed, 21 Sep 2016 20:28:55 +0000 (-0400) Subject: objectstore: add filestore and bluestore stubs X-Git-Tag: v11.1.1~58^2^2~93^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=84bc367ccb7496b0e5f15a3a7dda71a566fdf2ed;p=ceph-ci.git objectstore: add filestore and bluestore stubs Signed-off-by: Sage Weil --- diff --git a/objectstore/bluestore.yaml b/objectstore/bluestore.yaml new file mode 100644 index 00000000000..b78441c22db --- /dev/null +++ b/objectstore/bluestore.yaml @@ -0,0 +1,11 @@ +overrides: + ceph: + conf: + osd: + osd objectstore: bluestore + bluestore block size: 96636764160 + debug bluestore: 30 + debug bdev: 20 + debug bluefs: 20 + enable experimental unrecoverable data corrupting features: "*" + osd debug randomize hobject sort order: false diff --git a/objectstore/filestore.yaml b/objectstore/filestore.yaml new file mode 100644 index 00000000000..9a558a5d386 --- /dev/null +++ b/objectstore/filestore.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + osd objectstore: filestore