slightly cleanup gluster mount script
authorMichael Adam <obnox@samba.org>
Tue, 17 Mar 2015 16:00:55 +0000 (17:00 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 17 Mar 2015 16:00:55 +0000 (17:00 +0100)
Vagrantfile

index a5b87c86bc7a5b1e549436863c548c7524c46f38..962c58508eaacbaaf3cc81d3ab6ce5138f374acd 100644 (file)
@@ -414,8 +414,6 @@ MOUNTDEV="127.0.0.1:/${VOLNAME}"
 
 mkdir -p ${MOUNTPT}
 
-#mount -t glusterfs ${MOUNTDEV} ${MOUNTPT}
-
 BACKUP_SUFFIX=".orig.$(date +%Y%m%d-%H%M%S)"
 
 FILE=/etc/fstab
@@ -435,7 +433,6 @@ mount | grep -q -s ${MOUNTPT} && {
   echo "Mounting ${MOUNTPT}."
   mount ${MOUNTPT}
 }
-
 SCRIPT