[
https://issues.apache.org/jira/browse/VCL-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Kurth updated VCL-883:
---------------------------
Fix Version/s: (was: 2.4.3)
2.5
> KVM provisioning module fails to capture Windows 8.x images
> -----------------------------------------------------------
>
> 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.5
>
>
> 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)