Skip to content

Instantly share code, notes, and snippets.

@tareqy
Created August 30, 2018 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tareqy/96f76c8e88fe4bd488be9de5a4e1bc76 to your computer and use it in GitHub Desktop.
Save tareqy/96f76c8e88fe4bd488be9de5a4e1bc76 to your computer and use it in GitHub Desktop.
CentOS7 Gluster Node Bootstrap
yum -y groupinstall Base
yum -y install epel-release
yum -y install centos-release-gluster
yum -y install htop
yum -y install gcc
yum -y install net-snmp
yum -y install hdparm
yum -y update
yum -y remove abrt*
yum -y install glusterfs-server
systemctl enable glusterd
systemctl start glusterd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment