2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Merge pull request #341 from zet809/rinv_issue_master

[master]for issue 338: rinv CN model -t returns hmc plugin bug
This commit is contained in:
Xiaopeng Wang 2015-11-05 13:19:14 +08:00
commit d2852d19ea

View File

@ -417,7 +417,7 @@ sub vpd {
# Output value
#############################
if ($_ eq 'model' and exists($request->{opt}->{t})) {
my $tmp_pre = xCAT::data::ibmhwtypes::parse_args($data->{$_});
my $tmp_pre = xCAT::data::ibmhwtypes::parse_group($data->{$_});
if (defined($tmp_pre)) {
xCAT::TableUtils->updatenodegroups($name, $tmp_pre);
}