mirror of https://github.com/ceph/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 <sebastien.han@enovance.com>pull/80/head
parent
358b58bd4a
commit
ed52853d20
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue