-Correct typo in chain table object
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1940 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
04c1fda49e
commit
88e33f7a3f
@ -259,7 +259,7 @@ sub process_request {
|
||||
if ($errored) { return; }
|
||||
my $bptab=xCAT::Table->new('bootparams',-create=>1);
|
||||
my $bphash = $bptab->getNodesAttribs(\@nodes,['kernel','initrd','kcmdline']);
|
||||
my $chaintab=xCAT::Table->new('chaintab',-create=>1);
|
||||
my $chaintab=xCAT::Table->new('chain',-create=>1);
|
||||
my $chainhash=$chaintab->getNodesAttribs(\@nodes,['currstate']);
|
||||
my $mactab=xCAT::Table->new('mac',-create=>1);
|
||||
my $machhash=$mactab->getNodesAttribs(\@nodes,['mac']);
|
||||
|
Loading…
Reference in New Issue
Block a user