Sheng Yang

Results 214 comments of Sheng Yang

Hi @lukmadev Could you execute shell into `convoy-gluster_convoy-gluster_1` and check `grep -r gluster /var/log/*`?

See: ``` /var/log/glusterfs/var-lib-rancher-convoy-convoy-gluster-2cf6ae3e-205f-4892-a791-9f526adfda91-glusterfs-mounts-herocloud.log:[2015-12-21 14:27:55.334690] I [MSGID: 100030] [glusterfsd.c:2318:main] 0-/usr/sbin/glusterfs: Started running /usr/sbin/glusterfs version 3.7.6 (args: /usr/sbin/glusterfs --volfile-server=glusterfs --volfile-id=/herocloud /var/lib/rancher/convoy/convoy-gluster-2cf6ae3e-205f-4892-a791-9f526adfda91/glusterfs/mounts/herocloud) /var/log/glusterfs/var-lib-rancher-convoy-convoy-gluster-2cf6ae3e-205f-4892-a791-9f526adfda91-glusterfs-mounts-herocloud.log:[2015-12-21 14:30:02.548957] E [socket.c:2278:socket_connect_finish] 0-glusterfs: connection to 10.42.120.108:24007 failed (Connection timed...

Mark as low priority because we don't actively support glusterfs now.

It's not something we can easily support unless low level driver is well fit for it. I know device mapper may be fine and vfs doesn't care about size. But...

@fentas We're using [aws-sdk-go](https://github.com/aws/aws-sdk-go) to implement S3 objectstore. Google Cloud Storage API is not really the same as AWS's, so it's likely need some work to implement a Google Cloud...

Currently we only build container for Rancher use. We would update README when we're ready to release full container based Convoy.

Hi @jmccormick2001 Sounds like a bug to me. Could you show the full convoy log? Also could you show the result of `convoy list`?

Hi @jmccormick2001 It's pretty rare seeing this issue... There are several possibility may cause this issue: 1. The user running Convoy daemon don't have permission to operate on `/dev/mapper/convoy-pool`. Means,...

@jmccormick2001 Ctrl-C should be fine since that's what I always do. I am trying to reproduce this issue. Could you show `ls /dev/mapper`, as well as `dmsetup table`? I found...

Thanks @jmccormick2001 . It's not right to expect user know so much about the volume. Docker and Convoy should handle it right. I would investigate more about what's happened.