Re: [pve-devel] [RFC PATCH common] cli: prettify tables even more

2019-08-21 Thread Dietmar Maurer
Are your sure common terminals support those characters? They did not when I tested ... > On 21 August 2019 14:33 Wolfgang Bumiller wrote: > > > Separate the header with a double line. > > Signed-off-by: Wolfgang Bumiller > --- > src/PVE/CLIFormatter.pm | 18 +- > 1 file

Re: [pve-devel] applied: [PATCH kronosnet 0/8] refactor to submodule and update to 1.11

2019-08-21 Thread Thomas Lamprecht
On 8/21/19 5:25 PM, Thomas Lamprecht wrote: > Refactor buildsystem to submodule and update to upstream 1.11 release. > > Thomas Lamprecht (8): > extract debian and track that > move changelog patch content to d/changelog > move build-deps fix patch to d/control > move adding symbols for

[pve-devel] applied: [PATCH 3/8] move build-deps fix patch to d/control

2019-08-21 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- debian/control| 1 + ...004-add-libzstd-dev-to-build-depends.patch | 25 --- patches/series| 1 - 3 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644

[pve-devel] applied: [PATCH 1/8] extract debian and track that

2019-08-21 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- Makefile | 5 +- debian/changelog | 152 ++ debian/compat | 1 + debian/control| 115 +

[pve-devel] applied: [PATCH 0/8] refactor to submodule and update to 1.11

2019-08-21 Thread Thomas Lamprecht
Refactor buildsystem to submodule and update to upstream 1.11 release. Thomas Lamprecht (8): extract debian and track that move changelog patch content to d/changelog move build-deps fix patch to d/control move adding symbols for 1.10 to d/libknet1.symbols directly switch to submodule

[pve-devel] applied: [PATCH 7/8] update sources to v1.11; drop upstream patches

2019-08-21 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- Makefile | 5 +- patches/0006-cherry-pick-pmtud-fixes.patch | 254 - patches/series | 1 - upstream | 2 +- 4 files changed, 2

[pve-devel] applied: [PATCH 8/8] update libknet1 symbols for 1.11

2019-08-21 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- debian/libknet1.symbols | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/libknet1.symbols b/debian/libknet1.symbols index eb0baa3..c4330cd 100644 --- a/debian/libknet1.symbols +++ b/debian/libknet1.symbols @@ -24,6 +24,7 @@ libknet.so.1 libknet1

[pve-devel] applied: [PATCH 2/8] move changelog patch content to d/changelog

2019-08-21 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- debian/changelog| 20 ++ patches/0001-update-changelog.patch | 41 - patches/series | 1 - 3 files changed, 20 insertions(+), 42 deletions(-) delete mode 100644

[pve-devel] applied: [PATCH 4/8] move adding symbols for 1.10 to d/libknet1.symbols directly

2019-08-21 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- debian/libknet1.symbols | 5 +++ ...005-add-new-symbols-for-libknet-1.10.patch | 43 --- patches/series| 1 - 3 files changed, 5 insertions(+), 44 deletions(-) delete mode 100644

[pve-devel] applied: [PATCH 6/8] buildsys: fix upload target

2019-08-21 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 953f4b3..c8efe46 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ submodule: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh

[pve-devel] [RFC PATCH common] cli: prettify tables even more

2019-08-21 Thread Wolfgang Bumiller
Separate the header with a double line. Signed-off-by: Wolfgang Bumiller --- src/PVE/CLIFormatter.pm | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/PVE/CLIFormatter.pm b/src/PVE/CLIFormatter.pm index 84dbed1..0e9cbe6 100644 ---

Re: [pve-devel] kronosnet : PMTUd fixes merged today

2019-08-21 Thread Thomas Lamprecht
Hi, On 8/21/19 11:38 AM, Alexandre DERUMIER wrote: > kronosnet team have just merged the big pull request with pmtud fixes. > > https://github.com/kronosnet/kronosnet/pull/245 > > > Hope I'll solve proxmox users problem. > (I personnality don't have any issue since months) Yes, it's also

[pve-devel] kronosnet : PMTUd fixes merged today

2019-08-21 Thread Alexandre DERUMIER
Hi, kronosnet team have just merged the big pull request with pmtud fixes. https://github.com/kronosnet/kronosnet/pull/245 Hope I'll solve proxmox users problem. (I personnality don't have any issue since months) ___ pve-devel mailing list

Re: [pve-devel] [PATCH manager] gui: qemu: fix min/max memory checks

2019-08-21 Thread Thomas Lamprecht
On 8/20/19 2:50 PM, Dominik Csapak wrote: > we need to set the minvalue for the memoryfield when setting the > 'mininum memory', otherwise it is possible in the wizard to set > a higher minimum than maximum value > > Signed-off-by: Dominik Csapak > --- > www/manager6/qemu/MemoryEdit.js | 6

Re: [pve-devel] proxmox6 : vhost_net experimental_zcopytx=1 bug?

2019-08-21 Thread Alexandre DERUMIER
>>I do not really see the connection, though... O.o >>Could also be an issue with our systemd related code, or with systemd's >>scope handling (yet again).. for the user having this stack trace, Aug 17 11:45:26 server kernel: Call Trace: Aug 17 11:45:26 server kernel: __schedule+0x2d4/0x870 Aug

Re: [pve-devel] proxmox6 : vhost_net experimental_zcopytx=1 bug?

2019-08-21 Thread Thomas Lamprecht
Hi, On 8/21/19 9:31 AM, Wolfgang Bumiller wrote: > On Tue, Aug 20, 2019 at 11:32:57AM +0200, Alexandre DERUMIER wrote: >> Hi, >> >> Some users have reported vm start timeout on proxmox6 >> >> https://forum.proxmox.com/threads/vm-doesnt-start-proxmox-6-timeout-waiting-on-systemd.56218/ >> >> and

[pve-devel] applied: [PATCH kernel] backport vhost_net: disable zerocopy by default

2019-08-21 Thread Thomas Lamprecht
It seems to make general problems[0], and upstream changed the default back to 0 again[1] (was enabled long ago, ca. 2012). [0]: https://pve.proxmox.com/pipermail/pve-devel/2019-August/038571.html [1]: https://git.kernel.org/torvalds/c/098eadce3c622c07b328d0a43dda379b38cf7c5e Signed-off-by:

Re: [pve-devel] proxmox6 : vhost_net experimental_zcopytx=1 bug?

2019-08-21 Thread Wolfgang Bumiller
On Tue, Aug 20, 2019 at 11:32:57AM +0200, Alexandre DERUMIER wrote: > Hi, > > Some users have reported vm start timeout on proxmox6 > > https://forum.proxmox.com/threads/vm-doesnt-start-proxmox-6-timeout-waiting-on-systemd.56218/ > > and for at least 2 of them, > > the vhost_net module option