mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #80 from leseb/change-default-disk
Change the default disk numberingpull/81/head
commit
d6a82a6201
|
@ -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