We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16eea25 + 363acd9 commit 10e31b4Copy full SHA for 10e31b4
1 file changed
lib/cinder
@@ -434,7 +434,11 @@ function install_cinder {
434
if [[ "$CINDER_ISCSI_HELPER" == "tgtadm" ]]; then
435
install_package tgt
436
elif [[ "$CINDER_ISCSI_HELPER" == "lioadm" ]]; then
437
- install_package targetcli
+ if [[ ${DISTRO} == "bionic" ]]; then
438
+ install_package targetcli-fb
439
+ else
440
+ install_package targetcli
441
+ fi
442
fi
443
}
444
0 commit comments