From 042089b13c142578d30f50065e7ff048056874e7 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 10 Nov 2008 21:38:28 +0000 Subject: [PATCH] -Fix problem where Xen operations could fail to update the vm table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2492 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/xen.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/xen.pm b/xCAT-server/lib/xcat/plugins/xen.pm index 0eec8c47a..726423fcc 100644 --- a/xCAT-server/lib/xcat/plugins/xen.pm +++ b/xCAT-server/lib/xcat/plugins/xen.pm @@ -768,6 +768,7 @@ sub dohyp { my @exargs=@{$namedargs{-args}}; my $node; my $args = \@exargs; + $vmtab = xCAT::Table->new("vm"); $hypconn= Sys::Virt->new(uri=>"xen+ssh://".$hyp);