-
Notifications
You must be signed in to change notification settings - Fork 95
Plugin client must print an error message in case of create error #616
Comments
Hi @govint, What's on the plugin logs? |
These are the plugin logs, 10/07/16 06:00:12 117321 [P1] [INFO ] *** createVMDK: with ret=NoneOn Fri, Oct 7, 2016 at 11:26 AM, Bruno Moura notifications@github.com
|
These are the server logs, can you add the plugin logs? thanks! |
Ok, this is a repro,
Error response from daemon: create v6: Post
The guest is running docker 1.12 with API version 1.24. Seems like error On Fri, Oct 7, 2016 at 12:33 PM, Bruno Moura notifications@github.com
|
This is the same as #614 |
No no, I'm looking at #614 and am seeing this error message thats not seen On Fri, Oct 7, 2016 at 2:41 PM, Bruno Moura notifications@github.com
|
I think the problem itself is the same. But you're right, we're missing a error message for the user in some cases in the plugin. I'm going to prepare a patch for testing. |
Recent changes to formatting of the disks on the guest side may have introduced this error. When create hits an error condition we get this,
root@photon-jyLxAJ3OK [ ~ ]# docker volume create -d vmdk --name v2
Error response from daemon: create v2: Post http://%2Frun%2Fdocker%2Fplugins%2Fvmdk.sock/VolumeDriver.Create: http: ContentLength=24 with Body length 0
The text was updated successfully, but these errors were encountered: