Archimedes Trajano
Archimedes Trajano
Also we're using 3.x GlusterFS in this plugin. It may be the cause of your issues.
I think it may be a GlusterFS version mismatch
Try pushing to docker hub.
Which one are you trying to use?
Is https://github.com/trajano/docker-volume-plugins/tree/master/glusterfs-volume-plugin#specify-the-options not sufficient? If not can you let me know how you would do it from the command line with the native client?
https://github.com/trajano/docker-volume-plugins/tree/master/glusterfs-volume-plugin#just-the-name the name should not be `test` but should be `volume/subdir`
The approach you specified assumes that you have a glusterfs volume called `trajano`. In your case you're using the volume name of `test` but when you listed your volumes in...
the resulting command should be something like (I changed the mount point so you can test) `glusterfs -s glusterfs0 -s glusterfs1 -s glusterfs2 --volfile-id=test /mnt` FYI the plugin still uses...
The plugin is using glusterfs 3.x so it may not work with newer versions of Gluster.
I found that it does not for the GlusterFS plugin. So that functionality is likely not in NFS plugin either. Given that, I may need to provide a way of...