diff options
| -rwxr-xr-x | extras/hook-scripts/start/post/S29CTDBsetup.sh | 2 | ||||
| -rwxr-xr-x | extras/hook-scripts/stop/pre/S29CTDB-teardown.sh | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/extras/hook-scripts/start/post/S29CTDBsetup.sh b/extras/hook-scripts/start/post/S29CTDBsetup.sh index da077a6fbeb..7d5085c46f6 100755 --- a/extras/hook-scripts/start/post/S29CTDBsetup.sh +++ b/extras/hook-scripts/start/post/S29CTDBsetup.sh @@ -55,7 +55,7 @@ function add_glusterfs_ctdb_options () {  function add_fstab_entry () {          volname=$1          mntpt=$2 -        mntent="`hostname`:/$volname $mntpt glusterfs defaults,transport=tcp 0 0" +        mntent="`hostname`:/$volname $mntpt glusterfs _netdev,defaults,transport=tcp 0 0"          exists=`grep "^$mntent" /etc/fstab`          if [ "$exists" == "" ]          then diff --git a/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh b/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh index 0b6e50ead0d..bfbd356b8fa 100755 --- a/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh +++ b/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh @@ -60,7 +60,7 @@ function remove_ctdb_options () {  function remove_fstab_entry () {  	volname=$1  	mntpt=$2 -	mntent="`hostname`:/$volname $mntpt glusterfs defaults,transport=tcp 0 0" +	mntent="`hostname`:/$volname $mntpt glusterfs _netdev,defaults,transport=tcp 0 0"  	esc_mntent=$(echo -e "$mntent" | sed 's/\//\\\//g')  	exists=`grep "^$mntent" /etc/fstab`  	if [ "$exists" != " " ]  | 
