Re: [pve-devel] use noVNC as default viewer

2014-06-25 Thread Stefan Priebe - Profihost AG
Am 25.06.2014 07:37, schrieb Dietmar Maurer: I just switched to noVNC as default viewer: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=251f2f6bfcbac213607872fd991bba2cc4988f61 The datacenter option ‘console’ can now have 3 values: * html5 (noVNC, default) *

Re: [pve-devel] Missing commits in pve-storage.git

2014-06-25 Thread Dietmar Maurer
applied now, please test. -Original Message- From: pve-devel [mailto:pve-devel-boun...@pve.proxmox.com] On Behalf Of Michael Rasmussen Sent: Mittwoch, 25. Juni 2014 01:25 To: pve-devel Subject: [pve-devel] Missing commits in pve-storage.git Hi Dietmar, It seems the commits

Re: [pve-devel] ZFS Storage Patches

2014-06-25 Thread Dietmar Maurer
applied, thanks! My submission was rejected previously because I was not a member of pve- devel mailing list.  I added myself to this list and I'm now re-submitting my patches. ___ pve-devel mailing list pve-devel@pve.proxmox.com

[pve-devel] Submit patch on Proxmox on /usr/share/perl5/PVE/Tools.pm

2014-06-25 Thread Cottalorda Sébastien
Hi all I encountered few days ago a problem on my proxmox cluster because of too long uptime. When I try to migrate a VM or take a console, I got : UNABLE TO PARSE WORKER UPID '..' I found that it was du to the regexp contained in Tools.pm that do not allow 9 digits caracters for

Re: [pve-devel] Submit patch on Proxmox on /usr/share/perl5/PVE/Tools.pm

2014-06-25 Thread Cottalorda Sébastien
On Wed, 25 Jun 2014 10:14:26 +, Dietmar Maurer diet...@proxmox.com wrote: I encountered few days ago a problem on my proxmox cluster because of too long uptime. When I try to migrate a VM or take a console, I got : unable to parse worker upid '..' I found that it was du to the regexp

[pve-devel] [PATCH 1/1] Extend GUI to show new ZFS features

2014-06-25 Thread mir
From: Michael Rasmussen m...@datanom.net Signed-off-by: Michael Rasmussen m...@datanom.net --- www/manager/storage/ZFSEdit.js | 34 -- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/www/manager/storage/ZFSEdit.js b/www/manager/storage/ZFSEdit.js

[pve-devel] high load on LV remove and iSCSI

2014-06-25 Thread Dietmar Maurer
Hi all, one user reported very high load when he removes a disk which resides on LVM on top of iSCSI. The storage backend is a netapp FAS2020. Anyone seen that? What can cause such high loads. Looking at the LVM source code reveals that LVM only wirtes a few bytes of metadata, so this cannot

Re: [pve-devel] high load on LV remove and iSCSI

2014-06-25 Thread Alexandre DERUMIER
sorry,I'm using a netapp fas2420, but through nfs (with a custom plugin to manage snapshot/clone/) Netapp have a good nvram write cache (like on zfs), so write are really fast, I don't see how a lvm delete could hang. Maybe it's a problem client side ? - Mail original

Re: [pve-devel] [PATCH 1/1] Extend GUI to show new ZFS features

2014-06-25 Thread Michael Rasmussen
On Thu, 26 Jun 2014 04:11:25 + Dietmar Maurer diet...@proxmox.com wrote: Applying: Extend GUI to show new ZFS features error: patch failed: www/manager/storage/ZFSEdit.js:61 error: www/manager/storage/ZFSEdit.js: patch does not apply Patch failed at 0001 Extend GUI to show new ZFS

Re: [pve-devel] high load on LV remove and iSCSI

2014-06-25 Thread Dietmar Maurer
Do you have more information about the problem ? I would prefer an strace of the hanging lvm process. Will try to gather more info - thanks for your help! ___ pve-devel mailing list pve-devel@pve.proxmox.com