convoy
convoy copied to clipboard
A Docker volume plugin, managing persistent container volumes.
since we can do snapshot for the volume, and then make the backup from snapshot, we can see that the backup is store into something like vfs:///home/backup in ObjectStore database....
Hi, First I'd like to say that Convoy looks awesome ! I have a simple question : I creates a volume on a remote NFS server with convoy and it...
Using the devicemapper driver, during a snapshot backup, I see a significant number of errors that looks like: DEBU[2680] Generated snapshot changed blocks metadata event=compare last_snapshot=snapvol120170302022205 object=snapshot pkg=objectstore reason=complete snapshot=snapvol120170302025135...
I see the code in the ebs driver: ```golang func (d *Driver) ListBackup(destURL string, opts map[string]string) (map[string]map[string]string, error) { //EBS doesn't support ListBackup(), return empty to satisfy caller return map[string]map[string]string{},...
Inspired by the [ec2-consistent-snapshot](https://github.com/alestic/ec2-consistent-snapshot) project, I wonder if, when creating snapshots, it'd be nice to run sync() and fsfreeze() before creating the snapshot, and then unfreezing. I am tempted to...
After some testing in 0.4.3, 0.5.0 and 0.5.0-rc2 and following the video commands and documentation commands, we have been unable to restore our changes to the volume after taking snapshots....
Hi, I have problem with removing large backup from s3 storage. When I try to remove backup with about 4k blocks, s3 returns error `Handler for DELETE /backups returned error:...
I think it will be nice to add an object storage backend to rancher through convoy. With docker 1.10 it can easily plug to s3 with this container https://github.com/childsb/s3fs-container https://abrv8.wordpress.com/2016/01/25/docker-1-10-shared-namespace-s3-fun/...
As the title suggests I would like to know if there is a roadmap for any of the many non-proprietary software defined storage (SDS) solutions to be supported. Out of...