Displaying 2 results from an estimated 2 matches for "ovirt_iscsi_networking".
2010 May 10
1
[PATCH node] RESEND: fix iscsi installation problems
...ot;y" ]]; then
# if local storage is not configured, then exit the script
-if ! is_local_storage_configured; then
- printf "Local storage must be configured prior to configuring the management interface.\n\n"
- exit 99
+ if [[ ! is_local_storage_configured && "$OVIRT_ISCSI_NETWORKING" != "y" ]] ; then
+ printf "Local storage must be configured prior to configuring the management interface.\n\n"
+ exit 99
+ fi
fi
# $1 - the variable name to set
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index 9b37035..df...
2010 Apr 09
0
[PATCH node] fix iscsi installation problems
...ot;y" ]]; then
# if local storage is not configured, then exit the script
-if ! is_local_storage_configured; then
- printf "Local storage must be configured prior to configuring the management interface.\n\n"
- exit 99
+ if [[ ! is_local_storage_configured && "$OVIRT_ISCSI_NETWORKING" != "y" ]] ; then
+ printf "Local storage must be configured prior to configuring the management interface.\n\n"
+ exit 99
+ fi
fi
# $1 - the variable name to set
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index ce9707c..c9...