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 for manipulating ScrubManager queues #142

Open redlicha opened 7 years ago

redlicha commented 7 years ago

For now there's only the big hammer - stop all instances and drop all relevant scrubmgr/ keys from Arakoon. This needs to be made more fine grained - allow removal of individual parent / clone scrubs without having to shut down all instances.

wimpers commented 7 years ago

@redlicha @saelbrec how relevant is this ticket if we tackle https://github.com/openvstorage/framework/issues/1020 where we start the scrub work volume per volume?

redlicha commented 7 years ago

These are unrelated issues. The scrub replies will still end up in voldrv's ScrubManager queues, and tools to manipulate these queues will help troubleshooting issues on running systems.