update the attributes cons=fsp and mgt=fsp

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8992 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2011-03-04 07:54:01 +00:00
parent 747e6c31d9
commit d5c8faa353

View File

@ -828,7 +828,7 @@ sub create {
} else {
foreach my $name ( @{$opt->{target}} ) {
push @result, [$name,"Success",$Rc];
xCAT::FSPvm::xCATdB("mkvm", $name, "",$node_id{$name}, $d, $type, $name );
xCAT::FSPvm::xCATdB("mkvm", $name, "",$node_id{$name}, $d, "fsp", $name );
}
}