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
--- 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
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
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
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