Yes, it will work with it, though there are some steps required to get past an issue with Gluster 3.8 no longer being available in the core repos.
This was posted in dwAnswers but I'll repost here. First thing is to create /etc/yum.repos.d/CentOS-Gluster-3.8.repo and copy paste the following into it:
# CentOS-Gluster-3.8.repo
#
# Please see
http://wiki.centos.org/SpecialInterestGroup/Storage for more
# information
[centos-gluster38]
name=CentOS-$releasever - Gluster 3.8
baseurl=http://buildlogs.centos.org/centos/$releasever/storage/$basearch/gluster-3.8/
gpgcheck=0
enabled=1
[centos-gluster38-test]
name=CentOS-$releasever - Gluster 3.8 Testing
baseurl=http://buildlogs.centos.org/centos/$releasever/storage/$basearch/gluster-3.8/
gpgcheck=0
enabled=0
Then run:
yum update -y
After that you can proceed as normal.
------------------------------
CHRIS FREDERICKS
------------------------------