search for: 598b7cb

Displaying 1 result from an estimated 1 matches for "598b7cb".

2009 Sep 08
2
[PATCH node] Add support for automatic remote logging on PXE ovirt-node
...quot;skipping collectd configuration, collectd service not available" - fi + ovirt-config-collectd AUTO find_srv qpidd tcp if [ -n "$SRV_HOST" -a -n "$SRV_PORT" ]; then diff --git a/scripts/ovirt-config-logging b/scripts/ovirt-config-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 &quo...