From 1aee33f265064b9c3862d2c5b92e2cd22f7c5c42 Mon Sep 17 00:00:00 2001 From: phamt Date: Sat, 3 Oct 2009 15:19:06 +0000 Subject: [PATCH] Change scanVM() because the 'id' property in the 'zvm' table is changed to 'userid'. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/zvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/zvm.pm b/xCAT-server/lib/xcat/plugins/zvm.pm index e7d7c6890..3ed4a7d47 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -764,7 +764,7 @@ sub scanVM { # Create output string $str .= "$managedNode:\n"; $str .= " objtype=node\n"; - $str .= " id=$id\n"; + $str .= " userid=$id\n"; $str .= " os=$os\n"; $str .= " arch=$arch\n"; $str .= " hcp=$hcp\n";