July 2018
Intermediate to advanced
504 pages
11h 34m
English
First, we need to install the GlusterFS packages, which are located in a special GlusterFS repository. The centos-release-gluster312 package configures the GlusterFS 3.12 repository. We need to install the glusterfs-server on the server side (storage.example.com) and the glusterfs package on the client side (openshift.example.com):
# yum install -y centos-release-gluster312...<output omitted>...# yum install -y glusterfs-server...<output omitted>...Dependency Installed: attr.x86_64 0:2.4.46-12.el7 glusterfs.x86_64 0:3.12.6-1.el7 glusterfs-api.x86_64 0:3.12.6-1.el7 glusterfs-cli.x86_64 0:3.12.6-1.el7 glusterfs-client-xlators.x86_64 0:3.12.6-1.el7 glusterfs-fuse.x86_64 0:3.12.6-1.el7 glusterfs-libs.x86_64 0:3.12.6-1.el7 ...
Read now
Unlock full access