Re: [pve-devel] [PATCH v1 pve-common 1/5] replace rate with out/in-rate in setup_tc_rate_limit and tap_rate_limit

2021-02-06 Thread Thomas Lamprecht
On 11.09.20 12:08, Hannes Laimer wrote: > Signed-off-by: Hannes Laimer > --- > src/PVE/Network.pm | 36 +--- > 1 file changed, 21 insertions(+), 15 deletions(-) > > diff --git a/src/PVE/Network.pm b/src/PVE/Network.pm > index 12536c7..3e7a1c1 100644 > --- a/src/PV

Re: [pve-devel] [PATCH v1 pve-common 2/5] add out/in-rate parameter to tap_plug sub, keep version with just rate param

2021-02-06 Thread Thomas Lamprecht
On 11.09.20 12:08, Hannes Laimer wrote: > Signed-off-by: Hannes Laimer > --- > src/PVE/Network.pm | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/src/PVE/Network.pm b/src/PVE/Network.pm > index 3e7a1c1..3b09cec 100644 > --- a/src/PVE/Network.pm > +++ b/src/PVE/Netw

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

2021-02-06 Thread Thomas Lamprecht
On 23.10.20 16:50, Alexandre Derumier wrote: > 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 ++

Re: [pve-devel] [PATCH pve-common 1/1] add get_pressure_stat

2021-02-06 Thread Thomas Lamprecht
On 04.11.20 02:41, Alexandre Derumier wrote: > --- > src/PVE/CGroup.pm | 43 +++ > 1 file changed, 43 insertions(+) > > diff --git a/src/PVE/CGroup.pm b/src/PVE/CGroup.pm > index 4823be2..457502e 100644 > --- a/src/PVE/CGroup.pm > +++ b/src/PVE/CGroup.pm >

Re: [pve-devel] [PATCH pve-container 1/1] vmstatus: add pressure stats

2021-02-06 Thread Thomas Lamprecht
sorry for the late reply! On 04.11.20 02:42, Alexandre Derumier wrote: > --- > src/PVE/LXC.pm | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm > index 5cfcf28..ad1460c 100644 > --- a/src/PVE/LXC.pm > +++ b/src/PVE/LXC.pm > @@ -291,6 +29

[pve-devel] applied: [RFC/PATCH qemu] fix #3084: fall back to open-iscsi initiatorname

2021-02-06 Thread Thomas Lamprecht
On 17.11.20 12:38, Fabian Ebner wrote: > Fixes vma restore when the target is an iSCSI storage which expects that > initiatorname. Also avoids the need to always explicitly set the initiatorname > in PVE code, thus fixing moving efidisks from and to such iSCSI storages. > > Signed-off-by: Fabian E

[pve-devel] applied: [PATCH pve-docs] update sdn documentation

2021-02-06 Thread Thomas Lamprecht
On 27.11.20 14:21, Alexandre Derumier wrote: > Signed-off-by: Alexandre Derumier > --- > pvesdn.adoc | 305 ++-- > 1 file changed, 226 insertions(+), 79 deletions(-) > > applied, thanks! ___ pve-devel

Re: [pve-devel] [PATCH pve-network 00/15] bugfix && unit tests

2021-02-06 Thread Thomas Lamprecht
applied all but this one: > tests: add subnets tests as my build fails with it (see reply to that patch) much much thanks for the work here! ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/p

Re: [pve-devel] [PATCH pve-network 14/15] tests: add subnets tests

2021-02-06 Thread Thomas Lamprecht
I get some errors from this test, did not really investigated though. ./run_test_subnets.pl ok 1 - ipv4 add_subnet not ok 2 - ipv4 add_ip # Failed test 'ipv4 add_ip' # at ./run_test_subnets.pl line 130. # got: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{}}' # expect

[pve-devel] applied: [PATCH storage] remove lock from is_base_and_used check

2021-02-06 Thread Thomas Lamprecht
On 15.01.21 11:58, Fabian Ebner wrote: > and squash the __no_lock-variant into it. > > This lock is not broad enough, because for a caller that plans to do or not do > some storage operation based on the result of the check, the following could > happen: > 1. volume_is_base_and_used is called and

