diff options
-rwxr-xr-x | extras/hook-scripts/start/post/S29CTDBsetup.sh | 2 | ||||
-rwxr-xr-x | extras/hook-scripts/stop/pre/S29CTDB-teardown.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/extras/hook-scripts/start/post/S29CTDBsetup.sh b/extras/hook-scripts/start/post/S29CTDBsetup.sh index 11bc453ef45..f33aa2530ed 100755 --- a/extras/hook-scripts/start/post/S29CTDBsetup.sh +++ b/extras/hook-scripts/start/post/S29CTDBsetup.sh @@ -1,5 +1,5 @@ #! /bin/bash -# RHS-2.0 only +# # - The script mounts the 'meta-vol' on start 'event' on a known # directory (eg. /gluster/lock) # - P.S: There are other 'tasks' that need to be done outside this script diff --git a/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh b/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh index 9ba8a1cf372..5fb49bd9e97 100755 --- a/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh +++ b/extras/hook-scripts/stop/pre/S29CTDB-teardown.sh @@ -1,5 +1,4 @@ #! /bin/bash -#non-portable - RHS-2.0 only CTDB_MNT=/gluster/lock PROGNAME="ctdb" |