... on destroy if 'purge' is selected
Signed-off-by: Hannes Laimer
---
src/PVE/API2/LXC.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm
index 84712f7..2e4146e 100644
--- a/src/PVE/API2/LXC.pm
+++ b/src/PVE/API2/LXC.pm
@@ -758,6 +758,7 @@ __PACKAGE
... on destroy if 'purge' is selected
Signed-off-by: Hannes Laimer
---
PVE/API2/Qemu.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index 9be1caf..f100d2c 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -1696,6 +1696,7 @@ __PACKAGE__->register_
... if 'purge'.
pve-manager:
Hannes Laimer (1):
fix #3903: jobs-plugin: add remove vmid from jobs helper
PVE/Jobs/Plugin.pm | 19 ++-
1 file changed, 18 insertions(+), 1 deletion(-)
pve-conatiner:
Hannes Laimer (1):
fix #3903: api2: remove vmid from jobs.cfg
src/PVE/API
Signed-off-by: Hannes Laimer
---
PVE/Jobs/Plugin.pm | 19 ++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/PVE/Jobs/Plugin.pm b/PVE/Jobs/Plugin.pm
index 6098360b..4883a193 100644
--- a/PVE/Jobs/Plugin.pm
+++ b/PVE/Jobs/Plugin.pm
@@ -3,7 +3,7 @@ package PVE::Jobs::
On 28.02.22 15:46, Dominik Csapak wrote:
> if a user has many snapshots, the length goes negative and produces
> wrong indentation, so clamp it at 0
>
> reported by a user in the forum:
> https://forum.proxmox.com/threads/non-threaded-listsnaphost-view.105740/
>
> Signed-off-by: Dominik Csapak
>
Allow balloon device driver to report hints of guest free pages to the host,
for auto memory reclaim
https://lwn.net/Articles/759413/
https://events19.linuxfoundation.org/wp-content/uploads/2017/12/KVMForum2018.pdf
Signed-off-by: Alexandre Derumier
---
PVE/QemuServer.pm | 2 +-
1 file changed,
Hi,
Currently, if a guest vm allocate a memory page, and freed it later in the
guest,
the memory is not freed on the host side.
Balloon device have a new option since qemu 5.1 "free-page-reporting" (and need
host kernel 5.7)
https://events19.linuxfoundation.org/wp-content/uploads/2017/12/KVMFo