search for: is_diskless

Displaying 1 result from an estimated 1 matches for "is_diskless".

2009 Sep 08
2
[PATCH node] Add support for automatic remote logging on PXE ovirt-node
...nfig-logging index d8e5c95..598b7cb 100755 --- a/scripts/ovirt-config-logging +++ b/scripts/ovirt-config-logging @@ -8,7 +8,7 @@ trap '__st=$?; stop_log; exit $__st' 0 trap 'exit $?' 1 2 13 15 -if ! is_local_storage_configured; then +if ! is_local_storage_configured && ! is_diskless ; then printf "Local storage must be configured prior to configuring the logging system.\n" exit 99 fi diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions index 98e88e7..f86543e 100644 --- a/scripts/ovirt-functions +++ b/scripts/ovirt-functions @@ -88,6 +88,10 @@ is_...