diff options
author | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2017-09-15 03:45:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 03:45:48 +0000 |
commit | 12b5787c1f08c14657543ade591b2df7031619bd (patch) | |
tree | e1eae5502a5197ba061dcc9d1ebb0e77418cbf44 | |
parent | f7807a54d08f0b261ac6eae6174ac04181b60d4f (diff) | |
parent | ac9f690b5f3d6530247dc0648ce8cd67436a9807 (diff) | |
download | gluster-12b5787c1f08c14657543ade591b2df7031619bd.tar.gz gluster-12b5787c1f08c14657543ade591b2df7031619bd.tar.bz2 gluster-12b5787c1f08c14657543ade591b2df7031619bd.tar.xz gluster-12b5787c1f08c14657543ade591b2df7031619bd.zip |
Merge pull request #56 from pronix/add-rdma
add rdma gluster package
-rw-r--r-- | CentOS/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index c2a12f2..539936e 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -23,7 +23,7 @@ rm -f /lib/systemd/system/sockets.target.wants/*udev*; \ rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \ rm -f /lib/systemd/system/basic.target.wants/*;\ rm -f /lib/systemd/system/anaconda.target.wants/*;\ -yum --setopt=tsflags=nodocs -y install nfs-utils attr iputils iproute openssh-server openssh-clients ntp rsync tar cronie sudo xfsprogs glusterfs glusterfs-server glusterfs-geo-replication;yum clean all; \ +yum --setopt=tsflags=nodocs -y install nfs-utils attr iputils iproute openssh-server openssh-clients ntp rsync tar cronie sudo xfsprogs glusterfs glusterfs-server glusterfs-rdma glusterfs-geo-replication;yum clean all; \ sed -i '/Defaults requiretty/c\#Defaults requiretty' /etc/sudoers; \ sed -i '/Port 22/c\Port 2222' /etc/ssh/sshd_config; \ sed -i 's/Requires\=rpcbind\.service//g' /usr/lib/systemd/system/glusterd.service; \ |