]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd: move copy_on_read overrides to config dir
authorMykola Golub <mgolub@mirantis.com>
Fri, 15 Jul 2016 20:27:42 +0000 (23:27 +0300)
committerMykola Golub <mgolub@mirantis.com>
Fri, 15 Jul 2016 20:27:42 +0000 (23:27 +0300)
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
suites/rbd/librbd/config/copy-on-read.yaml [new file with mode: 0644]
suites/rbd/librbd/config/none.yaml [new file with mode: 0644]
suites/rbd/librbd/copy-on-read/off.yaml [deleted file]
suites/rbd/librbd/copy-on-read/on.yaml [deleted file]

diff --git a/suites/rbd/librbd/config/copy-on-read.yaml b/suites/rbd/librbd/config/copy-on-read.yaml
new file mode 100644 (file)
index 0000000..ce99e7e
--- /dev/null
@@ -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 (file)
index 0000000..e69de29
diff --git a/suites/rbd/librbd/copy-on-read/off.yaml b/suites/rbd/librbd/copy-on-read/off.yaml
deleted file mode 100644 (file)
index 638d14a..0000000
+++ /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 (file)
index ce99e7e..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-overrides:
-  ceph:
-    conf:
-      client:
-        rbd clone copy on read: true