View Ticket
Not logged in
2015-12-18
14:42 Closed ticket [b5f7b7a1e8]: commit should check if machine is running on snapshot mode plus 3 other changes artifact: cdaf337fad user: vitus
14:42
Added checks for snapshots into cmd_commit. Fixes [b5f7b7a1e8] check-in: 34605c20d1 user: vitus tags: trunk
12:02 Ticket [b5f7b7a1e8] commit should check if machine is running on snapshot mode status still Open with 3 other changes artifact: fe4b0c0316 user: vitus
2015-12-17
19:10 Ticket [b5f7b7a1e8]: 5 changes artifact: 1f1350f270 user: vitus
18:52 New ticket [b5f7b7a1e8]. artifact: 8a554a2471 user: vitus

Ticket Hash: b5f7b7a1e8d817047c0169b2d5b806674249dbda
Title: commit should check if machine is running on snapshot mode
Status: Closed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2015-12-18 14:42:39
Version Found In: 0.2
User Comments:
vitus added on 2015-12-17 18:52:41:
If vws commit is issued on running vm, it shoud check if machine is running in snapshot mode and commit only in this case. Otherwise it should complain that disc snapshots can be commited on powered off machines only.

vitus added on 2015-12-18 12:02:09:

What shows info block if not in snapshot mode (but disk snapshot exist)

 ide0-hd0: drive0.qcow2 (qcow2)
    Backing file:     no-dev-tools.qcow2 (chain depth: 1)

And what in the snapshot mode
 ide0-hd0: /tmp/user/1000/vl.YCPHFv (qcow2)
    Backing file:     drive0.qcow2 (chain depth: 2)

No disk snapshot, no snapshot mode
 virtio0: drive0.qcow2 (qcow2)