jmb12686 / docker-multiarch-glusterfs-plugin

Multi-arch version of https://hub.docker.com/r/trajano/glusterfs-volume-plugin/ volume plugin for GlusterFS
6 stars 1 forks source link

Error using compose file #1

Open PaulCyberEngel opened 3 years ago

PaulCyberEngel commented 3 years ago

I can create volumes at the command line, but when I use a compose file I'm getting errors.

I've been following the directions from other build fo the plugin. When I use the "Name Only" sample and create the following:

volumes: isbg-spamassassin: driver: glusterfs name: "isbg/spamassassin"

I get "volumes.isbg-spamassassin Additional property name is not allowed"

I've tried the different driver_opts I can get docker to access the yaml file, but the driver throws either code=255 or code=64 errors.

kevinpawsey commented 2 years ago

I know it is a little late for this reply... I had this issue, and it ended up being the compose version, bumped it to 3.4 and another version that I had this issue with worked fine afterwards... about to convert to this version of the plugin though, as this is multi-arch. If I have the above issue, despite the compose version, I will come back and let you know.