Samuel Richardson
Samuel Richardson
I think I'm getting something similar to this problem: I'm using S3FS as a plugin. On restart of my host system the plugin starts as: ``` > docker plugin ls...
I'm pretty sure it's not permissions as I can see the contents of the S3 folder without problem. I've since switched to using the Digital Ocean volume driver and see...
Alright, I've got a repeatable example. @clintkitson I'm happy to give you access to the server if you want to send me your public key ([email protected]). ``` > docker-machine create...
If I had to guess, I think the problem lies with Docker Swarm automatically restarting the containers and automatically creating the local volumes.
Ok, I have some log files. Some interesting lines when grepping for Rexray: ``` Nov 23 08:34:37 example dockerd[1285]: time="2017-11-23T08:34:37.196353461Z" level=error msg="failed to enable plugin 'rexray/dobs:latest': dial unix /run/docker/plugins/75bada184d8f2ae32cac676c174ae4622e4f573e342d2f35609246415133a91e/rexray.sock: connect:...
@clintkitson Yep, attached here. [docker.log](https://github.com/thecodeteam/rexray/files/1509250/docker.log) If you want access to the machine it's occurring on then I can organise that. Otherwise following the steps I listed earlier replicates the problem...
This is interesting, the path it's looking for to get the plugin socket is: `dial unix /run/docker/plugins/f063f5f8cfae99a30892b2988ba7196460bccc2b2ea695dd283b33275927a672/rexray.sock` Should that be prefixed with `/var`?
Just to expand on this, the version of `pg_dump` provided by the latest https://hub.docker.com/r/junkert/gonymizer Docker image is version 12 which doesn't support the `--oids` flag, making the image unsuitable.
For sure. It's a bit work in progress: This is a gen server I use to wrap your library, it handles storing the pid generated from starting it and tracking...
I'll try that next. I wanted to check I'm not doing anything obviously wrong or misunderstanding its use before I got stuck into debugging. Thanks for the tech support and...