[NEW PATCH] BZ#727649 - Raise log severity when vdsm fails to run vm (via gerrit-bot)

Haim Ateya hateya at redhat.com
Tue Aug 2 18:19:24 UTC 2011


New patch submitted by Haim Ateya (hateya at redhat.com)

You can review this change at: http://gerrit.usersys.redhat.com/780

commit e7b1295005b9f2218abc3f80d153bc3c8f430a8c
Author: Haim Ateya <hateya at redhat.com>
Date:   Tue Aug 2 15:01:16 2011 +0300

    BZ#727649 - Raise log severity when vdsm fails to run vm
    
    Change-Id: I9e7f2c1c18b99f78885f5790d9502c0c280b55f1

diff --git a/vdsm/vm.py b/vdsm/vm.py
index 941ea0a..12aeb02 100644
--- a/vdsm/vm.py
+++ b/vdsm/vm.py
@@ -377,7 +377,7 @@ class Vm(object):
             if 'recover' in self.conf:
                 self.log.info("Skipping errors on recovery", exc_info=True)
             else:
-                self.log.info("The vm start process failed", exc_info=True)
+                self.log.error("The vm start process failed", exc_info=True)
                 self.setDownStatus(ERROR, str(e))
 
     def _incomingMigrationPending(self):




More information about the vdsm-patches mailing list