[pve-devel] [PATCH manager] report: filter comments in VM/CT configs

2022-12-15 Thread Mira Limbeck
Since some users keep their passwords in the VM/CT configs as comments and those are most of the time unnecessary when looking through the report, filter those. In addition to the comments, also filter the `cipassword` option since it contains the hash of the password. To facilitate the

[pve-devel] [PATCH pve-docs v3] updated tags docs

2022-12-15 Thread Noel Ullreich
updated the tags doc with slight rephrasing, corrected grammar, and fixed typos. Signed-off-by: Noel Ullreich --- changes since v1: * removed changes in datacenter.cfg.5-opts.adoc since it is an autogenerated file (thanks @Dominik;) ) changes since v2: * fixed two typos and rephrased two

[pve-devel] [PATCH storage docs] Allow overrides for default directories

2022-12-15 Thread Leo Nunner
This patch adds a parameter to the storage configuration that allows the default directory structure to be overridden. For now, I allowed the parameter for the directory, CIFS and NFS plugins. I tested the following things: - Create VMs/CTs - Upload ISOs/container templates -

[pve-devel] [PATCH storage] config: add overrides for default directory locations

2022-12-15 Thread Leo Nunner
Allowing overrides for the default directory locations seems to integrate rather well into the existing system. Custom locations are specified using the "dirs" parameter as a comma-separated list of "vtype:/location" values. For now, the option has been enabled for the Directory, CIFS and NFS

[pve-devel] [PATCH docs] docs: document 'dirs' parameter for directory storage

2022-12-15 Thread Leo Nunner
Signed-off-by: Leo Nunner --- pve-storage-cifs.adoc | 4 pve-storage-dir.adoc | 19 ++- pve-storage-nfs.adoc | 4 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/pve-storage-cifs.adoc b/pve-storage-cifs.adoc index bb4b902..4d93727 100644 ---

Re: [pve-devel] [PATCH docs] qm: IO thread: be more precise about how QEMU handles IO

2022-12-15 Thread Roland via pve-devel
--- Begin Message --- +storage controller, rather than handling all I/O in the main event loop or vCPU +threads. This can increase performance, because of improved work distribution. not only that, it evidently avoids vm locking / cpu stuck/freeze conditions and vm timing hiccups see

[pve-devel] [PATCH docs] qm: IO thread: be more precise about how QEMU handles IO

2022-12-15 Thread Fiona Ebner
Reported in the community forum[0]. The setting can already help with a single disk. Without the option, there is not one IO thread as the old wording suggested, but IO is handled in the main event loop or vCPU threads (see the kvm man page). [0]: