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
>
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
- 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
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..
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
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
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
- 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
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
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
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
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
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
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 ?
>
>
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
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
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
-
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
>>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
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
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
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
22 matches
Mail list logo