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
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
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
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 +++
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