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

2014-10-03 Thread Alexandre DERUMIER
>>I think that is not possible... Or may I wrong? It's possible to do live migration and storage migration at the same time. I have talked about it last year (check in the mailing). http://comments.gmane.org/gmane.linux.pve.devel/1965 I have begun some work last year, but never had time to fin

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" wrote: > Hi guys > It

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 suppo

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

2014-10-03 Thread Gilberto Nunes
Nice... Over DRBD, I suppose... That is clearly possible... Even over glusterfs ou DRBD+OCFS 2014-10-03 17:47 GMT-03:00 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 Fr

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 wrote: > I think that is not possible... Or may I wrong? > > 2014-10-03 15:12 GMT-03:00 Kamil Trzciński : >

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

2014-10-03 Thread Daniel Hunsaker
From: Dan Hunsaker 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 Resume of VMs and CTs vi

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

2014-10-03 Thread Daniel Hunsaker
From: Dan Hunsaker 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 it is already pretty f

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

2014-10-03 Thread Daniel Hunsaker
From: Dan Hunsaker 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 --- bin/pvectl | 2 ++ 1

[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 1/4] Add CT suspend/resume support via PVE2 API

2014-10-03 Thread Daniel Hunsaker
From: Dan Hunsaker 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: Dan Hunsaker --- PVE/A

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

2014-10-03 Thread Gilberto Nunes
I think that is not possible... Or may I wrong? 2014-10-03 15:12 GMT-03:00 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 > wrote: > >> abo

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 wrote: >> about dataplane, blockjobs are coming for qemu 2.2. (first patches already >> sent >> to the mailing some day

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 Michael Rasmussen
On Tue, 30 Sep 2014 08:22:04 +0200 (CEST) Alexandre DERUMIER 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 GnuPG keys: michael

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 roadma

[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 ___ pve-dev

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 reuse

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" wrote: > > > 1.) Implement suspend/resume API > > > 2.) add it to pvectl > > > 3.) Imple

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
> > 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
> 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? I also received the second mail. But I already answered the first mail by that time. > How

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 suspend/resume

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" À: "Alexandre DERUMIER" Cc: pve-devel@pve.proxmox.com Envoyé: Vendredi 3 Octobre 2014 09:40:20 Objet

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 http://pve.proxmox.com/cgi-bin/mailman/listinfo/