Change nfs.path daemon option when starting convoy-nfs

Actually, i’m able to use convoys-nfs, to create volume snapshots and to backup them using vfs driver.
However, i do not find a way to change where the vfs object pool is stored on disk.

When looking at the convoy-nfs log, i can see that the convoy daemon is started using the following option:

–driver-opts=vfs.path=/var/lib/rancher/convoy/convoy-nfs-e831c7d1-f9da-4131-82af-4c5d4bb7bdd2/mnt

How can i customize that in order to use a more simple path like:

–driver-opts=vfs.path=/home/me/convoy-vfs

Would it be possible to add a convoy daemon option question in the rancher-compose.yml of convoys-nfs ?

Thanks a lot !

Clément

I have just pushed a new pull request here:


This add the CONVOY_ROOT environement variable that can be used to configure the vfs.path option of the convoy dameon.

Thanks. Will take a look.