Merge pull request #8997 from jsafrane/devel/fix-permissions

Fix permissions in e2e volume tests.
pull/6/head
Rohit Jnagal 2015-05-29 16:30:55 -07:00
commit 42820997e1
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RUN apt-get update -qq && apt-get install -y glusterfs-server -qq
ADD glusterd.vol /etc/glusterfs/
ADD run_gluster.sh /usr/local/bin/
ADD index.html /vol/
RUN chmod 644 /vol/index.html
EXPOSE 24007/tcp 24008/tcp 49152/tcp

View File

@ -19,6 +19,7 @@ RUN apt-get update -qq && apt-get install -y nfs-kernel-server -qq
RUN mkdir -p /exports
ADD run_nfs.sh /usr/local/bin/
ADD index.html /exports/index.html
RUN chmod 644 /exports/index.html
EXPOSE 2049/tcp