convoy
convoy copied to clipboard
A Docker volume plugin, managing persistent container volumes.
Is it possible to run convoy on an encrypted partition using luks or ecrypts? If not what is the suggestion to encrypt drives (to support encryption of data at rest)...
Could smb support added to convoy? Like netshare plugin? https://github.com/gondor/docker-volume-netshare
Hi *, I mounted successfully a nfs and started convoy via: `/usr/local/bin/convoy daemon --drivers vfs --driver-opts vfs.path=/dockerConvoyNFS` However when I run postgresql image I get the following problem: postgresql_1 |...
I have 3 hosts.installed gluster-fs and convoy-gluster from catalog. I modified my_vol types, from reply to Distribute (/opt/rancher/replicated_volume_create.sh num 58: gluster volume create $ {VOLUME_NAME} transport tcp $ {CONTAINER_MNTS}) I...
I found that for the caller of `VolumeMount()`, only glusterfs is setting `remount` as `true`, but other drivers, such as device mapper, nfs are both setting the `remount` as `false`,...
When trying to create a volume from s3 backup got this error: ``` ERRO[0000] Error response from server, cannot find convoy-objectstore/volumes/7b7d4ce2-aeb9-4f0a-9751-c648032ba151/volume.cfg in objectstore { "Error": "Error response from server, cannot...
Is there any plans to add a resize option ? If i have a mysql container that i started with `--size 50G` and later find i need to increase this...
Hi, I coudn't get GlusterFS Convoy with v0.50.2 Rancher to work. I tried this multiple times. I've even still upgraded to the newest rancher version. The GlusterFS Service itself is...
I wanted to try Convoy GlusterFS, but I can't get it working properly. I retried multiple times following the tutorial in the documentation. This is what the logs tell me:...
Just courious, if there is a sensible way to implement http://www.pgbarman.org/ or similar WAL archiving of as a volume driver, as well? This would be a nice abstraction layer for...