#!/bin/bash #Post reboot there is a chance in which mounting of shared storage will fail #This will impact starting of features like NFS-Ganesha. So this script will #try to mount the shared storage if it fails #TODO : Do it for other glusterfs clients in /etc/fstab volume="gluster_shared_storage" mp="/var/run/gluster/shared_storage" #check if there is fstab entry for shared storage gfc=$(sed -e 's/#.$//'