[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-25 Thread Andreas Florath
Exactly - git version of qemu from last week does not have this problem. -- Missing -f option for 'qemu-img snapshot' https://bugs.launchpad.net/bugs/594179 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. --

[Bug 595591] Re: 'delvm' does not work with QMP

2010-06-25 Thread Andreas Florath
Hello Serge, tried last week to get this patch running against the lastest git version - but failed, because currently the new implementation of QMP has to settle down for a while before it will work again ;-) Will try next week again. BTW: when I send this patch to upstream - it will make

[Bug 594614] Re: Add 'snapshot_create' as monitor command

2010-06-25 Thread Andreas Florath
Hello Serge, comment from Bug #595591 applies also here. ** Changed in: qemu-kvm (Ubuntu) Status: Incomplete = New -- Add 'snapshot_create' as monitor command https://bugs.launchpad.net/bugs/594614 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 595591] Re: 'delvm' does not work with QMP

2010-06-21 Thread Andreas Florath
Version qemu-kvm 0.12.3+noroms-0ubuntu9 from Ubuntu 10.04. ** Changed in: qemu-kvm (Ubuntu) Status: Incomplete = New -- 'delvm' does not work with QMP https://bugs.launchpad.net/bugs/595591 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-20 Thread Andreas Florath
(Had a mail exchange with Dustin: result is that I should set the Status back to new.) ** Changed in: qemu-kvm (Ubuntu) Status: Invalid = New -- Missing -f option for 'qemu-img snapshot' https://bugs.launchpad.net/bugs/594179 You received this bug notification because you are a member of

[Bug 595591] [NEW] 'delvm' does not work with QMP

2010-06-17 Thread Andreas Florath
Public bug reported: Binary package hint: qemu-kvm Currently it is impossible to use the 'delvm' command via the QMP interface. The attached patch fixed this. ** Affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New -- 'delvm' does not work with QMP

[Bug 595591] Re: 'delvm' does not work with QMP

2010-06-17 Thread Andreas Florath
** Attachment added: delvm_qmp.patch http://launchpadlibrarian.net/50499848/delvm_qmp.patch -- 'delvm' does not work with QMP https://bugs.launchpad.net/bugs/595591 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu.

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-16 Thread Andreas Florath
Checked this with the latest git master from qemu. The git-qemu-img version works fine: it detects the qcow2 image inside the LVM2 logical volume - without the need to specify the format. The checked qemu version is 0.12.50. -- Missing -f option for 'qemu-img snapshot'

[Bug 594614] [NEW] Add 'snapshot_create' as monitor command

2010-06-15 Thread Andreas Florath
). The command 'snapshot_create' takes two optional parameters: o tag / id: same as for savevm o device: the name of the device which should be snapshotted. If empty all devices are snapshotted. This command can also be used with the QMP interface. Signed-off-by: Andreas Florath gnu4u at flonatel dot org

[Bug 594614] Re: Add 'snapshot_create' as monitor command

2010-06-15 Thread Andreas Florath
** Patch added: snapshot_create-add.patch http://launchpadlibrarian.net/50376091/snapshot_create-add.patch -- Add 'snapshot_create' as monitor command https://bugs.launchpad.net/bugs/594614 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-15 Thread Andreas Florath
Nope - this is not true: This version of qemu-img does *not* detect qcow2 images which life inside a LVM2 logical volume. Without the patch, qemu-img detects a 'host_device' in this case, e.g. 'qemu-img snapshot -l ...' does not print anything. With the patch applied 'qemu-img snapshot -f qcow2

[Bug 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-14 Thread Andreas Florath
** Description changed: Binary package hint: qemu-kvm In the qemu-img 'snapshot' command the '-f' option is missing (which I need...); It's only available for all other commands: - check [-f fmt] filename - create [-f fmt] [-o options] filename [size] - commit [-f fmt] filename -