Andy Kurth created VCL-883:
------------------------------

             Summary: Windows 8.x image captures fail on KVM
                 Key: VCL-883
                 URL: https://issues.apache.org/jira/browse/VCL-883
             Project: VCL
          Issue Type: Bug
          Components: vcld (backend)
    Affects Versions: 2.4.2
            Reporter: Andy Kurth
            Assignee: Andy Kurth
             Fix For: 2.4.3


The 8.pm::pre_capture subroutine isn't properly handling the argument which 
specifies what the power state of the node being captured should be after the 
subroutine completes.  It is setting a local variable before calling the parent 
module's pre_capture subroutine.  This local variable is the value of 
$self->\{end_state\} if it is already set, otherwise it defaults to _off_.  The 
parent module contains the code which sets the $self->\{end_state\}.  As a 
result, the power state always gets set to the defualt value of _off_.

The libvirt.pm module specifies that the power state must be _on_ after 
pre_capture is executed.  Since the node is powered off, captures always fail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to