From: Sébastien Han Date: Wed, 30 Apr 2014 15:57:10 +0000 (+0200) Subject: Change the default disk numbering X-Git-Tag: v1.0.0~356^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F80%2Fhead;p=ceph-ansible.git Change the default disk numbering 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 --- 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