Changed maxp site.tab attribute from "syspmaxp" to "ppcmaxp" - Line #86
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@124 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
17bfa44f3c
commit
5887cd2092
@ -83,7 +83,7 @@ sub process_command {
|
||||
#######################################
|
||||
my $sitetab = xCAT::Table->new('site');
|
||||
if ( defined( $sitetab )) {
|
||||
my ($ent) = $sitetab->getAttribs({'key'=>'syspmaxp'},'value');
|
||||
my ($ent) = $sitetab->getAttribs({'key'=>'ppcmaxp'},'value');
|
||||
if ( defined($ent) ) {
|
||||
$maxp = $ent->{value};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user