Re: [pve-devel] possible problem with drive-mirror and block-job-completed

2014-10-03 Thread Alexandre DERUMIER
Some news: I can't reproduce on my side currently (doing fio in guest when doing the disk migrate). If the target is slower, the migration %progression goes up and down, but when I'm catching 100% it's ok. Now, I have tell to the user forum to put a sleep, just before the block-job-complete,

Re: [pve-devel] [PATCH] Add CT suspend/resume to PVE API

2014-10-03 Thread Dietmar Maurer
First, thanks for the patch. But please can you split the patch into smaller ones? Signed-off-by: Dan Hunsaker danhunsa...@gmail.com --- PVE/API2/OpenVZ.pm| 308 +++--- PVE/OpenVZ.pm | 92 - bin/pvectl

Re: [pve-devel] possible problem with drive-mirror and block-job-completed

2014-10-03 Thread Dietmar Maurer
Now, I have tell to the user forum to put a sleep, Maybe the user uses old qemu-kvm? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] possible problem with drive-mirror and block-job-completed

2014-10-03 Thread Alexandre DERUMIER
Maybe the user uses old qemu-kvm? I'll ask . Do you have seen something new in last qemu-kvm ? - Mail original - De: Dietmar Maurer diet...@proxmox.com À: Alexandre DERUMIER aderum...@odiso.com Cc: pve-devel@pve.proxmox.com Envoyé: Vendredi 3 Octobre 2014 08:33:11 Objet: RE:

Re: [pve-devel] possible problem with drive-mirror and block-job-completed

2014-10-03 Thread Dietmar Maurer
I'll ask . Do you have seen something new in last qemu-kvm ? Maybe this one: http://lists.nongnu.org/archive/html/qemu-stable/2014-08/msg00189.html ___ pve-devel mailing list pve-devel@pve.proxmox.com

Re: [pve-devel] possible problem with drive-mirror and block-job-completed

2014-10-03 Thread Alexandre DERUMIER
Maybe this one: http://lists.nongnu.org/archive/html/qemu-stable/2014-08/msg00189.html Yes, indeed, could be related. So qemu 2.1.1. Mail original - De: Dietmar Maurer diet...@proxmox.com À: Alexandre DERUMIER aderum...@odiso.com Cc: pve-devel@pve.proxmox.com Envoyé: Vendredi 3

Re: [pve-devel] [PATCH] Add CT suspend/resume to PVE API

2014-10-03 Thread Daniel Hunsaker
I noticed the whitespace changes after I sent this one, and resent it without them shortly after. Sent a reply that I was going to resend, but it seems not all my emails get through to the list? How would you recommend I split the changes? They're all related directly to providing

Re: [pve-devel] [PATCH] Add CT suspend/resume to PVE API

2014-10-03 Thread Daniel Hunsaker
How would you recommend I split the changes? They're all related directly to providing suspend/resume support. 1.) Implement suspend/resume API 2.) add it to pvectl 3.) Implement suspend/resume GUI (extjs) 4.) Implement suspend/resume GUI (mobile) Alright, I'll make that happen

Re: [pve-devel] [PATCH] Add CT suspend/resume to PVE API

2014-10-03 Thread Dietmar Maurer
1.) Implement suspend/resume API 2.) add it to pvectl 3.) Implement suspend/resume GUI (extjs) 4.) Implement suspend/resume GUI (mobile) Alright, I'll make that happen tomorrow.  Currently just after 02:00 here.  :-) Thanks! I also have some further ideas. Currently qemu

Re: [pve-devel] [PATCH] Add CT suspend/resume to PVE API

2014-10-03 Thread Daniel Hunsaker
Actually, that part wasn't me, but since the answer is yes, I'll look into getting QEMU to save state to disk so we can do the rest. :-) And now to sleep, finally... On Oct 3, 2014 2:53 AM, Dietmar Maurer diet...@proxmox.com wrote: 1.) Implement suspend/resume API 2.) add it to pvectl

Re: [pve-devel] Task List Migration

2014-10-03 Thread Eric Blevins
Migrate the VM then migrate the logs for that VM. Or use some sort of central logging system/distributed database. A distributed NoSQL database seems like a good place to store the task logs, each task can simply be a document. Three ways to deal with task logs when a VM is deleted: a) never

[pve-devel] Whislist

2014-10-03 Thread Gilberto Nunes
Hi guys It would be nice if Proxmox came with some monitoring tool, like Centreon, Nagios, Zabbix or Zenoss, to monitoring some resources... I remember that OpenQRM has Nagios build in to monitoring VM's and others stuff... Gilberto Ferreira ___

Re: [pve-devel] roadmap for proxmox 3.4 ?

