-
Notifications
You must be signed in to change notification settings - Fork 95
Wait for attach to complete before trying to format #878
Comments
Test run that seems to have failed due to this https://ci.vmware.run/vmware/docker-volume-vsphere/972 |
Hi Govindan, can you take a look at this issue? |
Made the changes, will post the PR. |
Another run on CI with same error: Error log snippet: |
CI run: https://ci.vmware.run/vmware/docker-volume-vsphere/1097 ================================= 2017-02-09 00:14:44.928151268 +0000 UTC [DEBUG] vmdkOp.Create name=dockerVol_1486599284 |
Fixed by #893 |
The code to create a volume for vmdk driver does not wait for attach to complete. This can lead to spurious errors.
Sample code where we wait for attach that needs to be added to create https://github.com/vmware/docker-volume-vsphere/blob/5c8203ac74ce7ac3ef0a244c77683d66aa763f27/vmdk_plugin/drivers/vmdk/vmdk_driver.go#L164
The text was updated successfully, but these errors were encountered: