]> git.proxmox.com Git - pve-storage.git/commit
RBD plugin: librados connect: increase timeout when in worker
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 2 Sep 2022 07:33:07 +0000 (09:33 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 13 Sep 2022 07:57:19 +0000 (09:57 +0200)
commit6a44cc417d75e054d1b348e8c96e30de1ab0c7a9
treebe20c1fd74e6a83009da811d972104cbaf5e5cdf
parent2be327abf62a9df0f958c19a9bc60dded84de352
RBD plugin: librados connect: increase timeout when in worker

The default timeout in PVE/RADOS.pm is 5 seconds, but this is not
always enough for external clusters under load. Workers can and should
take their time to not fail here too quickly.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/Storage/RBDPlugin.pm