Nexenta / nexentastor-csi-driver-block

Apache License 2.0
1 stars 1 forks source link

NEX-23686 Increase timeout for iSCSI device scan #38

Closed Qeas closed 11 months ago

Qeas commented 1 year ago

Root cause: lunmapping requests returns by nef, but is executed async. This results in driver timing out when waiting for the iSCSI device. Proposed fix: Increase default timeout and make it configurable. Testing done: manual testing.

goldranjith commented 1 year ago

@Qeas could you add the documentation on how to configure the timeout values in the README.md?