]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/thrash-luminous: redirects require luminous
authorSage Weil <sage@redhat.com>
Sat, 27 May 2017 02:52:48 +0000 (22:52 -0400)
committerSage Weil <sage@redhat.com>
Sat, 27 May 2017 02:52:48 +0000 (22:52 -0400)
...so skip the at-end variant of d-luminous.

Signed-off-by: Sage Weil <sage@redhat.com>
15 files changed:
qa/suites/rados/thrash-luminous/% [new file with mode: 0644]
qa/suites/rados/thrash-luminous/0-size-min-size-overrides [new symlink]
qa/suites/rados/thrash-luminous/1-pg-log-overrides [new symlink]
qa/suites/rados/thrash-luminous/backoff [new symlink]
qa/suites/rados/thrash-luminous/ceph.yaml [new symlink]
qa/suites/rados/thrash-luminous/clusters [new symlink]
qa/suites/rados/thrash-luminous/msgr [new symlink]
qa/suites/rados/thrash-luminous/objectstore [new symlink]
qa/suites/rados/thrash-luminous/rados.yaml [new symlink]
qa/suites/rados/thrash-luminous/rocksdb.yaml [new symlink]
qa/suites/rados/thrash-luminous/thrashers [new symlink]
qa/suites/rados/thrash-luminous/workloads/redirect.yaml [new file with mode: 0644]
qa/suites/rados/thrash-luminous/workloads/redirect_set_object.yaml [new file with mode: 0644]
qa/suites/rados/thrash/workloads/redirect.yaml [deleted file]
qa/suites/rados/thrash/workloads/redirect_set_object.yaml [deleted file]

diff --git a/qa/suites/rados/thrash-luminous/% b/qa/suites/rados/thrash-luminous/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rados/thrash-luminous/0-size-min-size-overrides b/qa/suites/rados/thrash-luminous/0-size-min-size-overrides
new file mode 120000 (symlink)
index 0000000..ce15740
--- /dev/null
@@ -0,0 +1 @@
+../thrash/0-size-min-size-overrides/
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/1-pg-log-overrides b/qa/suites/rados/thrash-luminous/1-pg-log-overrides
new file mode 120000 (symlink)
index 0000000..d68d36c
--- /dev/null
@@ -0,0 +1 @@
+../thrash/1-pg-log-overrides/
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/backoff b/qa/suites/rados/thrash-luminous/backoff
new file mode 120000 (symlink)
index 0000000..dc7814b
--- /dev/null
@@ -0,0 +1 @@
+../thrash/backoff/
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/ceph.yaml b/qa/suites/rados/thrash-luminous/ceph.yaml
new file mode 120000 (symlink)
index 0000000..a2fd139
--- /dev/null
@@ -0,0 +1 @@
+../thrash/ceph.yaml
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/clusters b/qa/suites/rados/thrash-luminous/clusters
new file mode 120000 (symlink)
index 0000000..729c96f
--- /dev/null
@@ -0,0 +1 @@
+../thrash/clusters/
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/msgr b/qa/suites/rados/thrash-luminous/msgr
new file mode 120000 (symlink)
index 0000000..8113e02
--- /dev/null
@@ -0,0 +1 @@
+../thrash/msgr
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/objectstore b/qa/suites/rados/thrash-luminous/objectstore
new file mode 120000 (symlink)
index 0000000..38ae00c
--- /dev/null
@@ -0,0 +1 @@
+../thrash/objectstore/
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/rados.yaml b/qa/suites/rados/thrash-luminous/rados.yaml
new file mode 120000 (symlink)
index 0000000..2834d2e
--- /dev/null
@@ -0,0 +1 @@
+../thrash/rados.yaml
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/rocksdb.yaml b/qa/suites/rados/thrash-luminous/rocksdb.yaml
new file mode 120000 (symlink)
index 0000000..9aaadff
--- /dev/null
@@ -0,0 +1 @@
+../thrash/rocksdb.yaml
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/thrashers b/qa/suites/rados/thrash-luminous/thrashers
new file mode 120000 (symlink)
index 0000000..f461dad
--- /dev/null
@@ -0,0 +1 @@
+../thrash/thrashers
\ No newline at end of file
diff --git a/qa/suites/rados/thrash-luminous/workloads/redirect.yaml b/qa/suites/rados/thrash-luminous/workloads/redirect.yaml
new file mode 100644 (file)
index 0000000..50bd812
--- /dev/null
@@ -0,0 +1,11 @@
+tasks:
+- rados:
+    clients: [client.0]
+    ops: 4000
+    objects: 500
+    set_redirect: true
+    op_weights:
+      read: 100
+      write: 100
+      delete: 50
+      copy_from: 50
diff --git a/qa/suites/rados/thrash-luminous/workloads/redirect_set_object.yaml b/qa/suites/rados/thrash-luminous/workloads/redirect_set_object.yaml
new file mode 100644 (file)
index 0000000..74595e2
--- /dev/null
@@ -0,0 +1,9 @@
+tasks:
+- rados:
+    clients: [client.0]
+    ops: 4000
+    objects: 500
+    set_redirect: true
+    op_weights:
+      set_redirect: 100
+      copy_from: 100
diff --git a/qa/suites/rados/thrash/workloads/redirect.yaml b/qa/suites/rados/thrash/workloads/redirect.yaml
deleted file mode 100644 (file)
index 50bd812..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-tasks:
-- rados:
-    clients: [client.0]
-    ops: 4000
-    objects: 500
-    set_redirect: true
-    op_weights:
-      read: 100
-      write: 100
-      delete: 50
-      copy_from: 50
diff --git a/qa/suites/rados/thrash/workloads/redirect_set_object.yaml b/qa/suites/rados/thrash/workloads/redirect_set_object.yaml
deleted file mode 100644 (file)
index 74595e2..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-tasks:
-- rados:
-    clients: [client.0]
-    ops: 4000
-    objects: 500
-    set_redirect: true
-    op_weights:
-      set_redirect: 100
-      copy_from: 100