fix one issue in the change of changing frame num
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4115 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3e28a93056
commit
28722ca267
@ -388,7 +388,7 @@ sub frame {
|
||||
if ( !defined($ent) or !defined($ent->{id}) ) {
|
||||
return( [[$node,"Cannot find frame num in database",RC_ERROR]] );
|
||||
}
|
||||
$data = xCAT::PPCcli::chsyscfg( $exp, "frame", $d, $ent->{id} );
|
||||
$data = xCAT::PPCcli::chsyscfg( $exp, "bpa", $d, $ent->{id} );
|
||||
$Rc = shift(@$data);
|
||||
|
||||
#################################
|
||||
@ -405,7 +405,7 @@ sub frame {
|
||||
# Set frame number
|
||||
# Read the frame number from opt
|
||||
#################################
|
||||
$data = xCAT::PPCcli::chsyscfg( $exp, "frame", $d, $value );
|
||||
$data = xCAT::PPCcli::chsyscfg( $exp, "bpa", $d, $value );
|
||||
$Rc = shift(@$data);
|
||||
|
||||
#################################
|
||||
|
Loading…
Reference in New Issue
Block a user