Re: [pve-devel] feature request : pve-manager tasks grid : keep running tasks on top ?

2015-06-10 Thread Alexandre DERUMIER
we have a record.data.pid for running tasks, maybe can we do something like I tested it, the order is fine, but the problem is that the grid is not refreshed 1) new-task (start) : pid X long-running task : pid X old tasks : pid 0 2) new-task (finished) : pid 0 long-running task : pid X

Re: [pve-devel] feature request : pve-manager tasks grid : keep running tasks on top ?

2015-06-10 Thread Michael Rasmussen
On Wed, 10 Jun 2015 18:52:53 +0200 (CEST) Alexandre DERUMIER aderum...@odiso.com wrote: I tested it, the order is fine, but the problem is that the grid is not refreshed Only way of solving this is to resort the grid every time a new row is added. -- Hilsen/Regards Michael Rasmussen

Re: [pve-devel] RFC: qemu-server : add cloudinit support

2015-06-10 Thread Alexandre DERUMIER
And is that reboot necessary? Its a bit clumsy, because the boot-loader is presented 2 times to the user. I forgot to say that I shutdown the vm (with cloudinit) at the end of the setup, not reboot. That's why I setup in pending removal ide3. - Mail original - De: aderumier

Re: [pve-devel] RFC: qemu-server : add cloudinit support

2015-06-10 Thread Dietmar Maurer
How long does such configuration cycle run (start/cloudinit/stop)? It's fast, maybe 15s after grub for basic network config. But for example if you want to upgrade packages at first boot or launch puppet/chef, it can take a lot more. And is that reboot necessary? Its a bit clumsy, because

[pve-devel] [PATCH 3/5] generate_cloudinit_userdata

2015-06-10 Thread Alexandre Derumier
improve me: generate yaml from perl hash sample yaml config: fqdn: test2.odiso.net manage_etc_hosts: true users: - name: root ssh-authorized-keys: - ssh-rsa