From ad2225e85637e4605c0fe369bffdfdfdeefcb95f Mon Sep 17 00:00:00 2001 From: sakolish Date: Wed, 27 Feb 2008 16:13:08 +0000 Subject: [PATCH] Changed to "groups=lpar,all" for stanza and xml formatted output - Lines #452 & 506 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@594 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCscan.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/PPCscan.pm b/perl-xCAT-2.0/xCAT/PPCscan.pm index cd1baaaac..a5bd836df 100644 --- a/perl-xCAT-2.0/xCAT/PPCscan.pm +++ b/perl-xCAT-2.0/xCAT/PPCscan.pm @@ -449,7 +449,7 @@ sub format_stanza { } elsif ( /^nodetype$/ ) { $d = $nodetype{$d}; } elsif ( /^groups$/ ) { - $d = "$hwtype,all"; + $d = "$type,all"; } elsif ( /^mgt$/ ) { $d = $hwtype; } elsif ( /^model|serial$/ ) { @@ -503,7 +503,7 @@ sub format_xml { } elsif ( /^nodetype$/ ) { $d = $nodetype{$d}; } elsif ( /^groups$/ ) { - $d = "$hwtype,all"; + $d = "$type,all"; } elsif ( /^mgt$/ ) { $d = $hwtype; } elsif ( /^model|serial$/ ) {