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

Python API: getting scrub work / posting results does not support timeouts #389

Closed redlicha closed 6 years ago

redlicha commented 6 years ago

Noticed while working on https://github.com/openvstorage/volumedriver/issues/143

JeffreyDevloo commented 6 years ago

The Framework does not use any timeouts for scrubbing so we do not really need this afaik

redlicha commented 6 years ago

The fix is trivial and will be part of the PR for #143 - this ticket is just for tracking purposes.