mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +00:00
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:
@ -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}]});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user