I got my glusterfs cluster up but I am hitting a road block while trying to build "docker-volume-glusterfs". Can someone here provide some inputs/help on what is happening
http://stackoverflow.com/questions/42426894/unbale-to-install-glusterfs-driver-on-mac-os-10-11-6-docker-version-1-13-0 I posted the above Q on stackoverflow as well. On Wednesday, April 2, 2014 at 10:14:36 AM UTC-7, Anand Patil wrote: > > Hi everyone, > > I need to make a distributed filesystem, such as Gluster or Ceph, > available to a container. As far as I can tell, I have at least three > options: > > 1. Run the container in privileged mode and mount the DFS in the container > itself. I'd like to avoid running privileged containers when possible. > 2. Export the DFS using NFS, mount it to the host, and bind-mount it into > the container. > 3. Install the Ceph or Gluster client to the host in nonstandard > locations, and mount the DFS directly to the host. > 4. I don't know if this is possible, but: install the Ceph or Gluster > client to a container, and somehow use that to mount the DFS directly to > the host. > > Is 4 possible, and does anyone have any thoughts about the best practice > on CoreOS? > > Thanks, > Anand >
