From 85d25c65499b6f7996ce85561ef30e2848a6bd89 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 16 Jun 2009 14:34:07 +0000 Subject: [PATCH] -Fix bug where architecture was not being pulled in git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3588 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/VMCommon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/VMCommon.pm b/perl-xCAT/xCAT/VMCommon.pm index 0ddd38aa9..6bb7d8d84 100644 --- a/perl-xCAT/xCAT/VMCommon.pm +++ b/perl-xCAT/xCAT/VMCommon.pm @@ -12,7 +12,7 @@ sub grab_table_data{ #grab table data relevent to VM guest nodes $cfghash->{nodehm} = $hmtab->getNodesAttribs($noderange,['serialspeed']); } if ($nttab) { - $cfghash->{nodetype} = $nttab->getNodesAttribs($noderange,['os']); #allow us to guess RTC config + $cfghash->{nodetype} = $nttab->getNodesAttribs($noderange,['os','arch']); #allow us to guess RTC config } unless ($vmtab) { $callback->({data=>["Cannot open vm table"]});