I wanted a simpler way to assign gluster volumes in new stacks without having to create directories by hand There are variety of community plugins for this.
I chose to use this one https://github.com/chrisbecke/glusterfs-volume
It creates a directory called <stackname>_<volumename>
for each volume defined in the stack.
Assume you setup glusterfs per this gist here