You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2302: Added concurrency to ensure safety. A single volume per vpool can now be processed as opposed to one volume. Still limited to one volume to throttle management calls to the volumedriver
#2298: Added concurrecny to delete snapshots. Every volumedriver instance can process the snapshot deletion side by side
Bugfixes
#2294: Do not assume that every argument passed to the API needs to be deserialized.