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
This commit is contained in:
phamt 2009-10-03 15:19:06 +00:00
parent 35fcad7c78
commit 1aee33f265

View File

@ -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";