docker-volume-netshare icon indicating copy to clipboard operation
docker-volume-netshare copied to clipboard

Error during resolve: Response was empty

Open ephillipe opened this issue 8 years ago • 1 comments

I'm using 0.19 version of Plugin with EFS

time="2016-07-14T13:21:25Z" level=info msg="Mounting EFS volume 172.31.44.63: on /var/lib/docker-volumes/netshare/efs/fs-c672b68f" 
time="2016-07-14T13:21:25Z" level=error msg="Error during resolve: Response was empty" 
time="2016-07-14T13:21:25Z" level=info msg="Using existing EFS volume mount: /var/lib/docker-volumes/netshare/efs/fs-c672b68f"

ephillipe avatar Jul 14 '16 13:07 ephillipe

Experiencing this as well. Run in Amazon ECS AMI with the command

sudo ./docker-volume-netshare efs --verbose --basedir /efs &

Run with

docker run -d --volume-driver=efs -v fs-05ca35ac:/var/jenkins_home jenkins

Also

[ec2-user@ip-172-31-2-197 fs-05ca35ac]$ docker volume ls
DEBU[0892] Entering List: { map[]}                      
DRIVER              VOLUME NAME
local               02d406cf64acb51afba4423e03315d53cf41fdcf8fdd955c4ae4be71ad07266a
efs                 fs-05ca35ac

Lastly

[ec2-user@ip-172-31-2-197 fs-05ca35ac]$ df
Filesystem                                                  1K-blocks    Used        Available Use% Mounted on
/dev/xvda1                                                    8123812 2396336          5627228  30% /
devtmpfs                                                      7691840     108          7691732   1% /dev
tmpfs                                                         7701972       0          7701972   0% /dev/shm
us-west-2a.fs-05ca35ac.efs.us-west-2.amazonaws.com:/ 9007199254740992       0 9007199254740992   0% /efs2/efs/fs-05ca35ac

Seems there is a docker volume created and the host has the NFS/EFS volume mounted, but the docker volume and the EFS mount point seem completely independent... no data is actually written to EFS or can be read from EFS.

jhovell avatar Sep 29 '16 01:09 jhovell