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
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
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
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({
see commit
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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
see commit
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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 {
$
see commit
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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
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
see commit
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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
13 matches
Mail list logo