2014-10-03 Thread Alexandre DERUMIER
- basic virtio dataplane support (seem that only block jobs are missing now, hotplug,resize,throttling,migration are working fine) about dataplane, blockjobs are coming for qemu 2.2. (first patches already sent to the mailing some days ago) I have talked with paolo, and the roadmap seem

Re: [pve-devel] roadmap for proxmox 3.4 ?

2014-10-03 Thread Michael Rasmussen
On Tue, 30 Sep 2014 08:22:04 +0200 (CEST) Alexandre DERUMIER aderum...@odiso.com wrote: Now that proxmox 3.3 , maybe could it be a good time to send features ideas for proxmox 3.4 ? Will there be a prioritiesed list published somewhere? -- Hilsen/Regards Michael Rasmussen Get my public

Re: [pve-devel] roadmap for proxmox 3.4 ?

2014-10-03 Thread Dietmar Maurer
about dataplane, blockjobs are coming for qemu 2.2. (first patches already sent to the mailing some days ago) I have talked with paolo, and the roadmap seem to implement all features to dataplane. (and make it the default in the future) Great! Thanks for the update.

Re: [pve-devel] roadmap for proxmox 3.4 ?

2014-10-03 Thread Kamil Trzciński
I would like to see migration between non-shared storage. I can even prepare patches if anyone will help me with where to start. On Fri, Oct 3, 2014 at 6:50 PM, Dietmar Maurer diet...@proxmox.com wrote: about dataplane, blockjobs are coming for qemu 2.2. (first patches already sent to the

[pve-devel] [PATCH 1/4] Add CT suspend/resume support via PVE2 API

2014-10-03 Thread Daniel Hunsaker
From: Dan Hunsaker danhunsa...@gmail.com Suspend/resume support for VMs has been in the PVE2 API for some time, but even though vzctl supports suspend/resume (what they call checkpoint/ restore), the API doesn't yet support suspend/resume for CTs. This patch adds that support. Signed-off-by:

[pve-devel] Resubmit PVE API suspend/resume patch

2014-10-03 Thread Daniel Hunsaker
One more time, as separate patches. This will let us suspend and resume all guests, VM and CT alike, via the API. That in turn will let us do fancy things like suspend guests before node restart, then resume them after (though first we need to get QEMU suspend to save the state to disk). [PATCH

[pve-devel] [PATCH 2/4] Add suspend/resume support to pvectl

2014-10-03 Thread Daniel Hunsaker
From: Dan Hunsaker danhunsa...@gmail.com Now that the API supports CT suspend/resume, it makes sense to have pvectl support it, too. It *does* use different names than vzctl does, but it seems to make sense to be consistent with the API naming in a PVE utility. Signed-off-by: Dan Hunsaker

[pve-devel] [PATCH 3/4] Add suspend/resume options to web UI CmdMenus

2014-10-03 Thread Daniel Hunsaker
From: Dan Hunsaker danhunsa...@gmail.com The PVE2 API supports suspend/resume of VMs (and now CTs), but the web UI doesn't make these options available. This patch adds Suspend and Resume items to the CmdMenus of OpenVZ and QEMU guests. I considered adding the options to the toolbar, but since

[pve-devel] [PATCH 4/4] Add suspend/resume options to the mobile web UI menus

2014-10-03 Thread Daniel Hunsaker
From: Dan Hunsaker danhunsa...@gmail.com With the new mobile interface, we need to implement UI changes in two places. This lets us simplify our mobile interface so it isn't cluttered with options that mobile browsers can't easily handle, usually due to size. This patch implements Suspend and

Re: [pve-devel] roadmap for proxmox 3.4 ?

2014-10-03 Thread Kamil Trzciński
It's possible, because I were doing it already, but only from command line. Qemu basically transfers all disks and memory state over network. On Fri, Oct 3, 2014 at 8:47 PM, Gilberto Nunes gilberto.nune...@gmail.com wrote: I think that is not possible... Or may I wrong? 2014-10-03 15:12

Re: [pve-devel] roadmap for proxmox 3.4 ?

2014-10-03 Thread Daniel Hunsaker
In a pinch, even rsync would work, though it would take a while. The trouble is with HA migrations. There's a decent chance your VM is down because your node is, and you can't migrate from a storage which is offline. Still, HA is handled separately, so it shouldn't cause too many issues to

Re: [pve-devel] Whislist

2014-10-03 Thread Daniel Hunsaker
There's some RDB stuff already in the API/web UI, if that's what you're after. As far as anything more complex, it would be nice to have, but there are a number of features it's nice to leave up to sysadmins to select and implement. On Oct 3, 2014 8:28 AM, Gilberto Nunes