Changeset 1723

Show
Ignore:
Timestamp:
08/05/08 13:29:19 (4 months ago)
Author:
kindlund
Message:

Updated answerVM to handle the following error condition:
(368281266: Operation on file "/vm/masters/Agent.Master-44-IE6/winXPPro-s001.vmdk" failed (Input/output error). If the file resides on a remote filesystem, please make sure your network connection and the server where this disk resides are functioning properly. Choose Retry to attempt the operation again. Choose Abort to terminate this session. Choose Continue to forward the error to the guest operating system.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Manager/VM.pm

    r1649 r1723  
    34253425        /A file encapsulating the state of a virtual machine was discovered/ && 
    34263426            do { $choice = 0; last; }; # Choice 0: Discard. 
     3427        
     3428        # Error reading image (vmdk); go ahead and retry. 
     3429        /Operation on file \".*\" failed/ && 
     3430            do { $choice = 0; last; }; # Choice 0: Retry. 
    34273431 
    34283432        $LOG->warn("Encountered unknown question for VM ($args{'config'}). " .