openvstorage/volumedriver

Timeouts for mgmt requests

redlicha opened this issue · 3 comments

Currently mgmt requests are waiting in line for their turn even if the client is not interested anymore due to a client side timeout.

The timeouts are now integrated in the python client, if I'm correct. Is there anything left todo? Which mgmt requests are you referring to?

This is referring to timeouts on the server side: a request that timed out on the client side will still be executed on the server side at a later point. This applies to requests such as snapshot creation, MDS reconfigurations, .... (it also applies to requests that query information, like listing snapshots etc).