From 7da45d65be36d36b880cc55c5036e96c24b53f00 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 1 Mar 2018 14:38:11 +0800 Subject: remove ceph code This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren --- .../rbd/mirror-ha/workloads/rbd-mirror-ha-workunit.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/ceph/qa/suites/rbd/mirror-ha/workloads/rbd-mirror-ha-workunit.yaml (limited to 'src/ceph/qa/suites/rbd/mirror-ha/workloads/rbd-mirror-ha-workunit.yaml') diff --git a/src/ceph/qa/suites/rbd/mirror-ha/workloads/rbd-mirror-ha-workunit.yaml b/src/ceph/qa/suites/rbd/mirror-ha/workloads/rbd-mirror-ha-workunit.yaml deleted file mode 100644 index 406318f..0000000 --- a/src/ceph/qa/suites/rbd/mirror-ha/workloads/rbd-mirror-ha-workunit.yaml +++ /dev/null @@ -1,16 +0,0 @@ -meta: -- desc: run the rbd_mirror_ha.sh workunit to test the rbd-mirror daemon -tasks: -- exec: - cluster1.client.mirror: - - ceph --cluster cluster1 auth caps client.mirror mon 'profile rbd' osd 'profile rbd' - cluster2.client.mirror: - - ceph --cluster cluster2 auth caps client.mirror mon 'profile rbd' osd 'profile rbd' -- workunit: - clients: - cluster1.client.mirror: [rbd/rbd_mirror_ha.sh] - env: - # override workunit setting of CEPH_ARGS='--cluster' - CEPH_ARGS: '' - RBD_MIRROR_USE_EXISTING_CLUSTER: '1' - timeout: 6h -- cgit 1.2.3-korg