[pve-devel] applied: [PATCH qemu-server] cloudinit: remove pending delete on online regenerate image

2021-02-06 Thread Thomas Lamprecht
On 06.02.21 14:39, Alexandre Derumier wrote: > currently only pending changes are applied when we regenerate > image on a running vm, but not the pending delete. > > Signed-off-by: Alexandre Derumier > --- > PVE/QemuServer.pm | 7 +++ > 1 file changed, 7 insertions(+) > > applied, thanks!

[pve-devel] applied: [PATCH qemu-server] cloudinit: add opennebula config format

2021-02-06 Thread Thomas Lamprecht
On 06.02.21 14:01, Alexandre Derumier wrote: > This is an alternative format for cloudinit use by opennebula, > https://cloudinit.readthedocs.io/en/latest/topics/datasources/opennebula.html > > but it can be also used by opennebula context scripts > > https://github.com/OpenNebula/addon-context-l

[pve-devel] [PATCH qemu-server] cloudinit: remove pending delete on online regenerate image

2021-02-06 Thread Alexandre Derumier
currently only pending changes are applied when we regenerate image on a running vm, but not the pending delete. Signed-off-by: Alexandre Derumier --- PVE/QemuServer.pm | 7 +++ 1 file changed, 7 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 4d4efd9..f401baf 100644

[pve-devel] applied: [PATCH manager v3 03/10] ceph: add titles to ceph_pool_common_options

2021-02-06 Thread Thomas Lamprecht
On 12.01.21 11:21, Alwin Antreich wrote: > Signed-off-by: Alwin Antreich > --- > PVE/API2/Ceph/Pools.pm | 7 +++ > 1 file changed, 7 insertions(+) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.

[pve-devel] applied: [PATCH manager v3 02/10] ceph: setpool, use parameter extraction instead

2021-02-06 Thread Thomas Lamprecht
On 12.01.21 11:21, Alwin Antreich wrote: > of the unneeded ref copy for params. > > Signed-off-by: Alwin Antreich > --- > PVE/API2/Ceph/Pools.pm | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) > > applied, thanks! ___ pve-devel m

[pve-devel] applied: [PATCH manager v3 01/10] api: ceph: subclass pools

2021-02-06 Thread Thomas Lamprecht
On 12.01.21 11:21, Alwin Antreich wrote: > for better handling and since the pool endpoints got more entries. > > Signed-off-by: Alwin Antreich > --- > PVE/API2/Ceph/Makefile | 1 + > PVE/API2/Ceph.pm | 378 +-- > PVE/API2/Ceph/Pools.pm | 395 +

[pve-devel] partially-applied: [PATCH-SERIES] partially fix #2285: extend Diskmanage to also list partitions

2021-02-06 Thread Thomas Lamprecht
On 26.01.21 12:45, Fabian Ebner wrote: > and fix some other little things along the way (see patches #1, #4, #9). > > Mostly re-uses existing functionality, but refactors it, so it can be re-used > for partitions as well. New is the detection of filesystems via lsblk and the > detection of more PV

[pve-devel] [PATCH qemu-server] cloudinit: add opennebula config format

2021-02-06 Thread Alexandre Derumier
This is an alternative format for cloudinit use by opennebula, https://cloudinit.readthedocs.io/en/latest/topics/datasources/opennebula.html but it can be also used by opennebula context scripts https://github.com/OpenNebula/addon-context-linux https://github.com/OpenNebula/addon-context-windows

[pve-devel] applied-series: [PATCH zfsonlinux 0/3] update to ZFS 2.0.2

2021-02-06 Thread Thomas Lamprecht
On 04.02.21 20:09, Stoiko Ivanov wrote: > ZFS 2.0.2 got released recently. > This patchset updates the submodule to the new tag, and adds 2 patches from > salsa.d.o: > * zgenhostid got moved from /usr/bin/ to /sbin > * the arcstat manpage got moved to section 8 (to avoid conflicting with > anothe