]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Change the default disk numbering 80/head
authorSébastien Han <sebastien.han@enovance.com>
Wed, 30 Apr 2014 15:57:10 +0000 (17:57 +0200)
committerSébastien Han <sebastien.han@enovance.com>
Wed, 30 Apr 2014 15:57:10 +0000 (17:57 +0200)
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 <sebastien.han@enovance.com>
group_vars/osds

index 32cf413e2249652d58b19571214b331d7fe7b33c..26af41fc13811ab40d3c4d7681264caf215ecb8e 100644 (file)
@@ -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