[pve-devel] [PATCH v3 docs] qm: add guest agent section

2021-01-25 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- changes v2->v3: incorporated suggestions from Oguz, Stoiko and Thomas Over christmas and NYE I forgot about this patch series that's why it took some time for v3 :/ qm.adoc | 57 + 1 file changed, 57 inser

[pve-devel] [PATCH v3 manager] gui: add help button to qm guest agent window

2021-01-25 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- v1->v3: nothing www/manager6/qemu/Options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/qemu/Options.js b/www/manager6/qemu/Options.js index a08da6e1..ebbd53c7 100644 --- a/www/manager6/qemu/Options.js +++ b/www/manager6/qemu/Options.js @@

[pve-devel] applied: [PATCH qemu-server] fix drive-mirror completion with cloudinit

2021-01-25 Thread Thomas Lamprecht
On 15.01.21 12:49, Mira Limbeck wrote: > On clone_vm when cloning the disks while the VM is running, we use > drive-mirror. We skip completion until the last disk, but with a > cloudinit disk there's no drive-mirror and so no completion done. If it > is the last disk in the hash, we never complete

Re: [pve-devel] [PATCH container] use monitor commands to freeze on pure-v2 setups

2021-01-25 Thread Stoiko Ivanov
Gave the patch a spin on a v2-only system. * it fixes the issue as described we had a short chat off-list with Wolfgang - and considered restructuring the code a bit (currently the patch makes parts of PVE::CGroup dead code) but for alleviating the immediate issue: Tested-By: Stoiko Ivanov Revie

[pve-devel] [PATCH container] use monitor commands to freeze on pure-v2 setups

2021-01-25 Thread Wolfgang Bumiller
even an explicit query for the 'unified' cgroup hierarchy does not work on lxc when run in a pure v2 environment via the kernel options systemd.unified_cgroup_hierarchy=1 cgroup_no_v1=all so let's use the freeze commands provided by lxc we already have code for... Signed-off-by: Wolfgang Bum

Re: [pve-devel] qemu live migration: bigger downtime recently

2021-01-25 Thread aderumier
> > pve-qemu-kvm (5.1.0-6) pve; urgency=medium > >   * migration/block-dirty-bitmap: avoid telling QEMU that the bitmap > migration >     is active longer than required > >  -- Proxmox Support Team   Thu, 05 Nov 2020 > 18:59:40 +0100 > > sound like that could be the case? ;) yes, I was not su

Re: [pve-devel] [PATCH pve-network 0/7] always use a vnet bridge model

2021-01-25 Thread Lx Renner
Hi, I saw you were working on pve networking. - https://lists.proxmox.com/pipermail/pve-devel/2020-May/043629.html I have reported the following: https://forum.proxmox.com/threads/ovs-qinq-config.82894/ May I ask for your advice how to do that with the new model in pve to configure networkin

[pve-devel] Isolated bridge port support

2021-01-25 Thread Tom Barthe
Hi! Since version 4.18 of the Linux kernel [1], bridges support the BR_ISOLATED flag which allows to disable communications between ports declared as private (similar to PVLANs). This feature is already supported by libvirt [2]. Would you be interested in adding support for this feature? If

Re: [pve-devel] [PATCH] ZFS ARC size not taken into account by pvestatd or ksmtuned

2021-01-25 Thread Stephane CHAZELAS
2021-01-23 04:14:52 -0500, Bruce Wainer: [...] > Alternatively if you are not willing to go through the steps of submitting > this yourself, we might be able to work things out so I can submit it. [...] Hi Bruce, yes please. That's a very simple change. The idea is just to count the ARC size as b

Re: [pve-devel] qemu live migration: bigger downtime recently

2021-01-25 Thread Fabian Grünbichler
On January 23, 2021 9:38 am, aderum...@odiso.com wrote: > about qemu version, > > theses vms was started around 6 november, after an update of the qemu > package the 4 november. > > > looking at proxmox repo, I think it should be 5.1.0-4 or -5. > > > pve-qemu-kvm-dbg_5.1.0-4_amd64.deb

[pve-devel] [PATCH storage] drop absolute udevadm path

2021-01-25 Thread Fabian Grünbichler
the compat symlink from bin to sbin has been dropped with bullseye, and we rely on PATH begin set properly in our daemons/CLI tools anyway.. Signed-off-by: Fabian Grünbichler --- PVE/Diskmanage.pm | 3 +-- PVE/Storage.pm| 5 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git