Fix bad error on makeconservercf issue
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7540 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8a58e07dfe
commit
91b0cf722a
@ -376,7 +376,7 @@ sub makeconservercf {
|
||||
}
|
||||
if ( $type{$_->{node}} !~ /fsp|bpa|hmc|ivm/ ) {
|
||||
if (donodeent($_,\@filecontent) eq "BADCFG") {
|
||||
$cb->({node=>[{name=>$_,error=>"Bad configuration, check attributes under the nodehm category",errorcode=>1}]});
|
||||
$cb->({node=>[{name=>$_->{node},error=>"Bad configuration, check attributes under the nodehm category",errorcode=>1}]});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user