You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.
We are trying to use multiple cloudstor:aws volumes with Amazon ECS. Everything works great for the first volume but when a second container is spun up on the same instance with a different cloudstor:aws volume it complains with CannotCreateContainerError: Error response from daemon: VolumeDriver.Mount: error mounting volume: InvalidParameterValue: Invalid value '/dev/xvdf' for unixDevice. Attachment point /dev/xvdf is already in use status code: 400, request id: 68f53836-2f4e-4
Is there a way to tell the cloudstor:aws docker volume driver/plugin to use a different attachment point? like /dev/xvdg for example.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are trying to use multiple cloudstor:aws volumes with Amazon ECS. Everything works great for the first volume but when a second container is spun up on the same instance with a different cloudstor:aws volume it complains with
CannotCreateContainerError: Error response from daemon: VolumeDriver.Mount: error mounting volume: InvalidParameterValue: Invalid value '/dev/xvdf' for unixDevice. Attachment point /dev/xvdf is already in use status code: 400, request id: 68f53836-2f4e-4
Is there a way to tell the cloudstor:aws docker volume driver/plugin to use a different attachment point? like /dev/xvdg for example.
The text was updated successfully, but these errors were encountered: