Antoine GIRARD

Results 59 comments of Antoine GIRARD

@pascalandy Sorry I forget your message. The only prerequisite would be having docker running and a working gluster volume.

Yes mainly : - It is possible to use it as docker plugin (new format). - It use latest github.com/docker/go-plugins-helpers/volume format. - It should have persistence across boot. - The...

Forgot that with calavera one you need to define the server list at the plugin level where mine you define it at volume level allowing to use any server without...

How do you start container? Are you sure that it is a gluster volume that is started ? One problem that I encounter myself (still in integration tests), the script...

As for #18 it is mostly to try to resolve hostname of server (and bricks) before creation and various little pre-check to limit error related to configuration later at mount.

Otherwise, it seems to be using the plugin (I suppose you use a custom alias glusterfs). I will look at it near https://github.com/sapk/docker-volume-gluster/blob/82079baff00622cdfd637ddb7e8a7a344497900e/gluster/driver/driver.go#L241 to catch more errors. (Maybe keep process...

I try to setup tests in travis to deliver new image based on glusterfs cli. That could maybe fix the error since command could failed directly but I will try...

A new version should be released soon. It use gluster cli (plugin wasn't updated without a tag) that may return more error case at start-up when mount command would have...

Does the host have fuse intalled ?