(Introduced in a5d21db: preserve extra cpu options)
---
www/manager/qemu/ProcessorEdit.js | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/www/manager/qemu/ProcessorEdit.js
b/www/manager/qemu/ProcessorEdit.js
index e65c535..e2bad11 100644
--- a/www/manager/qemu/Pr
qemu 2.5 support a new hyper-v feature: hv_vendor_id
This allow nvidia drivers to install on windows with hyper-v feature on.
Signed-off-by: Alexandre Derumier
---
PVE/QemuServer.pm | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/PVE/QemuServer.pm b/PVE/Qe
For passthrough, we need to be sure that card is primary,
so we need to disable vnc server
Signed-off-by: Alexandre Derumier
---
PVE/QemuServer.pm | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 70232bf..d1cfb1d 100644
---
this does not work for me (on 3.4)???
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
I have a better idea for that, with since/until for the web GUI as an
nicer option.
This solves also the really big log (=>timeout) problem for long running
production systems.
Will resend both patches with an added GIU patch... No need to apply these.
On 02/16/2016 03:15 PM, Thomas Lamprecht wro
Description of the problem, imagine the following:
We get the CRM command to migrate 'vm:100' from A to B.
Now when the migration fails, we would normally get placed in the
started state on the source node A trough the CRM when it processes
our result.
But if the CRM didn't processed our result bef
Hi Wolfgang,
Thanks for your annotations!
Am 17.02.2016 um 15:01 schrieb Wolfgang Bumiller:
> Please keep our coding style in mind.
> There should be no spaces after opening and before closing parenthesis.
Do you have a perltidyrc config for your coding style?
> (Another one inline)
>
> On Mon
comments inline:
> To prevent that one time Net:SSL and an outer time IO::Socket::SSL is loaded,
outer?
> ensure that always use the same socket class.
>
> We load the the Net:SSL in AccessControl.pm
where exactly?
> if we call pveupdate,
> but if we call pveam update this module is not load
applied all 4 patches, thanks!
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
Forgot something in my previous answer (see inline):
On Mon, Feb 15, 2016 at 02:33:48PM +0100, Timo Grodzinski wrote:
> Signed-off-by: Timo Grodzinski
> ---
> PVE/QemuServer.pm | 61
> ++-
> 1 file changed, 60 insertions(+), 1 deletion(-)
>
>
So you moved this from pve-storage (in your previous [WIP] patch) to the
qemu package. But I'm still wondering if the common parts can be
factored out into public functions in the pve-storage package.
I also see you didn't copy over the ssh code, so you won't be able to
upload disks to VMs on diffe
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
On Mon, Feb 15, 2016 at 02:33:48PM +0100, Timo Grodzinski wrote:
> Signed-off-by: Timo Grodzinski
> ---
> PVE/QemuServer.pm | 61
> ++-
> 1 file changed, 60 insertions(+), 1 deletion(-)
>
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
>
Please keep our coding style in mind.
There should be no spaces after opening and before closing parenthesis.
(Another one inline)
On Mon, Feb 15, 2016 at 02:33:47PM +0100, Timo Grodzinski wrote:
> Signed-off-by: Timo Grodzinski
> ---
> PVE/QemuServer.pm | 20
> 1 file chang
Looks like the 3rd patch's first hunk should be part of this patch.
On Mon, Feb 15, 2016 at 02:33:46PM +0100, Timo Grodzinski wrote:
> Signed-off-by: Timo Grodzinski
> ---
> PVE/QemuServer.pm | 10 +++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/PVE/QemuServer.pm b
* push initial components individually
* replace ifor the momment pvepanels with basic panels so we can at least load
the first tabs
* group ceph component with previous push call as they require the same
capabilities
---
www/manager6/node/Config.js | 65 ++---
pve-services is already declared in ServiceView.js provoking
a namespace clash
---
www/manager6/node/Subscription.js | 8
1 file changed, 8 deletions(-)
diff --git a/www/manager6/node/Subscription.js
b/www/manager6/node/Subscription.js
index 8101d1b..c4e9979 100644
--- a/www/manager6/no
also move static parameters out of initComponent() for proper panel
initialization
---
www/manager6/node/Summary.js | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/www/manager6/node/Summary.js b/www/manager6/node/Summary.js
index 6d44869..b01f848 100644
--- a/www/
ExtJS6 adds accessibility (aria) support to the framework, which means
special handling of space/enter key and panels title, and a lot of
warnings / errors in the browser console
Aria support will be reenabled after all the components are migrated to
ExtJS6
---
www/manager6/Utils.js | 7 +++
Add unused volumes for changed mpX and rootfs, not only for
deleted mpX.
Add check before adding to unused volumes in order to
prevent false entries (which could lead to deletion of still
used volumes!)
---
Changes to v3: name sub like in QemuServer.pm, thanks Wolfgang!
src/PVE/LXC.pm | 37 ++
- add unused volumes for changed mpX and rootfs, not only
for deleted mpX.
- add check before adding to unused volumes in order to
prevent duplicate or false entries (which could lead to
deletion of still used volumes!).
---
src/PVE/LXC.pm | 37 +
1 file changed
---
www/manager/grid/FirewallOptions.js | 1 +
www/manager6/grid/FirewallOptions.js | 1 +
2 files changed, 2 insertions(+)
diff --git a/www/manager/grid/FirewallOptions.js
b/www/manager/grid/FirewallOptions.js
index f94be6c..ce2008b 100644
--- a/www/manager/grid/FirewallOptions.js
+++ b/www/ma
---
src/PVE/API2/Firewall/Host.pm | 7 ++-
src/PVE/Firewall.pm | 14 +-
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/src/PVE/API2/Firewall/Host.pm b/src/PVE/API2/Firewall/Host.pm
index 37a63b7..ee0de8e 100644
--- a/src/PVE/API2/Firewall/Host.pm
+++ b/s
---
There might be a better way to do this? Configuring lxcfs with
"--with-pamdir=none" does not actually disable building the PAM module,
despite the comment in configure.ac.
debian/rules | 5 +
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 6911ba9..584392c
Also don't restart on upgrades
---
debian/lxcfs.postinst | 20
debian/lxcfs.service | 5 +++--
debian/rules | 6 ++
3 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 debian/lxcfs.postinst
diff --git a/debian/lxcfs.postinst b/debian/lxcfs.po
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied both patches
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
CVE-2016-2391: usb: ohci avoid multiple eof timers
CVE-2016-2392: usb: check USB configuration descriptor object
---
...6-2391-usb-ohci-avoid-multiple-eof-timers.patch | 40 ++
...check-USB-configuration-descriptor-object.patch | 33 ++
debian/patches/series
usb: check USB configuration descriptor object
---
...check-USB-configuration-descriptor-object.patch | 33 ++
debian/patches/series | 1 +
2 files changed, 34 insertions(+)
create mode 100644
debian/patches/extra/CVE-2016-2392-check-USB-configur
Commit 551c58dd1a7fbaebe92dd0f1f80f1789faa3a2eb
Drop patches applied upstream:
- 0001-fix-missing-dereferencing-in-must_strcat_pid.patch
- 0001-uptime-fix-pid1-and-reaper_busy-times.patch
- 0003-fix-leak-in-realloc-loop-in-must_strcat_pid.patch
- 0004-cgfs-fix-dorealloc-s-batch-allocation.patch
U
comments inline
> diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
> index a737fc0..84aba83 100644
> --- a/src/PVE/LXC.pm
> +++ b/src/PVE/LXC.pm
> @@ -1352,6 +1352,12 @@ sub update_pct_config {
> } elsif ($opt =~ m/^mp(\d+)$/) {
> next if $hotplug_error->($opt);
> check_pr
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
To prevent that one time Net:SSL and an outer time IO::Socket::SSL is loaded,
ensure that always use the same socket class.
We load the the Net:SSL in AccessControl.pm if we call pveupdate,
but if we call pveam update this module is not loaded an so the default is used
(IO::Socket::SSL).
---
PVE
To prevent that one time Net:SSL and an outer time IO::Socket::SSL is loaded,
ensure that always use the same socket class.
We load the the Net:SSL in AccessControl.pm if we call pveupdate,
but if we call pveam update this module is not loaded an so the default is used
(IO::Socket::SSL).
---
PVE
37 matches
Mail list logo