Signed-off-by: Thomas Lamprecht
---
src/PVE/ProcFSTools.pm | 17 ++
test/Makefile | 2 +-
test/procfs_tests.pl | 71 ++
3 files changed, 89 insertions(+), 1 deletion(-)
create mode 100755 test/procfs_tests.pl
diff --git a/src/PVE/ProcF
Modern kernel, like 5.3, support all those features ('fast-diff',
'object-map', 'deep-flatten'), so we do not want to disable them
there. 5.0 already supports exclusive-locks, so no need to disable
exclusive locking there.
Further, we also want to profit from new features available, so let's
enabl
On 11/21/19 3:43 PM, Fabian Grünbichler wrote:
> Signed-off-by: Fabian Grünbichler
> ---
> data/src/cfs-ipc-ops.h | 2 ++
> data/src/server.c | 58 ++
> data/src/status.c | 1 +
> data/PVE/Cluster.pm| 18 +
> 4 files changed, 79
On 11/21/19 3:43 PM, Fabian Grünbichler wrote:
> otherwise this might end up as (arbitrary) string somewhere..
>
> Signed-off-by: Fabian Grünbichler
> ---
> PVE/AccessControl.pm | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm
> index aff913
On 11/21/19 3:43 PM, Fabian Grünbichler wrote:
> makes no functional difference, but keeps the output/written config more
> stable.
>
> Signed-off-by: Fabian Grünbichler
> ---
> PVE/AccessControl.pm | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
applied
___
On 11/21/19 3:43 PM, Fabian Grünbichler wrote:
> we already have the API paths, and they make sense to get an overview
> over user.cfg contents.
>
> Signed-off-by: Fabian Grünbichler
> ---
> PVE/CLI/pveum.pm | 11 +++
> 1 file changed, 11 insertions(+)
>
applied
_
some commit message with at least a _little_ bit of reasoning
would be nice...
On 11/21/19 3:43 PM, Fabian Grünbichler wrote:
> Signed-off-by: Fabian Grünbichler
> ---
> www/manager6/dc/GroupView.js | 6 ++
> www/manager6/form/GroupSelector.js | 8 +++-
> 2 files changed, 13 insert
On 11/21/19 3:43 PM, Fabian Grünbichler wrote:
> to mark API methods which should not be available to clients authenticated
> using an API token
>
> Signed-off-by: Fabian Grünbichler
> ---
>
> Notes:
> if applied, any users of this need corresponding versioned depends.
>
> src/PVE/JSONSch
On 11/21/19 3:43 PM, Fabian Grünbichler wrote:
> they have been handled by PVE::RPCEnvironment for quite some time
> already, and the versions there are the complete ones that should be
> actually used.
>
> Signed-off-by: Fabian Grünbichler
> ---
>
> Notes:
> v1->v2:
>
> * add versi