You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/06/26 21:18:04 UTC

[jira] [Commented] (VCL-877) checkpoint saves for KVM libvirt fails

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

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

Commit 1687841 from [~fapeeler] in branch 'vcl/trunk'
[ https://svn.apache.org/r1687841 ]

VCL-877

updated libvirt.pm to also check for checkpoint state

updated image.pm to set laststatid to use request_state_name variable

> checkpoint saves for KVM libvirt fails
> --------------------------------------
>
>                 Key: VCL-877
>                 URL: https://issues.apache.org/jira/browse/VCL-877
>             Project: VCL
>          Issue Type: Bug
>          Components: vcld (backend)
>            Reporter: Aaron Peeler
>             Fix For: 2.4.3
>
>
> 2 items for checkpoint image save on kvm provisioned nodes
> 1) fails to determine the proper domain name, under checkpoint state, libvirt fails to find the correct domain name for checking the power_status
> - modifications in get_domain_name routine
> add checkpoint in addition to image
> change code: 
> if ($request_state_name eq 'image') {
> to 
> if ($request_state_name =~ /image|checkpoint/) {
> 2) if a checkpoint fails, the request stateid and laststateid get updated to maintenance/image. Which shows as an image failure in the dashboard, and if the vcl admin triggers a re-capture through the dashboard, it is treated as an image capture and user looses the reservation.
> Need to check for which state it is(image|checkpoint) and set correctly.
>  



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