Re: [pve-devel] nfs hard / soft mounts

2015-01-27 Thread Eneko Lacunza
Hi, On 26/01/15 18:36, Michael Rasmussen wrote: I usually change it to soft because eventually this kind of problems happen. You just have to accept that using soft mounts does not guaranty against data loss. True, but this prevents the nodes using that NFS share to become unstable. If

Re: [pve-devel] nfs hard / soft mounts

2015-01-27 Thread Eneko Lacunza
On 26/01/15 18:21, Dietmar Maurer wrote: I usually change it to soft because eventually this kind of problems happen. Maybe it would be helpful to be able to set soft mount on GUI storage configuration, this would help not to forget it ;) Somebody wants to provide a patch? Will try to do

Re: [pve-devel] qemu-server : memory hotplug patch v9

2015-01-27 Thread Alexandre DERUMIER
Ok, thanks. I'll rebase my patch - Mail original - De: dietmar diet...@proxmox.com À: aderumier aderum...@odiso.com, pve-devel pve-devel@pve.proxmox.com Envoyé: Mardi 27 Janvier 2015 07:20:42 Objet: Re: [pve-devel] qemu-server : memory hotplug patch v9 maxmemory option is not yet

Re: [pve-devel] nfs hard / soft mounts

2015-01-27 Thread Dietmar Maurer
Will try to do so, seems a simple enough change for a first contribution. GUI and API would need to be patched? The API is already complete: # pvesh help /storage/local -v so you need to implement the GUI. ___ pve-devel mailing list

Re: [pve-devel] [PATCH] memory hotplug patch v10

2015-01-27 Thread Dietmar Maurer
applied, thanks! +if ($hotplug_features-{memory}) { + my $dimm_id = 0; + my $dimm_size = 512; + my $current_size = $static_memory; + for (my $j = 0; $j 8; $j++) { + for (my $i = 0; $i 32; $i++) { + my $name = dimm${dimm_id}; +

Re: [pve-devel] [PATCH] bump to 0.9 v2

2015-01-27 Thread Dietmar Maurer
+ * Bump to sheepdog 0.9.0 Is the sheepdog storage format considered stable now? Any information about that? I just updated to 0.9.1, which is latest stable release. Or is there a reason to keep 0.9.0? If not, please can you test 0.9.1? ___

[pve-devel] qemu-server : memory hotplug patch v10

2015-01-27 Thread Alexandre Derumier
-changelog: rebase on last hotplug_features patch. (Note that I think that hotplug-{memory} itself shouldn't be hotpluggagle, because we need to restart the vm in this case to get support for dimm memory) ___ pve-devel mailing list

[pve-devel] [PATCH] memory hotplug patch v10

2015-01-27 Thread Alexandre Derumier
This patch allow to hotplug memory dimm modules though a new option : dimm_memory The dimm modules are generated from a map dimmid size dimm_memory dimm0512512 100.00 0 dimm1512 1024 50.00 1 dimm2512 1536 33.33

Re: [pve-devel] qemu-server : memory hotplug patch v10

2015-01-27 Thread Dietmar Maurer
(Note that I think that hotplug-{memory} itself shouldn't be hotpluggagle, because we need to restart the vm in this case to get support for dimm memory) Yes. Please can you try to make a patch for that? ___ pve-devel mailing list

Re: [pve-devel] [PATCH] bump to 0.9 v2

2015-01-27 Thread Dietmar Maurer
+ * Bump to sheepdog 0.9.0 Is the sheepdog storage format considered stable now? Any information about that? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] strange FreeBSD CPU Usage on Host

2015-01-27 Thread Stefan Priebe - Profihost AG
Hi, not sure if this is known or expected. Today i've seen that on a freebsd 9.2 Test system i've 99% idle in guest. But on the Host the kvm process takes constantly between 15 and 25% CPU. Does anybody have an idea what qemu is doing with all that cpu? Stefan

Re: [pve-devel] nfs hard / soft mounts

2015-01-27 Thread Dietmar Maurer
Will try to do so, seems a simple enough change for a first contribution. Also read: http://pve.proxmox.com/wiki/Developer_Documentation before you start. ___ pve-devel mailing list pve-devel@pve.proxmox.com