Re: [pve-devel] [PATCH 2/7] add qm snapshot command

2012-09-06 Thread Dietmar Maurer
> >>I can work on that if you want? > > Yes, it could be fine. (I think you have a more clear idea than me for > implementation) At least I had several sleepless nights thinking about that ;-) ___ pve-devel mailing list pve-devel@pve.proxmox.com http://

Re: [pve-devel] [PATCH 2/7] add qm snapshot command

2012-09-06 Thread Alexandre DERUMIER
:23 Objet: RE: [pve-devel] [PATCH 2/7] add qm snapshot command > + #need to implement config change with snapshots info > + PVE::QemuServer::update_config_nolock($vmid, $conf, 1); I can work on that if you want? ___ pve-devel mailing lis

Re: [pve-devel] [PATCH 2/7] add qm snapshot command

2012-09-06 Thread Dietmar Maurer
> + #need to implement config change with snapshots info > + PVE::QemuServer::update_config_nolock($vmid, $conf, 1); I can work on that if you want? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mail

[pve-devel] [PATCH 2/7] add qm snapshot command

2012-09-06 Thread Alexandre Derumier
qm snapshot--vmstate --freezefs action : create|rollback|delete vmstate : save the vmstate freezefs: freezefs with qemu-ga Signed-off-by: Alexandre Derumier --- PVE/API2/Qemu.pm | 140 ++ qm |2 + 2 files changed, 142