Re: [pve-devel] auto ballooning && ksm thresholds both at 80%

2022-01-03 Thread DERUMIER, Alexandre
Le vendredi 31 décembre 2021 à 15:31 +0100, Dietmar Maurer a écrit : Currently both are at 80%, that mean that ballooning is vm reducing memory fast, and ksm don't have time to run. as ballooning is a lot more intrusive than ksm, I wonder if it couldn't be set to something like 90%. That sounds r

Re: [pve-devel] [PATCH-SERIES storage/manager/guest-common/docs] improvements for protected backups

2022-01-03 Thread Fabian Ebner
Am 12/22/21 um 08:02 schrieb Dominik Csapak: On 12/21/21 16:11, Thomas Lamprecht wrote: On 20/12/2021 11:31, Dominik Csapak wrote: what do we gain by having a limit on the number of protected backups? We avoid allowing users to create an infinite number of backups. Remember that unprotected

[pve-devel] [PATCH pve-zsync] add tpmstate to disk keys

2022-01-03 Thread Fabian Ebner
Ensures that a TPM state volume is synced too. Reported on the PVE-User mailing list: https://lists.proxmox.com/pipermail/pve-user/2021-December/172944.html Signed-off-by: Fabian Ebner --- pve-zsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-zsync b/pve-zsync index

Re: [pve-devel] [PATCH v3 guest-common 2/3] add tunnel helper module

2022-01-03 Thread Fabian Ebner
A few nits inline. Am 12/22/21 um 14:52 schrieb Fabian Grünbichler: lifted from PVE::QemuMigrate, abstracting away use-case specific data. Signed-off-by: Fabian Grünbichler --- src/Makefile | 1 + debian/control| 1 + src/PVE/Tunnel.pm | 356 +++

Re: [pve-devel] [PATCH v3 guest-common 3/3] add storage tunnel module

2022-01-03 Thread Fabian Ebner
Am 12/22/21 um 14:52 schrieb Fabian Grünbichler: encapsulating storage-related tunnel methods, currently - source-side storage-migrate helper - target-side disk-import handler - target-side query-disk-import handler to be extended further with replication-related handlers and helpers. Signed-of