Skip to content

Commit 29e122f

Browse files
committed
qa/suites/rbd/iscsi: enable all supported container hosts
On Ubuntu open-iscsi and multipath-tools need to be installed instead of iscsi-initiator-utils and device-mapper-multipath. Signed-off-by: Ilya Dryomov <[email protected]>
1 parent d3f385a commit 29e122f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

qa/suites/rbd/iscsi/0-single-container-host.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

qa/suites/rbd/iscsi/base/install.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ tasks:
99
- ceph orch host ls
1010
- ceph orch device ls
1111
- install:
12-
extra_packages:
12+
extra_system_packages:
13+
deb:
14+
- open-iscsi
15+
- multipath-tools
16+
rpm:
1317
- iscsi-initiator-utils
1418
- device-mapper-multipath
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/distros/supported-container-hosts/

0 commit comments

Comments
 (0)