mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	-Correct variable names in previous checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1093,11 +1093,11 @@ sub process_request { | ||||
|   if ($command eq 'mkvm' or $command eq 'rpower' and (grep { "$_" eq "on"  or $_ eq "boot" or $_ eq "reset" } @exargs)) { | ||||
|       xCAT::VMCommon::requestMacAddresses($confdata,$noderange); | ||||
|       my @dhcpnodes; | ||||
|       foreach (keys %{$tablecfg{dhcpneeded}}) { | ||||
|       foreach (keys %{$confdata->{dhcpneeded}}) { | ||||
|         push @dhcpnodes,$_; | ||||
|         delete $tablecfg{dhcpneeded}->{$_}; | ||||
|         delete $confdata->{dhcpneeded}->{$_}; | ||||
|      } | ||||
|      $executerequest->({command=>['makedhcp'],node=>\@dhcpnodes}); | ||||
|      $doreq->({command=>['makedhcp'],node=>\@dhcpnodes}); | ||||
|   } | ||||
|  | ||||
|   if ($command eq 'revacuate' or $command eq 'rmigrate') { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user