Change in vdsm[master]: Fix VDSM boot

amuller at redhat.com amuller at redhat.com
Mon Jan 13 14:40:14 UTC 2014


Assaf Muller has uploaded a new change for review.

Change subject: Fix VDSM boot
......................................................................

Fix VDSM boot

Fix regression introduced in Gerrit 22750, hash 114692f.

The unified net persistence upgrade name was changed, changing
the name exposed to vdsm-tool. However, the call to the upgrade
was still using the old name.

Change-Id: Iaa0fadae424e93b43cafc2b1519f59e88e7c5832
Signed-off-by: Assaf Muller <amuller at redhat.com>
---
M init/vdsmd_init_common.sh.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/18/23218/1

diff --git a/init/vdsmd_init_common.sh.in b/init/vdsmd_init_common.sh.in
index 071b9a6..46af454 100644
--- a/init/vdsmd_init_common.sh.in
+++ b/init/vdsmd_init_common.sh.in
@@ -181,7 +181,7 @@
 }
 
 task_unified_network_persistence_upgrade(){
-    "$VDSM_TOOL" upgrade-to-unified-persistence
+    "$VDSM_TOOL" upgrade-unified-persistence
 }
 
 task_upgrade_300_nets(){


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa0fadae424e93b43cafc2b1519f59e88e7c5832
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Assaf Muller <amuller at redhat.com>


More information about the vdsm-patches mailing list