From ed52853d204955866541840c2121c0e93b1665b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Wed, 30 Apr 2014 17:57:10 +0200 Subject: [PATCH] Change the default disk numbering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While trying to auto-provision with vagrant, new disks get /dev/sdb and so forth. So starting from /dev/sdd doesn't make sense. Signed-off-by: Sébastien Han --- group_vars/osds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/osds b/group_vars/osds index 32cf413e2..26af41fc1 100644 --- a/group_vars/osds +++ b/group_vars/osds @@ -19,7 +19,7 @@ # Declare devices # All the scenarii inherit from the following device declaration # -devices: [ '/dev/sdd', '/dev/sde', '/dev/sdf', '/dev/sdg'] +devices: [ '/dev/sdb', '/dev/sdc', '/dev/sdd', '/dev/sde'] # I. First scenario: journal and osd_data on the same device