Comment 19 for bug 1833160

Revision history for this message
Ryan Liang (ryan-liang) wrote :

VNX cinder driver doesn't have this issue. Because VNX cinder uses naviseccli via ssh to do VNX block related operations. And VNX manila uses XML api based on http/https.

It seems this issue happens when using urllib and eventlet. Our Unity Cinder and Manila drivers are using requests library and haven't met this issue.