Re: [pve-devel] [PATCH] Remove unused functionality

2013-10-02 Thread Dietmar Maurer
applied, thanks! > -Original Message- > From: pve-devel-boun...@pve.proxmox.com [mailto:pve-devel- > boun...@pve.proxmox.com] On Behalf Of m...@datanom.net > Sent: Mittwoch, 02. Oktober 2013 22:14 > To: pve-devel@pve.proxmox.com > Subject: [pve-devel] [PATCH] Remove unused functionality >

Re: [pve-devel] [PATCH 1/3] Latest changes which removes unused config.

2013-10-02 Thread Dietmar Maurer
This patch reverts unrelated changes. Please fix that! > - $rpcenv->check_volume_access($authuser, $storage_cfg, $vmid, > $ostemplate); > - $archive = PVE::Storage::abs_filesystem_path($storage_cfg, > $ostemplate); > + $archive = $rpcenv->check_volume_access($authuser, $s

[pve-devel] Final fixes to gui for ZFSPlugin (disregard last mail)

2013-10-02 Thread mir
- Removed all references to sudo, chap, and password. - Use Utils to format storage name in gui panel - Move target name to line for itself since names can be long ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailma

[pve-devel] [PATCH 3/3] Display target name better and fix typo

2013-10-02 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- www/manager/dc/StorageView.js | 2 +- www/manager/storage/ZFSEdit.js | 16 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/manager/dc/StorageView.js b/www/manager/dc/StorageView.js index be5f81a..

[pve-devel] [PATCH 1/3] Latest changes which removes unused config.

2013-10-02 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/API2/OpenVZ.pm| 6 -- www/manager/Makefile | 1 + www/manager/Utils.js | 2 ++ www/manager/dc/StorageView.js | 11 +++ www/manager/qemu/Clone.js | 3 ++- www/manager/qemu/HDEdit.js

[pve-devel] [PATCH 2/3] ZFS gui reworked so that unused config is dropped

2013-10-02 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- www/manager/storage/ZFSEdit.js | 145 + 1 file changed, 145 insertions(+) create mode 100644 www/manager/storage/ZFSEdit.js diff --git a/www/manager/storage/ZFSEdit.js b/www/manager/storage/ZF

[pve-devel] [PATCH 1/2] Latest changes which removes unused config.

2013-10-02 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/API2/OpenVZ.pm| 6 -- www/manager/Makefile | 1 + www/manager/Utils.js | 2 ++ www/manager/dc/StorageView.js | 11 +++ www/manager/qemu/Clone.js | 3 ++- www/manager/qemu/HDEdit.js

[pve-devel] Final fixes to gui for ZFSPlugin

2013-10-02 Thread mir
- Removed all references to sudo, chap, and password. - Use Utils to format storage name in gui panel - Move target name to line for itself since names can be long ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailma

[pve-devel] [PATCH 2/2] ZFS gui reworked so that unused config is dropped

2013-10-02 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- www/manager/storage/ZFSEdit.js | 145 + 1 file changed, 145 insertions(+) create mode 100644 www/manager/storage/ZFSEdit.js diff --git a/www/manager/storage/ZFSEdit.js b/www/manager/storage/ZF

[pve-devel] Final fixes for ZFSPlugin

2013-10-02 Thread mir
Removed all reference to sudo, chap, and password ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] Remove unused functionality

2013-10-02 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/Storage/ZFSPlugin.pm | 22 +- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/PVE/Storage/ZFSPlugin.pm b/PVE/Storage/ZFSPlugin.pm index c8a47d2..c25d5ec 100644 --- a/PVE/Storage/ZFSPlugin.pm +++ b

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-02 Thread Michael Rasmussen
On Wed, 2 Oct 2013 04:59:59 + Dietmar Maurer wrote: > applied (+ minor cleanups). > Thanks. Looking forward to not to have to manually add patches after apt-get upgrade:-) Status for extension of the plugin: - Testet possibility for supporting FreeNAS and NAS4Free have failed due to the

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-02 Thread Michael Rasmussen
On Wed, 2 Oct 2013 06:22:53 + Dietmar Maurer wrote: > > Yes, please can we remove all unneeded things (can you send a patch)? > I will send a patch later this evening which will remove: 1) Support for sudo: ZFSPlugin.pm and pve-manager.js 2) Support for chap and password since this require

