openvstorage / volumedriver

The Open vStorage VolumeDriver is the core of the Open vStorage solution: a high performance distributed block layer. It converts block storage into objects (Storage Container Objects).
Other
37 stars 18 forks source link

UpdateMetaDataBackendConfig call should release the mgmt lock #373

Closed redlicha closed 6 years ago

redlicha commented 6 years ago

This call might take long (which should be addressed as well - is #339 sufficient?), locking out other mgmt calls.

wimpers commented 6 years ago

Duplicate of https://github.com/openvstorage/volumedriver-ee/issues/34