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
Guillaume Abrioux 2017-10-05 11:03:41 +02:00
parent 70e2787fe2
commit 4135091c98
1 changed files with 1 additions and 1 deletions

View File

@ -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'