[pve-devel] applied: [PATCH storage] fix #3803: ZFSPoolPlugin: zfs_request: increase minimum timeout in worker

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Apr 26 15:26:37 CEST 2022


On 23.12.21 13:06, Dominik Csapak wrote:
> Since most zfs operations can take a while (under certain conditions),
> increase the minimum timeout for zfs_request in workers to 5 minutes.
> 
> We cannot increase the timeouts in synchronous api calls, since they are
> hard limited to 30 seconds, but in worker we do not have such limits.
> 
> The existing default timeout does not change (60minutes in worker,
> 5seconds otherwise), but all zfs_requests with a set timeout (<5minutes)
> will use the increased 5 minutes in a worker.
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  PVE/Storage/ZFSPoolPlugin.pm | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
>

applied, thanks!





More information about the pve-devel mailing list