[pve-devel] applied: [PATCH v2 0/9] Improve live-restore speed and replace AsyncIndexReader

2021-06-08 Thread Wolfgang Bumiller
applied series On Mon, Jun 07, 2021 at 05:35:23PM +0200, Stefan Reiter wrote: > This series is the third/fourth attempt[0] at substantially improving > live-restore performance. This time, a fully async- and concurrency safe LRU > cache is implemented, and a new CachedChunkReader is used to provid

Re: [pve-devel] [PATCH storage 2/3] update reminder to remove maxfiles

2021-06-08 Thread Fabian Grünbichler
On June 4, 2021 3:49 pm, Fabian Ebner wrote: > Remove it later, once it's been deprecated for a while. shouldn't we start warning that it is deprecated? or at least add a deprecation notice to the parameter description? > > Signed-off-by: Fabian Ebner > --- > PVE/Storage.pm | 2 +- > 1 file c

Re: [pve-devel] [PATCH/RFC storage 1/3] postinst: move cifs credential files into subdirectory upon update

2021-06-08 Thread Fabian Grünbichler
On June 4, 2021 3:49 pm, Fabian Ebner wrote: > and drop the compat code. > > Signed-off-by: Fabian Ebner > --- > PVE/Storage/CIFSPlugin.pm | 3 --- > debian/postinst | 30 ++ > 2 files changed, 30 insertions(+), 3 deletions(-) > create mode 100644 debian/p

Re: [pve-devel] [PATCH storage 2/3] update reminder to remove maxfiles

2021-06-08 Thread Thomas Lamprecht
On 08.06.21 15:04, Fabian Grünbichler wrote: > On June 4, 2021 3:49 pm, Fabian Ebner wrote: >> Remove it later, once it's been deprecated for a while. > > shouldn't we start warning that it is deprecated? or at least add a > deprecation notice to the parameter description? > that can be done in

Re: [pve-devel] How to compile pve-kernel with debug info?

2021-06-08 Thread Nathan L
Following up to answer my own questions and to ask a follow up question. On Fri, Jun 4, 2021 at 8:18 PM Nathan L wrote: > What am I missing here? 1. The correct git commit to use if you want to match the published package is specified in /usr/share/doc/insert-package-name/SOURCE. For example: #

[pve-devel] [PATCH pve-access-control] check_path : add sdn zone path

2021-06-08 Thread Alexandre Derumier
This was missing in commit20c60513b2a6b2d7c7aae0dcc0391889b9cb7ecf, so user can't assign permisson on a zone currently --- src/PVE/AccessControl.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/AccessControl.pm b/src/PVE/AccessControl.pm index 75e..4754c5c 100644 --- a/src/PVE/Ac

Re: [pve-devel] [PATCH storage 2/3] update reminder to remove maxfiles

2021-06-08 Thread Fabian Ebner
Am 08.06.21 um 18:23 schrieb Thomas Lamprecht: On 08.06.21 15:04, Fabian Grünbichler wrote: On June 4, 2021 3:49 pm, Fabian Ebner wrote: Remove it later, once it's been deprecated for a while. shouldn't we start warning that it is deprecated? or at least add a deprecation notice to the parame

Re: [pve-devel] [PATCH/RFC storage 1/3] postinst: move cifs credential files into subdirectory upon update

2021-06-08 Thread Fabian Ebner
Am 08.06.21 um 15:18 schrieb Fabian Grünbichler: On June 4, 2021 3:49 pm, Fabian Ebner wrote: and drop the compat code. Signed-off-by: Fabian Ebner --- PVE/Storage/CIFSPlugin.pm | 3 --- debian/postinst | 30 ++ 2 files changed, 30 insertions(+), 3 de

Re: [pve-devel] [PATCH-SERIES v6 manager/common/storage] fix #1710: add download from url button

2021-06-08 Thread Lorenz Stechauner
ping On 17.05.21 10:03, Lorenz Stechauner wrote: changes to v5: changes in frontend patches: 1 - manager: add query_url_metadata method 2 - common: add download_file_from_url 3 - manager: refactor aplinfo to use common download function 4 - storage: add download_url method 5 - manager: add Hash