-
Notifications
You must be signed in to change notification settings - Fork 95
Remove serialization of everything in the plugin #35
Comments
It is clear we are not doing (and do not need to be doing) it for TP |
Update on priority: a simple formatting of 0.5TB disk is 5 min of ALL plugin operations foo ALL containers on ALL docker engines on the given ESXi being blocked. And 2TB is much longer; all in all I do not think this is not acceptable. |
@msterin I'll prepare a patch for testing. |
@msterin I have implemented the vmciLock while tracking a issue, but i don't think it is really needed. concurrent creation concurrent delete |
With threading support in vmdk_ops.exe and the fact that Docker itself serializes stuff to vol driver, there is nothing else to do here at the moment. Closing |
Currently the plugin is fully blocking on each request. Given a volume format may take long time, and for volume attach we can have a "start storm", we need to remove serialization
The text was updated successfully, but these errors were encountered: