diff options
Diffstat (limited to 'src/ceph/qa/suites/krbd/unmap')
9 files changed, 0 insertions, 58 deletions
diff --git a/src/ceph/qa/suites/krbd/unmap/% b/src/ceph/qa/suites/krbd/unmap/% deleted file mode 100644 index e69de29..0000000 --- a/src/ceph/qa/suites/krbd/unmap/% +++ /dev/null diff --git a/src/ceph/qa/suites/krbd/unmap/ceph/ceph.yaml b/src/ceph/qa/suites/krbd/unmap/ceph/ceph.yaml deleted file mode 100644 index c58aaca..0000000 --- a/src/ceph/qa/suites/krbd/unmap/ceph/ceph.yaml +++ /dev/null @@ -1,9 +0,0 @@ -overrides: - ceph: - crush_tunables: bobtail -tasks: -- install: -- ceph: -- exec: - client.0: - - "ceph osd getcrushmap -o /dev/stdout | crushtool -d - | sed -e 's/alg straw2/alg straw/g' | crushtool -c /dev/stdin -o /dev/stdout | ceph osd setcrushmap -i /dev/stdin" diff --git a/src/ceph/qa/suites/krbd/unmap/clusters/separate-client.yaml b/src/ceph/qa/suites/krbd/unmap/clusters/separate-client.yaml deleted file mode 100644 index be13431..0000000 --- a/src/ceph/qa/suites/krbd/unmap/clusters/separate-client.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# fixed-1.yaml, but with client.0 on a separate target -overrides: - ceph-deploy: - conf: - global: - osd pool default size: 2 - osd crush chooseleaf type: 0 - osd pool default pg num: 128 - osd pool default pgp num: 128 -roles: -- [mon.a, mgr.x, osd.0, osd.1, osd.2] -- [client.0] -openstack: -- volumes: # attached to each instance - count: 3 - size: 10 # GB diff --git a/src/ceph/qa/suites/krbd/unmap/conf.yaml b/src/ceph/qa/suites/krbd/unmap/conf.yaml deleted file mode 100644 index 8984e8d..0000000 --- a/src/ceph/qa/suites/krbd/unmap/conf.yaml +++ /dev/null @@ -1,5 +0,0 @@ -overrides: - ceph: - conf: - client: - rbd default features: 1 # pre-single-major is v3.13, so layering only diff --git a/src/ceph/qa/suites/krbd/unmap/filestore-xfs.yaml b/src/ceph/qa/suites/krbd/unmap/filestore-xfs.yaml deleted file mode 120000 index 59ef7e4..0000000 --- a/src/ceph/qa/suites/krbd/unmap/filestore-xfs.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../objectstore/filestore-xfs.yaml
\ No newline at end of file diff --git a/src/ceph/qa/suites/krbd/unmap/kernels/pre-single-major.yaml b/src/ceph/qa/suites/krbd/unmap/kernels/pre-single-major.yaml deleted file mode 100644 index a5636b4..0000000 --- a/src/ceph/qa/suites/krbd/unmap/kernels/pre-single-major.yaml +++ /dev/null @@ -1,10 +0,0 @@ -overrides: - kernel: - client.0: - branch: nightly_pre-single-major # v3.12.z -tasks: -- exec: - client.0: - - "modprobe -r rbd" - - "modprobe --first-time rbd" - - "test ! -f /sys/module/rbd/parameters/single_major" diff --git a/src/ceph/qa/suites/krbd/unmap/kernels/single-major-off.yaml b/src/ceph/qa/suites/krbd/unmap/kernels/single-major-off.yaml deleted file mode 100644 index 9dc2488..0000000 --- a/src/ceph/qa/suites/krbd/unmap/kernels/single-major-off.yaml +++ /dev/null @@ -1,6 +0,0 @@ -tasks: -- exec: - client.0: - - "modprobe -r rbd" - - "modprobe --first-time rbd single_major=0" - - "grep -q N /sys/module/rbd/parameters/single_major" diff --git a/src/ceph/qa/suites/krbd/unmap/kernels/single-major-on.yaml b/src/ceph/qa/suites/krbd/unmap/kernels/single-major-on.yaml deleted file mode 100644 index c3889f3..0000000 --- a/src/ceph/qa/suites/krbd/unmap/kernels/single-major-on.yaml +++ /dev/null @@ -1,6 +0,0 @@ -tasks: -- exec: - client.0: - - "modprobe -r rbd" - - "modprobe --first-time rbd single_major=1" - - "grep -q Y /sys/module/rbd/parameters/single_major" diff --git a/src/ceph/qa/suites/krbd/unmap/tasks/unmap.yaml b/src/ceph/qa/suites/krbd/unmap/tasks/unmap.yaml deleted file mode 100644 index 05cc5f3..0000000 --- a/src/ceph/qa/suites/krbd/unmap/tasks/unmap.yaml +++ /dev/null @@ -1,5 +0,0 @@ -tasks: -- cram: - clients: - client.0: - - http://git.ceph.com/?p={repo};a=blob_plain;hb={branch};f=src/test/cli-integration/rbd/unmap.t |