ClusterLabs / fence-agents

Fence agents
104 stars 160 forks source link

fence_vmware_soap: Use --login-timeout option #447

Closed thanasis2028 closed 3 years ago

thanasis2028 commented 3 years ago

Fixes issue #446.

knet-ci-bot commented 3 years ago

Can one of the admins verify this patch?

oalbrigt commented 3 years ago

ok to test

oalbrigt commented 3 years ago

retest this please

thanasis2028 commented 3 years ago

Note that this timeout only seems to apply to the initial connection attempt, at least with my setup. Any rpc requests can still take too long to get a reply, and cause the pacemaker to kill it (with SIGKILL). In that case, any temp files created will remain forever, as described in #446.

oalbrigt commented 3 years ago

Thanks.