Docker container that lauch Glusterfs server. It's dedicated to work on Rancher environment and use auto discovery service to create the initial cluster and auto extented it in the next time.
The storage determine the size of your potential volume. It's depend of the number of volume and the number of replica.
If you create many volume, and you should that volume can't take more space, you can use environment varibale "GLUSTER_QUOTA".
By default, all data are store on '/data'. So it's good idea to add volume on it. You can also setting this with 'GLUSTER_DATA' environment variable.
NAME : Put 'gluster' as a name of your service. If you change this name, you must add environment variable name SERVICE_NAME with the name of your current service.
SCALE: Run 2 or more container. I think you can start with 2 and upgrade later with 4 if needed
SELECT IMAGE : put 'webcenter/rancher-glusterfs-server:latest'
Add scheduling with the following rules : 'The host must not have a service with the name 'MY_STACK/gluster'. This rules permit to lauchn a unique container gluster of this stack on each host (it's better to avoid SPOF).