Displaying 1 result from an estimated 1 matches for "5da991f".
Did you mean:
  56a971f
  
2009 Jun 12
1
[PATCH node] o-c-config will only run when local storage is configured. rhbz#505560
...rage is not configured then it reports an error
and exits.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 scripts/ovirt-config-logging |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/scripts/ovirt-config-logging b/scripts/ovirt-config-logging
index 5da991f..ba661c3 100755
--- a/scripts/ovirt-config-logging
+++ b/scripts/ovirt-config-logging
@@ -8,6 +8,11 @@
 trap '__st=$?; stop_log; exit $__st' 0
 trap 'exit $?' 1 2 13 15
 
+if ! is_local_storage_configured; then
+    printf "Local storage must be configured prior to configuring...