Author: dnhutchins
Date: Wed Feb 16 13:46:09 2011
New Revision: 1071245
URL: http://svn.apache.org/viewvc?rev=1071245&view=rev
Log:
Updated comments to refelct current progress
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/vbox.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/vbox.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/vbox.pm?rev=1071245&r1=1071244&r2=1071245&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/vbox.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/vbox.pm Wed Feb 16 13:46:09 2011
@@ -162,11 +162,8 @@ sub load {
notify($ERRORS{'OK'}, 0, "removed node $shortname from vmhost
$vmhost_hostname");
}
- ### FIX-ME: I have no freakin clue how to approach this (imaging mode)
at the moment
- ### For VBox, this would require changing the disk mode from
immuatable to normal
- ### which itself would be easy, the challenge for me is
handeling the hypervisors that have this image registered
- ### where any VMs that are using it will have associated
snapshots that will have to be delt with before the image
- ### could be un-registered and re-registered. so for now, @#$%
it... (david.hutchins)
+ ## Some progress was made in respect to imaging, some new bugs were
added too
+
if ($persistent) {
$vm_name = "$requestedimagename\_IMAGING\_$shortname";
} ## end if ($persistent)