[pve-devel] [PATCH docs 2/2] cifs: add options parameter (fix #2920)

2022-05-13 Thread Stefan Hrdlicka
Signed-off-by: Stefan Hrdlicka --- this depends on 1/2 since this changes the documentation :) pve-storage-cifs.adoc | 5 + 1 file changed, 5 insertions(+) diff --git a/pve-storage-cifs.adoc b/pve-storage-cifs.adoc index bb4b902..60775a4 100644 --- a/pve-storage-cifs.adoc +++ b/pve-storage-

[pve-devel] [PATCH storage 0/2] cifs plugin - add options parameter

2022-05-13 Thread Stefan Hrdlicka
This adds the options parameter to the CIFS plugin. check propertyList is common for all plugins and it is therefore not possible to have options twice with different descriptions. This patch moves the options property from NFSPlugin.pm to the Plugin.pm level. The options parameter has the same us

[pve-devel] [PATCH storage 1/2] add options parameter to cifs plugin (fixes #2920)

2022-05-13 Thread Stefan Hrdlicka
this makes it possible to add all mount options offered by mount.cifs NFS & CIFS now share the options parameter since the use it for the same prupose Signed-off-by: Stefan Hrdlicka --- PVE/Storage/CIFSPlugin.pm | 10 -- PVE/Storage/NFSPlugin.pm | 4 PVE/Storage/Plugin.pm | 6

[pve-devel] [PATCH v2 http-server 1/2] AnyEvent: whitespace fix

2022-05-13 Thread Matthias Heiserer
and remove unnecessary parentheses. Signed-off-by: Matthias Heiserer --- Changes from v1: new patch src/PVE/APIServer/AnyEvent.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/PVE/APIServer/AnyEvent.pm b/src/PVE/APIServer/AnyEvent.pm index 7dd7d2d..b8bc35d 100644 --

[pve-devel] [PATCH v2 http-server 2/2] AnyEvent: Fix #3990 - make small files uploadable

2022-05-13 Thread Matthias Heiserer
== The problem Upload of files smaller than ~16kb failed. This was because the code assumed that it would be called several times, and each time would do a certain action. When the whole file was in the buffer, this failed because the function would try parssing the first part in the payload and th

Re: [pve-devel] [PATCH pve-kernel] d/rules: kconfig: do not enable intel_iommu by default

2022-05-13 Thread Stoiko Ivanov
On Fri, 13 May 2022 11:31:42 +0200 Thomas Lamprecht wrote: > Am 5/13/22 um 10:57 schrieb Stoiko Ivanov: > ..snip.. > > alternatively we could document this in the 7.2 release notes and ask > > users of problematic hardware to set this explicitly > > This all resembles quite a bit the switch fr

Re: [pve-devel] [PATCH pve-kernel] d/rules: kconfig: do not enable intel_iommu by default

2022-05-13 Thread Thomas Lamprecht
Am 5/13/22 um 10:57 schrieb Stoiko Ivanov: > enabling this causes quite a few issues with older hardware > (hp g8, and the like) - and most of our guides do call for enabling it > where needed (pci passthrough). > > the setting was off in the 5.13 series. > > following reports of disabling intel_

[pve-devel] [PATCH zfsonlinux] fix #4052 cherry-pick ZERO_RANGE correction

2022-05-13 Thread Stoiko Ivanov
the commit is already queued up for 2.1.5 upstream. Since the 2.1.5 release is not in the makings yet AFAICS and pulling in all the other changes has some potential for regressions - I went for this single cherry-pick Signed-off-by: Stoiko Ivanov --- quickly tested by compiling a kernel and booti

[pve-devel] [PATCH pve-kernel] d/rules: kconfig: do not enable intel_iommu by default

2022-05-13 Thread Stoiko Ivanov
enabling this causes quite a few issues with older hardware (hp g8, and the like) - and most of our guides do call for enabling it where needed (pci passthrough). the setting was off in the 5.13 series. following reports of disabling intel_iommu explicitly fixing the issues in our community forum

Re: [pve-devel] applied: [PATCH manager v2] fix #3994: Options menu entry in the System menu

2022-05-13 Thread Thomas Lamprecht
Am 5/13/22 um 09:55 schrieb Daniel Tschlatscher: > On 5/12/22 17:13, Thomas Lamprecht wrote: >> Some other points to improve: >> >> - setting the online help, maybe to 'proxmox_node_management' which would >> make >>    it point to: >>    >> https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#

Re: [pve-devel] applied: [PATCH manager v2] fix #3994: Options menu entry in the System menu

2022-05-13 Thread Daniel Tschlatscher
On 5/12/22 17:13, Thomas Lamprecht wrote: Am 5/6/22 um 14:39 schrieb Daniel Tschlatscher: Add the subentry "Options" in the "System" menu to expose some options in the GUI which were not exposed before. Added a new file for displaying and editing the node config options which were not exposed