-
-
Save abeyt/c13adcc977d0361165f3 to your computer and use it in GitHub Desktop.
Revisions
-
enakai00 created this gist
Nov 16, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ #!/bin/bash -x setenforce 0 curl http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/glusterfs-fedora.repo > /etc/yum.repos.d/gluster.repo yum -y install glusterfs-server glusterfs-geo-replication chkconfig glusterd on service glusterd start chkconfig iptables off service iptables stop mkdir -p /bricks/tmpfs umount /bricks/tmpfs mount -t tmpfs tmpfs -o size=3m /bricks/tmpfs