rancher / convoy

A Docker volume plugin, managing persistent container volumes.
Apache License 2.0
1.31k stars 135 forks source link

How to move volume to a different host with the container without bakcup/snapshot? #125

Closed gufranmmu closed 8 years ago

gufranmmu commented 8 years ago

I just tested this and noticed that convoy does not mount that original volume to a different host. It creates a new volume.

Executing this command creates an EBS volume in host1 and removes the container, but the volume is still attached to the host. Convoy doesn't seem to detach the volume from the host. sudo docker run -d -v testvol:/testvolume --volume-driver=convoy ubuntu

And executing that same command now in host2 creates a new volume :(

How to move volume to a different host with the container without creating backup or snapshot?

yasker commented 8 years ago

Duplicate with #135