mirror of https://github.com/ceph/ceph-ansible.git
tests: fix broken osd test for xenial_cluster
the path `/dev/disk/by-path/pci-0000:00:01.1-ata-1.0` doesn't exist. it has to be changed to `/dev/disk/by-path/pci-0000:00:01.1-ata-1` Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/1988/head
parent
70e2787fe2
commit
4135091c98
|
@ -9,7 +9,7 @@ monitor_interface: eth1
|
|||
radosgw_interface: eth1
|
||||
journal_size: 100
|
||||
devices:
|
||||
- '/dev/disk/by-path/pci-0000:00:01.1-ata-1.0'
|
||||
- '/dev/disk/by-path/pci-0000:00:01.1-ata-1'
|
||||
- '/dev/sdb'
|
||||
dedicated_devices:
|
||||
- '/dev/sdc'
|
||||
|
|
Loading…
Reference in New Issue