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

2015-01-26 Thread Eneko Lacunza
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 ;) On 26/01/15 16:59, Dietmar Maurer wrote: Is it really expected to mount the nfs with hard

[pve-devel] nfs hard / soft mounts

2015-01-26 Thread Stefan Priebe - Profihost AG
Hi, today i had some problems with a nfs share used for cdisoimages not being available anymore to pve. Somebody else tried to reboot one of the pve nodes but they seem to hang on shutdown no beeing able to reach the nfs share. Also some requests to pveapi seem to hang. Is it really expected

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

2015-01-26 Thread Dietmar Maurer
Is it really expected to mount the nfs with hard instead of soft? You can also set the 'soft' option if you want - that is up to you. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

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

2015-01-26 Thread Stefan Priebe
Am 26.01.2015 um 16:59 schrieb Dietmar Maurer: Is it really expected to mount the nfs with hard instead of soft? You can also set the 'soft' option if you want - that is up to you. Where or do you mean by edit the PVE code? Stefan ___ pve-devel

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

2015-01-26 Thread Martin Maurer
Stefan Priebe s.pri...@profihost.ag hat am 26. Januar 2015 um 19:54 geschrieben: Am 26.01.2015 um 16:59 schrieb Dietmar Maurer: Is it really expected to mount the nfs with hard instead of soft? You can also set the 'soft' option if you want - that is up to you. Where or do you mean

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

2015-01-26 Thread Dietmar Maurer
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? ___ pve-devel

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

2015-01-26 Thread Michael Rasmussen
On Mon, 26 Jan 2015 17:06:26 +0100 Eneko Lacunza elacu...@binovo.es 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. -- Hilsen/Regards Michael Rasmussen Get my public GnuPG

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

2015-01-26 Thread Dietmar Maurer
maxmemory option is not yet removed, waiting for specific hotplug option for memory just applied the hotplug option change - please test. https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=b3c2bdd1f1e7bd8e9efb4b85ac9928b97b80d188 ___

Re: [pve-devel] some finding avout minimum static memory when pc-dimm exists

2015-01-26 Thread Alexandre DERUMIER
Seem that the current qemu limit is 42bits target-i386/cpu.c if (env-features[FEAT_8000_0001_EDX] CPUID_EXT2_LM) { /* 64 bit processor */ /* XXX: The physical address space is limited to 42 bits in exec.c. */ *eax = 0x3028; /* 48 bits virtual, 40 bits

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

2015-01-26 Thread Alexandre Derumier
changelog: -min dimm_size is now 512MB, to reach up to 4TB -static mem is 1GB maxmemory option is not yet removed, waiting for specific hotplug option for memory ___ pve-devel mailing list pve-devel@pve.proxmox.com

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

2015-01-26 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

[pve-devel] [PATCH 4/6] Gui storage: rename storage type

2015-01-26 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- www/manager/Utils.js |4 ++-- www/manager/storage/ZFSPoolEdit.js |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/manager/Utils.js b/www/manager/Utils.js index 0b25b2b..8f46009 100644 ---

[pve-devel] [PATCH 1/6] Gui storage: copy code as template

2015-01-26 Thread Wolfgang Link
copy from ZFSEdit.js to ZFSPoolEdit.js Signed-off-by: Wolfgang Link w.l...@proxmox.com --- www/manager/storage/ZFSPoolEdit.js | 173 1 file changed, 173 insertions(+) create mode 100644 www/manager/storage/ZFSPoolEdit.js diff --git

[pve-devel] [PATCH 2/6] Gui storage: modify ZFSPoolEdit.js

2015-01-26 Thread Wolfgang Link
Change intput description to the needed. Signed-off-by: Wolfgang Link w.l...@proxmox.com --- www/manager/storage/ZFSPoolEdit.js | 67 1 file changed, 6 insertions(+), 61 deletions(-) diff --git a/www/manager/storage/ZFSPoolEdit.js

[pve-devel] [PATCH 6/6] Gui storage: change input method

2015-01-26 Thread Wolfgang Link
change input method in Add:ZFS Storage at ZFS Pool from string to combobox. Signed-off-by: Wolfgang Link w.l...@proxmox.com --- www/manager/storage/ZFSPoolEdit.js | 37 1 file changed, 25 insertions(+), 12 deletions(-) diff --git

[pve-devel] [PATCH 3/6] Gui storage: bind ZFSPoolEdit.js and set defaults

2015-01-26 Thread Wolfgang Link
Signed-off-by: Wolfgang Link w.l...@proxmox.com --- www/manager/Makefile |1 + www/manager/Utils.js |2 ++ www/manager/dc/StorageView.js | 14 +- www/manager/qemu/Clone.js |3 ++- www/manager/qemu/HDEdit.js|3 ++- www/manager/qemu/HDMove.js

[pve-devel] [PATCH 5/6] Gui storage: copy selector methode

2015-01-26 Thread Wolfgang Link
from LVMEdit.js to ZFSPoolEdit.js Signed-off-by: Wolfgang Link w.l...@proxmox.com --- www/manager/storage/ZFSPoolEdit.js | 43 1 file changed, 43 insertions(+) diff --git a/www/manager/storage/ZFSPoolEdit.js b/www/manager/storage/ZFSPoolEdit.js index

[pve-devel] [PATCH 6/6] Gui storage: change input method

2015-01-26 Thread Wolfgang Link
change input method in Add:ZFS Storage at ZFS Pool from string to combobox. Signed-off-by: Wolfgang Link w.l...@proxmox.com --- www/manager/storage/ZFSPoolEdit.js | 37 1 file changed, 25 insertions(+), 12 deletions(-) diff --git