Merge pull request #80 from leseb/change-default-disk

Change the default disk numbering
pull/81/head
Leseb 2014-04-30 17:58:51 +02:00
commit d6a82a6201
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# Declare devices # Declare devices
# All the scenarii inherit from the following device declaration # 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 # I. First scenario: journal and osd_data on the same device