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-
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
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
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
--
== 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
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
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_
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
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
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#
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
11 matches
Mail list logo