]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
test: fix docker dmcrypt collocated scenario
authorSébastien Han <seb@redhat.com>
Fri, 30 Jun 2017 12:52:04 +0000 (14:52 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 4 Jul 2017 17:34:26 +0000 (19:34 +0200)
We were setting journal_collocation and used raw_journal_devices which
is definitely wrong. We should just stick with devices.

Signed-off-by: Sébastien Han <seb@redhat.com>
tests/functional/centos/7/docker-cluster-dmcrypt-journal-collocation/group_vars/all

index 92e2b0f5a68aae46cf8a293fddd51cc5d23ba97d..e563ec3bf76a4fc69f11c7523d8b3155be4f2359 100644 (file)
@@ -17,7 +17,6 @@ ceph_rgw_civetweb_port: 8080
 ceph_osd_docker_devices: "{{ devices }}"
 devices:
   - /dev/sda
-raw_journal_devices:
   - /dev/sdb
 ceph_osd_docker_prepare_env: -e CLUSTER={{ cluster }} -e OSD_JOURNAL_SIZE={{ journal_size }} -e OSD_FORCE_ZAP=1 -e OSD_DMCRYPT=1
 ceph_osd_docker_extra_env: -e CLUSTER={{ cluster }} -e CEPH_DAEMON=OSD_CEPH_DISK_ACTIVATE -e OSD_JOURNAL_SIZE={{ journal_size }} -e OSD_DMCRYPT=1