]> git.proxmox.com Git - pve-storage.git/commit
fix #4189: pbs: bump list_volumes timeout to 2mins
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Aug 2022 10:32:37 +0000 (12:32 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 17 Aug 2022 11:12:49 +0000 (13:12 +0200)
commitc560cb58a5b92ce436eea34554b5d091d2acacde
treea75d70f51174e4d052ab8f8443496c9c17a82090
parent78e3ebb0405287bec4d4987adbd7f997172770dc
fix #4189: pbs: bump list_volumes timeout to 2mins

When switching this from calling the external binary to
using the perl api client the timeout got reduced to 7
seconds, which is definitely insufficient for larger stores.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/Storage/PBSPlugin.pm