Andy Kurth created VCL-1066:
-------------------------------
Summary: Checkpoint image capture fails to set request state back
to reserved
Key: VCL-1066
URL: https://issues.apache.org/jira/browse/VCL-1066
Project: VCL
Issue Type: Bug
Components: vcld (backend)
Reporter: Andy Kurth
Assignee: Andy Kurth
Fix For: 2.5
State.pm::state_exit is missing a condition allowing it to set the request
state from pending/checkpoint to reserved. The following occurs after a
successful checkpoint:
{noformat}
checkpoint|State.pm:state_exit|949| ---- CRITICAL ----
checkpoint|State.pm:state_exit|949| 2017-07-28
16:20:12checkpoint|State.pm:state_exit|949|previous request state is
checkpoint, not setting request state to reserved, setting request and computer
state to maintenance
checkpoint|State.pm:state_exit|949| ( 0) State.pm, state_exit (line: 949)
checkpoint|State.pm:state_exit|949| (-1) image.pm, reservation_successful
(line: 288)
checkpoint|State.pm:state_exit|949| (-2) image.pm, process (line: 240)
checkpoint|State.pm:state_exit|949| (-3) vcld, make_new_child (line: 601)
checkpoint|State.pm:state_exit|949| (-4) vcld, main (line: 353)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)