Hi all,
i’ve installed convoy version 0.5.0.2 on one of my hosts configured to use the devicemapper and tested it with plain “docker run” and from the rancher ui: all works as expected. The issues arises when using rancher-compose, which unfortunately will be the preferred way to setup stacks. I’ve encountered the following two problems:
-
named volumes are ignored and treated as they be classic bind mounts. Ive already found an issue on this. It’s very terse, but at least it’s a start;
-
the “volume_driver: convoy” is ignored and the volumes are always created with the “local” volume driver, which is the embedded one.
rancher compose has version 0.8.1
Am I doing something wrong? Any clue?