Change in vdsm[master]: vdsm-upgrade: fix xml format

dougsland at redhat.com dougsland at redhat.com
Wed Mar 13 01:05:17 UTC 2013


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: vdsm-upgrade: fix xml format
......................................................................

vdsm-upgrade: fix xml format

Fixed illegal XML that affects upgrade from Engine.

Change-Id: I019bc35eaebd7c0b0424353f6c7e5699f3eb27b4
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=920671
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M vdsm_reg/vdsm-upgrade
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/90/12990/1

diff --git a/vdsm_reg/vdsm-upgrade b/vdsm_reg/vdsm-upgrade
index a437e97..d9bdd31 100755
--- a/vdsm_reg/vdsm-upgrade
+++ b/vdsm_reg/vdsm-upgrade
@@ -136,15 +136,15 @@
         out, err, ret = deployUtil.setService('vdsmd', 'stop')
         if ret != 0:
             msg = "<BSTRAP component='RHEL_INSTALL' status='FAIL'" \
-                      "message='Cannot stop vdsm daemon before we" \
+                      " message='Cannot stop vdsm daemon before we" \
                       " start the upgrade, please verify!'/>"
         else:
             msg = "<BSTRAP component='RHEL_INSTALL' status='OK'" \
-                      "message='vdsm daemon stopped for upgrade process!'/>"
+                      " message='vdsm daemon stopped for upgrade process!'/>"
 
     else:
         msg = "<BSTRAP component='RHEL_INSTALL' status='WARN'" \
-                  "message='vdsm daemon is already down before we" \
+                  " message='vdsm daemon is already down before we" \
                   " stop it for upgrade.'/>"
 
     logging.debug(msg)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I019bc35eaebd7c0b0424353f6c7e5699f3eb27b4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>


More information about the vdsm-patches mailing list