From 441198422d54dc276ad369c7af691eb68502bc6a Mon Sep 17 00:00:00 2001 From: phamt Date: Tue, 20 Dec 2011 18:26:15 +0000 Subject: [PATCH] Used profile name instead of group name for directory entry. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11273 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/xcat/plugins/webportal.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-UI/xcat/plugins/webportal.pm b/xCAT-UI/xcat/plugins/webportal.pm index 98dc02b1b..c4a323010 100644 --- a/xCAT-UI/xcat/plugins/webportal.pm +++ b/xCAT-UI/xcat/plugins/webportal.pm @@ -159,7 +159,6 @@ sub provzlinux { my $profile_diskpool_parm = $profile . "_diskpool"; my $profile_eckd_size_parm = $profile . "_eckd_size"; my $profile_fba_size_parm = $profile . "_fba_size"; - foreach (@tmp) { # Get disk pool (default) if ( $_ =~ m/default_diskpool=/i ) {