[ 
https://issues.apache.org/jira/browse/VCL-883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14626743#comment-14626743
 ] 

ASF subversion and git services commented on VCL-883:
-----------------------------------------------------

Commit 1691040 from [~arkurth] in branch 'vcl/trunk'
[ https://svn.apache.org/r1691040 ]

VCL-883
Updated 8.pm::pre_capture to retrieve $self->{end_state} after the parent 
class's pre_capture subroutine has been executed and parsed the arguments.

> 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