[pve-devel] New Kernel for Proxmox VE 3.1 and bug fixes

2013-09-25 Thread Martin Maurer
Hi all, We released a new kernel for Proxmox VE 3.1 and a lot of fixes. All this can be updated via GUI with just a few clicks, or as always via "apt-get update && apt-get dist-upgrade". A big Thank-you to our active community for all feedback, testing, bug reporting and patch submissions. Rel

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

2013-09-25 Thread Alexandre Derumier
add qxl2 (2monitors),qxl3 (3monitors),qxl4 (4monitors) vga type. For linux, we only need 1 qxl card with more memory For windows, we need 1 qxl card by monitor Original Information from spice-mailing " You need to specify multiple devices for Windows VMs. This is what libvirt gives me (via 'virs

[pve-devel] qemu-server : add multi-monitors spice support

2013-09-25 Thread Alexandre Derumier
I don't have tested it as I don't have multi monitors, but this follow the documentation from spice devel mailing list. details in commit ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] openvz : create_vm : check_volume_access : find $path is undef

2013-09-25 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- PVE/API2/OpenVZ.pm |2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/API2/OpenVZ.pm b/PVE/API2/OpenVZ.pm index 11b4a9d..e6820d8 100644 --- a/PVE/API2/OpenVZ.pm +++ b/PVE/API2/OpenVZ.pm @@ -343,6 +343,8 @@ __PACKAGE__->register_method({

[pve-devel] pve-manager : openvz : check_volume_access : find $path if undef

2013-09-25 Thread Alexandre Derumier
see commit ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH 2/2] create_vm : check_volume_access : find $path is undef for archive volid

2013-09-25 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- PVE/API2/Qemu.pm |1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index dad9654..0263cfa 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -373,6 +373,7 @@ __PACKAGE__->register_method({ if

[pve-devel] qemu-server : check_volume_access : find $path is undef

2013-09-25 Thread Alexandre Derumier
see commit ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH 1/2] remove unused $path

2013-09-25 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- PVE/API2/Qemu.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index d253856..dad9654 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -127,7 +127,7 @@ my $create_disks = sub { $

[pve-devel] pve-access-control : check_volume_access : use parse_volname instead path

2013-09-25 Thread Alexandre Derumier
see commit ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] check_volume_access : use parse_volname instead path

2013-09-25 Thread Alexandre Derumier
to avoid extra calls for some storageplugins (zfs,nexenta). Signed-off-by: Alexandre Derumier --- PVE/RPCEnvironment.pm |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PVE/RPCEnvironment.pm b/PVE/RPCEnvironment.pm index 765008e..ca845f0 100644 --- a/PVE/RPCEnvironment.pm

[pve-devel] [PATCH] storage: add parse_volname

2013-09-25 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- PVE/Storage.pm | 11 +++ 1 file changed, 11 insertions(+) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 3d01e37..b38990a 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -259,6 +259,17 @@ sub parse_vmid { return int($vmid); } +sub

[pve-devel] pve-storage : storage: add parse_volname

2013-09-25 Thread Alexandre Derumier
see commit ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] pve-storage : path : add checkaccess param

2013-09-25 Thread Alexandre DERUMIER
Ok, I'll make patch ! - Mail original - De: "Dietmar Maurer" À: "Alexandre DERUMIER" Cc: pve-devel@pve.proxmox.com Envoyé: Mercredi 25 Septembre 2013 08:15:40 Objet: RE: [pve-devel] pve-storage : path : add checkaccess param > Yes, but check_volume_access return need $path in 2