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 <sebastien.han@enovance.com>
pull/80/head
Sébastien Han 2014-04-30 17:57:10 +02:00
parent 358b58bd4a
commit ed52853d20
1 changed files with 1 additions and 1 deletions

View 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