[pve-devel] applied: [pbs-devel] [PATCH backup v4] make tasklog downloadable in the backup server backend

2022-11-24 Thread Wolfgang Bumiller
applied with a cleanup followup commit, see below On Wed, Nov 23, 2022 at 03:52:07PM +0100, Daniel Tschlatscher wrote: > The read_tasklog API call now stream the whole log file if the query > parameter 'download' is set to true. If the limit parameter is set to > 0, all lines in the tasklog will b

Re: [pve-devel] Proxmox VE 7.3 released!

2022-11-24 Thread Gilberto Ferreira via pve-devel
--- Begin Message --- Oh yes. You absolutely right! I just consider kernel.org but I totally forgot about Linux Distribution which will be maintained for a while such kernel. Again nice job. You guys from Proxmox are amazing. Em qui, 24 de nov de 2022 03:21, Thomas Lamprecht escreveu: > Am 23/11

[pve-devel] last add_fdb patch fix for ovs not include in last pve-common package, user report migratiing

2022-11-24 Thread DERUMIER, Alexandre
https://forum.proxmox.com/threads/live-migration-bug-during-upgrade-to-pve-7-3.118514/ the ovs fix https://git.proxmox.com/?p=pve-common.git;a=commit;h=99fc81231e09febc4ed9bdbae8a87eca73b0dc3e is not in the last pve-common package ___ pve-devel mailing

Re: [pve-devel] last add_fdb patch fix for ovs not include in last pve-common package, user report migratiing

2022-11-24 Thread Thomas Lamprecht
Am 24/11/2022 um 16:57 schrieb DERUMIER, Alexandre: > https://forum.proxmox.com/threads/live-migration-bug-during-upgrade-to-pve-7-3.118514/ > > > the ovs fix > https://git.proxmox.com/?p=pve-common.git;a=commit;h=99fc81231e09febc4ed9bdbae8a87eca73b0dc3e > > is not in the last pve-common package

[pve-devel] applied: [PATCH common v4] return whole log file if limit is 0

2022-11-24 Thread Thomas Lamprecht
Am 23/11/2022 um 15:52 schrieb Daniel Tschlatscher: > The dump_logfile now returns the whole log file if the limit parameter > is set to 0. This must be done explicitely though, as in the case of > 'limit' being undefined, the default as before, 50 will be used. > > Signed-off-by: Daniel Tschlatsc