Re: [pve-devel] [PATCH] add multi-monitors spice support

2013-10-02 Thread Dietmar Maurer
Please can you ask on the spice-devel list? > mmm, I have tested with fedora19 > > setting 4 monitors. > > indeed at start I see only 1 monitor available in virt-viewer > > so, I do : xrandr -s 1920x1200 > > then, I see the 4 monitors in virt-viewer. > > maybe it's a bug with vdagent ? > >

Re: [pve-devel] [PATCH] add multi-monitors spice support

2013-10-02 Thread Alexandre DERUMIER
Damn, can't reproduce it. not sure it was xrandr which give me the 4 monitorsBut it's something guest side, maybe a bug in fedora 19 beta. About fedora18: http://hansdegoede.livejournal.com/ "On the guest side F-19 should work out of the box, in F-18 the xorg-x11-drv-qxl driver was buil

Re: [pve-devel] [PATCH] add multi-monitors spice support

2013-10-02 Thread Alexandre DERUMIER
mmm, I have tested with fedora19 setting 4 monitors. indeed at start I see only 1 monitor available in virt-viewer so, I do : xrandr -s 1920x1200 then, I see the 4 monitors in virt-viewer. maybe it's a bug with vdagent ? Note: when I try to connect to second monitor, it's open a new virt-vie

Re: [pve-devel] [PATCH] add multi-monitors spice support

2013-10-02 Thread Alexandre DERUMIER
I think I need to also tunned a little the memory for linux, should be 64MB for each monitor http://gerrit.ovirt.org/#/c/19361/ 1 Monitor, Single PCI checked 64MB 32MB 2 Monitors, Single PCI checked128MB 32MB 4 Monitors, Single PCI checked256MB 32MB I'll make a patch -

Re: [pve-devel] [PATCH] add multi-monitors spice support

2013-10-02 Thread Alexandre DERUMIER
For linux: http://www.spice-space.org/page/RandrWork xrandr --output qxl-1 --set qxl_connected 1 maybe with spice-vdagent is it automatic ? I'll try - Mail original - De: "Alexandre DERUMIER" À: "Dietmar Maurer" Cc: pve-devel@pve.proxmox.com Envoyé: Mercredi 2 Octobre 2013 11:39

Re: [pve-devel] [PATCH] add multi-monitors spice support

2013-10-02 Thread Alexandre DERUMIER
>>Please can you test?  I'll try this afternoon. For linux, I don't known how it's works, maybe does it need some special configuration of Xorg. I'll try to find more informations. - Mail original - De: "Dietmar Maurer" À: "Alexandre Derumier" , pve-devel@pve.proxmox.com Envoyé: Me

Re: [pve-devel] repo for dev packages

2013-10-02 Thread Dietmar Maurer
Just uploaded this to our git repository: https://git.proxmox.com/?p=pve-spice-protocol.git;a=summary > -Original Message- > From: Stefan Priebe - Profihost AG [mailto:s.pri...@profihost.ag] > Sent: Donnerstag, 26. September 2013 11:10 > To: Dietmar Maurer; pve-devel@pve.proxmox.com > Su

Re: [pve-devel] [PATCH] bump to 0.6.3

2013-10-02 Thread Dietmar Maurer
applied, thanks! > -Original Message- > From: pve-devel-boun...@pve.proxmox.com [mailto:pve-devel- > boun...@pve.proxmox.com] On Behalf Of Alexandre Derumier > Sent: Montag, 16. September 2013 09:36 > To: pve-devel@pve.proxmox.com > Subject: [pve-devel] [PATCH] bump to 0.6.3 > > he most i

Re: [pve-devel] [PATCH] add multi-monitors spice support

2013-10-02 Thread Dietmar Maurer
applied (+ cleanups). It works for me with win7 (linux with fedora18 does not work). Note: You can test that without having multiple monitors. Please can you test? > -Original Message- > From: pve-devel-boun...@pve.proxmox.com [mailto:pve-devel- > boun...@pve.proxmox.com] On Behalf Of A