lioadm make sure targetcli is there
Without installing the targetcli package tools and configs can be missing. The code was correct baside a typo, it is `ISCSI` not `ICSI` Change-Id: I32e5d84d87560458f0eaaf820dcd00c86e6dec8b
This commit is contained in:
parent
1933943292
commit
501aaeb4e7
@ -430,7 +430,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…
x
Reference in New Issue
Block a user