-
Notifications
You must be signed in to change notification settings - Fork 26
Cannot write data to Cloudstor / NFS / EFS volumes in 18.09.2 Template #196
Comments
I emailed Docker support last week asking if these 'for AWS' projects had been abandoned, or what their status was. I feel, given that 19.03 engine is out now, this is particularly timely, as for the 18.09.2 release, Docker for AWS was updated some 13 days later. I haven't had a reply of any kind yet, so have just probed the ticket again. |
Feeling the same pain, just after reading this, I wonder me trying to do it myself ( botstraping a regular swarm in aws ) .. using regular ubuntu instances is not the real way to go, i add that docker engine itself is very hung, i did ~ $ docker volume create --driver cloudstor:aws --opt size=20 --opt backing=shared moodle_code I know of the bogun size option in the first volume, it was not there the first time i triied so not a problems itself, after tryin to generate a simple ubuntu docker run using the volume and tryin to upload something in it makes the whoe system hung foreever doing a volume ls for example |
Just to let know to everyone thats ends here using the template in https://editions-us-east-1.s3.amazonaws.com/aws/stable/18.03.0/Docker.tmpl you will get a swarm cluster where efs volumes work ok |
Indeed, but the 18.03 Docker engine has critical CVEs published against it. |
Expected behavior
Actual behavior
Information
Steps to reproduce the behavior
echo 'test' > /path/to/vol/test_file
(this should work)cat /path/to/vol/test_file
(this should work)dd if=/dev/urandom of=/path/to/vol/test_file2 bs=1M count=10
(this will hang indefinitely)The text was updated successfully, but these errors were encountered: