You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2011/06/30 21:21:23 UTC

svn commit: r1141675 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

Author: fapeeler
Date: Thu Jun 30 19:21:22 2011
New Revision: 1141675

URL: http://svn.apache.org/viewvc?rev=1141675&view=rev
Log:
VCL-428

added in the serverrequest data for request_info

Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/utils.pm?rev=1141675&r1=1141674&r2=1141675&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/utils.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Thu Jun 30 19:21:22 2011
@@ -4487,6 +4487,9 @@ sub get_request_info {
 			elsif ($key =~ /reservation_/) {
 				$request_info{reservation}{$reservation_id}{$original_key} = $value;
 			}
+			elsif ($key =~ /serverrequest_/) {
+                                $request_info{reservation}{$reservation_id}{serverrequest}{$original_key} = $value;
+                        }
 		}    # Close foreach key in reservation row
 		
 		# Retrieve the image, imagerevision, and computer info and add to the hash