mirror of https://github.com/ceph/ceph-ansible.git
tests: specify the devices for OSDs in the scenario for collocation
Signed-off-by: Alfredo Deza <adeza@redhat.com> Resolves: colocated#testspull/1130/head
parent
e7f734a082
commit
d0b2b13f4f
|
@ -14,6 +14,7 @@ nodes = {
|
|||
},
|
||||
'osd0': {
|
||||
'username': 'vagrant',
|
||||
'components': [],
|
||||
'components': ['collocated_journals'],
|
||||
'devices': ['/dev/sda', '/dev/sdb'],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue