From 2624c949c3f8a32b267e96cd8af34f7fab6d99e5 Mon Sep 17 00:00:00 2001 From: ertaozh Date: Thu, 29 Oct 2015 23:10:34 -0400 Subject: [PATCH] for issue 338: rinv CN model -t returns hmc plugin bug --- perl-xCAT/xCAT/PPCinv.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCinv.pm b/perl-xCAT/xCAT/PPCinv.pm index 24d06ac79..fb7860059 100644 --- a/perl-xCAT/xCAT/PPCinv.pm +++ b/perl-xCAT/xCAT/PPCinv.pm @@ -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); }