From: Mykola Golub Date: Fri, 15 Jul 2016 20:27:42 +0000 (+0300) Subject: rbd: move copy_on_read overrides to config dir X-Git-Tag: v11.1.1~58^2^2~150^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=95b16616f188211c452ad6feaeda36d313e47240;p=ceph.git rbd: move copy_on_read overrides to config dir Signed-off-by: Mykola Golub --- diff --git a/suites/rbd/librbd/config/copy-on-read.yaml b/suites/rbd/librbd/config/copy-on-read.yaml new file mode 100644 index 0000000000000..ce99e7ec0a99a --- /dev/null +++ b/suites/rbd/librbd/config/copy-on-read.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + client: + rbd clone copy on read: true diff --git a/suites/rbd/librbd/config/none.yaml b/suites/rbd/librbd/config/none.yaml new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/suites/rbd/librbd/copy-on-read/off.yaml b/suites/rbd/librbd/copy-on-read/off.yaml deleted file mode 100644 index 638d14aa12a4b..0000000000000 --- a/suites/rbd/librbd/copy-on-read/off.yaml +++ /dev/null @@ -1,5 +0,0 @@ -overrides: - ceph: - conf: - client: - rbd clone copy on read: false diff --git a/suites/rbd/librbd/copy-on-read/on.yaml b/suites/rbd/librbd/copy-on-read/on.yaml deleted file mode 100644 index ce99e7ec0a99a..0000000000000 --- a/suites/rbd/librbd/copy-on-read/on.yaml +++ /dev/null @@ -1,5 +0,0 @@ -overrides: - ceph: - conf: - client: - rbd clone copy on read: true