[node-patches] Change in ovirt-node[master]: storage: Lower error to information

fabiand at fedoraproject.org fabiand at fedoraproject.org
Wed Dec 12 16:02:20 UTC 2012


Fabian Deutsch has uploaded a new change for review.

Change subject: storage: Lower error to information
......................................................................

storage: Lower error to information

The information about failed candidate guess shall just be logged to a
file and not on the screen.

rhbz#886390

Change-Id: I6b787aa896e2f733334ed4acedb7da0dca492fba
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirtnode/storage.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/04/10004/1

diff --git a/scripts/ovirtnode/storage.py b/scripts/ovirtnode/storage.py
index 8d385b2..ee4c401 100644
--- a/scripts/ovirtnode/storage.py
+++ b/scripts/ovirtnode/storage.py
@@ -472,7 +472,7 @@
                     if os.path.exists(_partpv):
                         partpv = _partpv
                         break
-                    logger.error(_partpv + " is not available!")
+                    logger.info(_partpv + " is not available!")
                 i -= 1
                 time.sleep(1)
             if i is 0:


--
To view, visit http://gerrit.ovirt.org/10004
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b787aa896e2f733334ed4acedb7da0dca492fba
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list