rancher / convoy

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

NFS Snaphosts stored locally #204

Open jlafourc opened 7 years ago

jlafourc commented 7 years ago

Hi,

First I'd like to say that Convoy looks awesome !

I have a simple question : I creates a volume on a remote NFS server with convoy and it works well with docker. But when I made a snapshot, the volume content was downloaded and tarballed on local disk (where the convoy daemon runs).

Did I miss something or this is standard behavior for convoy with nfs ?

Thanks

Julien