Author: fapeeler
Date: Thu Mar 5 21:43:52 2009
New Revision: 750608
URL: http://svn.apache.org/viewvc?rev=750608&view=rev
Log:
VCL-100
Left out reclaims del_user routine call out of original submit
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm?rev=750608&r1=750607&r2=750608&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm Thu Mar 5 21:43:52
2009
@@ -219,7 +219,7 @@
notify($ERRORS{'OK'}, 0, "$notify_prefix
attempting steps to clean up loaded $image_os_name image");
# Remove user
- if (del_user($computer_shortname,
$user_unityid, $computer_type, $image_os_name)) {
+ if (del_user($computer_shortname,
$user_unityid, $computer_type, $image_os_name,$image_os_type)) {
notify($ERRORS{'OK'}, 0,
"$notify_prefix user $user_unityid removed from $computer_shortname");
insertloadlog($reservation_id,
$computer_id, "info", "reclaim: removed user");
}