]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/CIFSPlugin.pm
fix #3097: cifs, nfs: increase connection check timeout to 10s
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 06:03:17 +0000 (07:03 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Oct 2020 06:03:19 +0000 (07:03 +0100)
commit70232472bc08d2d130acb947d4cd6d86a26b8a6b
tree89e962b07f14a6496cd562a92c194df47d149f2a
parenta9078a79222682793311ba9cfa5343b4dee62325
fix #3097: cifs, nfs: increase connection check timeout to 10s

we already have the ZFS pool plugin as precedent to use 10s, at for
network with remote off-site storage one can get to 200 - 300ms
RTT latency, which means that for a protocol needing multiple rounds of
communication, one can easily get over 2s while not being in a broken
network.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/CIFSPlugin.pm
PVE/Storage/NFSPlugin.pm