[pve-devel] [PATCH/RFC qemu] backup: add patch to initialize bcs bitmap early enough for PBS

2022-03-02 Thread Fabian Ebner
This is necessary for multi-disk backups where not all jobs are immediately started after they are created. QEMU commit 06e0a9c16405c0a4c1eca33cf286cc04c42066a2 did already part of the work, ensuring that new writes after job creation don't pass through to the backup, but not yet for the MIRROR_SYN

Re: [pve-devel] [PATCH pve-manager 1/3] fix #3903: jobs-plugin: add remove vmid from jobs helper

2022-03-02 Thread Fabian Ebner
Am 01.03.22 um 09:51 schrieb Hannes Laimer: > 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

[pve-devel] [PATCH manager] ui: osd: send in/out cmd to currently used node

2022-03-02 Thread Aaron Lauterer
The in & out commands for OSDs are not node specific and can be run on any node in the Ceph cluster. By sending them to the node currently used to access the UI they can still be sent even if the node on which the OSDs are located is down. This helps in a disaster scenario where a node is down. By

Re: [pve-devel] [PATCH pve-container 2/3] fix #3903: api2: remove vmid from jobs.cfg

2022-03-02 Thread Fabian Ebner
Am 01.03.22 um 09:51 schrieb Hannes Laimer: > ... 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/API

[pve-devel] [PATCH qemu-server] qmp client: increase timeout for thaw

2022-03-02 Thread Fabian Ebner
Using a loop of freeze, sleep 5, thaw, sleep 5, an idling Windows 11 VM with 4 cores and 8GiB RAM once took 54 seconds for thawing. It took less than a second about 90% of the time and maximum of a few seconds for the majortiy of other cases, but there can be outliers where 10 seconds is not enough

Re: [pve-devel] [PATCH pve-container 2/3] fix #3903: api2: remove vmid from jobs.cfg

2022-03-02 Thread Hannes Laimer
Am 02.03.22 um 11:16 schrieb Fabian Ebner: Am 01.03.22 um 09:51 schrieb Hannes Laimer: ... 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..2e41