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 <idryomov@gmail.com>
(cherry picked from commit
29e122f8754aa56a2b1cdc56ac4f0591828e5269)
Conflicts:
- .qa/distros/supported-container-hosts doesn't exist in quincy,
replaced with .qa/distros/container-hosts to fix the symlink
+++ /dev/null
-.qa/distros/single-container-host.yaml
\ No newline at end of file
- ceph orch host ls
- ceph orch device ls
- install:
- extra_packages:
+ extra_system_packages:
+ deb:
+ - open-iscsi
+ - multipath-tools
+ rpm:
- iscsi-initiator-utils
- device-mapper-multipath
--- /dev/null
+.qa/distros/container-hosts/
\ No newline at end of file