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:
wanghuaz 2009-09-10 03:19:54 +00:00
parent 3e28a93056
commit 28722ca267

View File

@ -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);
#################################