From a04ed4be3365fcd195ad483f525053940247421e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 30 Sep 2009 21:59:16 +0000 Subject: [PATCH] -Query new columns from the hypervisor table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4273 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 75466b774..8208cfb7f 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -153,7 +153,7 @@ sub preprocess_request { my $hyptab = xCAT::Table->new('hypervisor'); my $hyptabhash={}; if ($hyptab) { - $hyptabhash = $hyptab->getNodesAttribs(\@hyps,['mgr']); + $hyptabhash = $hyptab->getNodesAttribs(\@hyps,['mgr','cluster','preferdirect']); }