Vinzenz Feenstra has uploaded a new change for review.

Change subject: guest-agent: desktopLock call failure is enough to be debug
......................................................................

guest-agent: desktopLock call failure is enough to be debug

This message probably is of little value in general and therefore this patch
moves it away from error to debug and also no longer reports the traceback.
The traceback is of little value as there can be only one reason for this
to fail, and this is a faulty connection.

This message also previously generated more confusion and was misleading.
It's not an error nor worth a warning, this is what simply can happen
during a migration or a VM shutdown, or even after loosing the connectivity
to the UNIX domain socket for whatever reason.

Change-Id: I3cd032471396a97999c2cea5c88ae04ec8ca4028
Bug-URL: https://bugzilla.redhat.com/1151863
Signed-off-by: Vinzenz Feenstra <vfeen...@redhat.com>
---
M vdsm/virt/guestagent.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/47404/1

diff --git a/vdsm/virt/guestagent.py b/vdsm/virt/guestagent.py
index aac77be..0e51ee6 100644
--- a/vdsm/virt/guestagent.py
+++ b/vdsm/virt/guestagent.py
@@ -374,7 +374,7 @@
             self.log.debug("desktopLock called")
             self._forward("lock-screen")
         except:
-            self.log.exception("desktopLock failed")
+            self.log.debug("desktopLock failed")
 
     def desktopLogin(self, domain, user, password):
         try:


-- 
To view, visit https://gerrit.ovirt.org/47404
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cd032471396a97999c2cea5c88ae04ec8ca4028
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to