gluster / gluster-csi-driver

DEPRECATED: Gluster Container Storage Interface (CSI) driver
GNU Lesser General Public License v3.0
57 stars 30 forks source link

Make rest client timeout configurable #137

Closed Madhu-1 closed 5 years ago

Madhu-1 commented 5 years ago

Describe what this PR does Default timeout in rest client is 30s, having 30 sec of timeout is not enough to communicate with glusterd2, so providing a new configuration to set the rest client timeout.

Signed-off-by: Madhu Rajanna mrajanna@redhat.com