rancher / convoy

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

Does VFS mode support any filesystem? #223

Closed ewerk-pnahratow closed 6 years ago

ewerk-pnahratow commented 6 years ago

This is a question not an issue.

Since the call for using NFS doesn't care about the NFS server but the already mounted directory.

sudo convoy daemon --drivers vfs --driver-opts vfs.path=<vfs_path>

Does that mean I could use anything as long as it is a valid directory? I'm thinking about backing my persistence layer using OCFS2 and convoy but I'm not sure if I understand the meaning of VFS correctly.

yasker commented 6 years ago

Yes, it supports any directories on the host as long as it has permissions to access.