2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-19 04:40:21 +00:00

for issue 338: rinv CN model -t returns hmc plugin bug

This commit is contained in:
ertaozh
2015-10-29 23:10:34 -04:00
parent 630d831cc6
commit 2624c949c3

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);
}