• Jan Safranek's avatar
    Use tmpfs for gluster-server container volumes. · 82d66c7d
    Jan Safranek authored
    Gluster server needs a filesystem that supports extended attributes for its
    data. Some distros (Debian, Ubuntu) ship Docker that runs containers on aufs,
    which does not support extended attributes and therefore Gluster server fails
    there.
    
    We can use tmpfs for Gluster server data volumes instead of a directory inside
    the container.
    82d66c7d
run_gluster.sh 1.03 KB