X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Ffio%2Fceph-memstore.conf;fp=src%2Fceph%2Fsrc%2Ftest%2Ffio%2Fceph-memstore.conf;h=3553d1bcf4c0095b39b7ec0b1c0e0c9eacfb885d;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/src/test/fio/ceph-memstore.conf b/src/ceph/src/test/fio/ceph-memstore.conf new file mode 100644 index 0000000..3553d1b --- /dev/null +++ b/src/ceph/src/test/fio/ceph-memstore.conf @@ -0,0 +1,18 @@ +# example configuration file for ceph-memstore.fio + +[global] + debug filestore = 0 + + # spread objects over 8 collections + osd pool default pg num = 8 + # increasing shards can help when scaling number of collections + osd op num shards = 5 + +[osd] + osd objectstore = memstore + + # use directory= option from fio job file + osd data = ${fio_dir} + + # log inside fio_dir + log file = ${fio_dir}/log