-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
This commit is contained in:
parent
4a90af84da
commit
a04ed4be33
@ -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']);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user