Merge "lioadm make sure targetcli is there"
This commit is contained in:
commit
3d0f7c7af3
@ -428,7 +428,7 @@ function install_cinder {
|
||||
setup_develop $CINDER_DIR
|
||||
if [[ "$CINDER_ISCSI_HELPER" == "tgtadm" ]]; then
|
||||
install_package tgt
|
||||
elif [[ "$CINDER_ISCI_HELPER" == "lioadm" ]]; then
|
||||
elif [[ "$CINDER_ISCSI_HELPER" == "lioadm" ]]; then
|
||||
install_package targetcli
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user