[pve-devel] applied: [PATCH pve-common] Inotify: allow bond of bond

2020-10-23 Thread Thomas Lamprecht
On 20.10.20 13:26, Alexandre Derumier wrote: > for example,some users need to do active-backup bond, on top of 2 lacp bond. > --- > src/PVE/INotify.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > applied, thanks! ___ pve-devel mailing

[pve-devel] applied: SPAM: [PATCH v2 container 0/1] Fix numbering scheme detection for CentOS Stream releases

2020-10-23 Thread Thomas Lamprecht
On 17.10.20 15:45, Achim Dreyer wrote: > *** BLURB HERE *** > > Achim Dreyer (1): > Fix numbering scheme detection for CentOS Stream releases. > > src/PVE/LXC/Setup/CentOS.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied, thanks! __

[pve-devel] [PATCH pve-manager] fixes #3066: resourcestore: add vm hostcpu/hostmem fields

2020-10-23 Thread Alexandre Derumier
This add new fields with cpu/mem percent usage of vms, relative to host maxcpu/maxmem. Currently, we can't sort easily most consumming vm on a host. Signed-off-by: Alexandre Derumier --- www/manager6/Utils.js | 101 + www/manager6/data/ResourceStore.js |

[pve-devel] applied: [PATCH widget-toolkit] improve multiselect behaviour for checkboxmodel

2020-10-23 Thread Thomas Lamprecht
On 22.04.20 09:26, Dominik Csapak wrote: > when using the mode 'MULTI' for the checkbox selection model, > clicking a row would deselect all others, only clicking exactly on the > checkbox would select multiple rows > > this override makes the whole cell of the checkbox behave like the > checkbox.

Re: [pve-devel] [PATCH pve-manager] pvestatd: stream host pressure counters

2020-10-23 Thread Dietmar Maurer
> I would like also to add some improvement for vm memory/cpu stats. > > for cpu, currently, we only monitor the qemu process cpu usage, but > with virtio-net + vhost-net, > we are missing vhost-* process cpu usage. (For vms will a lot of > traffic, this is really signifiant). > > I would like t