iscsi: always popd, even if there is no iscsi device
parent
fc141f2286
commit
33cfad0b8f
|
|
@ -22,8 +22,10 @@ check() {
|
||||||
|
|
||||||
[[ $hostonly ]] || [[ $mount_needs ]] && {
|
[[ $hostonly ]] || [[ $mount_needs ]] && {
|
||||||
pushd . >/dev/null
|
pushd . >/dev/null
|
||||||
for_each_host_dev_and_slaves is_iscsi || return 255
|
for_each_host_dev_and_slaves is_iscsi
|
||||||
|
local _is_iscsi=$?
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
[[ $_is_iscsi == 0 ]] || return 255
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue