From 5849579fa768432531ebe39144e3321bf2691b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Wed, 2 Sep 2015 14:19:19 +0200 Subject: [PATCH] Do not check for devices when device autodetect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #399 Signed-off-by: Sébastien Han --- roles/ceph-common/tasks/checks/check_mandatory_vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ceph-common/tasks/checks/check_mandatory_vars.yml b/roles/ceph-common/tasks/checks/check_mandatory_vars.yml index e05593318..08c1fad48 100644 --- a/roles/ceph-common/tasks/checks/check_mandatory_vars.yml +++ b/roles/ceph-common/tasks/checks/check_mandatory_vars.yml @@ -54,6 +54,7 @@ osd_group_name is defined and osd_group_name in group_names and journal_collocation and + not osd_auto_discovery and devices is not defined - name: verify journal devices have been provided