diff options
| -rw-r--r-- | extras/ganesha/scripts/ganesha-ha.sh | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/extras/ganesha/scripts/ganesha-ha.sh b/extras/ganesha/scripts/ganesha-ha.sh index 52091b5fd69..5d3bf8413b8 100644 --- a/extras/ganesha/scripts/ganesha-ha.sh +++ b/extras/ganesha/scripts/ganesha-ha.sh @@ -976,6 +976,9 @@ main()          usage          exit 0      fi + +    semanage boolean -m gluster_use_execmem --on +      HA_CONFDIR=${1%/}; shift      local ha_conf=${HA_CONFDIR}/ganesha-ha.conf      local node="" @@ -1130,6 +1133,9 @@ $HA_CONFDIR/ganesha-ha.conf          ;;      esac + +    semanage boolean -m gluster_use_execmem --off +  }  main $*  | 
