You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2009/09/28 22:25:30 UTC

svn commit: r819711 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm

Author: arkurth
Date: Mon Sep 28 20:25:30 2009
New Revision: 819711

URL: http://svn.apache.org/viewvc?rev=819711&view=rev
Log:
VCL-135
Removed section in xCAT21.pm referencing one of NCSU's management nodes. This code would never have been executed.

Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm?rev=819711&r1=819710&r2=819711&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm Mon Sep 28 20:25:30 2009
@@ -1437,17 +1437,6 @@
 	my $image_os_source_path  = $self->data->get_image_os_source_path();
 	my $image_os_install_type = $self->data->get_image_os_install_type();
 
-	# Fix for Linux images on henry4
-	my $management_node_hostname = $self->data->get_management_node_hostname();
-	my $image_os_type            = $self->data->get_image_os_type();
-	if (   $management_node_hostname =~ /henry4/i
-		 && $image_os_type =~ /linux/i
-		 && $image_os_source_path eq 'image')
-	{
-		$image_os_source_path = 'linux_image';
-		notify($ERRORS{'DEBUG'}, 0, "fixed Linux image path for henry4: image --> linux_image");
-	}
-
 	# Check to make sure the variables are populated
 	if (!$computer_node_name) {
 		notify($ERRORS{'CRITICAL'}, 0, "computer node name is not defined");