summaryrefslogtreecommitdiffstats
path: root/extras/hook-scripts
diff options
context:
space:
mode:
authorAtin Mukherjee <amukherj@redhat.com>2018-03-06 21:59:44 +0530
committerAtin Mukherjee <amukherj@redhat.com>2018-03-07 07:39:28 +0000
commit2a1adc5c9317d2ca78c9f4b890c46f7b3facd146 (patch)
tree370c651540393317d97853ec93e2b25c56fc3136 /extras/hook-scripts
parentbd2c45fe3180fe36b042d5eabd348b6eaeb8d3e2 (diff)
hooks: fix workdir in S13create-subdir-mounts.sh
Change-Id: Id3eff498091ad9fa4651e93b66903426e76776d6 BUG: 1549915 Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'extras/hook-scripts')
-rwxr-xr-xextras/hook-scripts/add-brick/post/S13create-subdir-mounts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hook-scripts/add-brick/post/S13create-subdir-mounts.sh b/extras/hook-scripts/add-brick/post/S13create-subdir-mounts.sh
index 95e624e3442..1a6923ee7aa 100755
--- a/extras/hook-scripts/add-brick/post/S13create-subdir-mounts.sh
+++ b/extras/hook-scripts/add-brick/post/S13create-subdir-mounts.sh
@@ -6,7 +6,7 @@
##---------------------------------------------------------------------------
MOUNT_DIR=`mktemp -d -t ${0##*/}.XXXXXX`;
-OPTSPEC="volname:,go-workdir"
+OPTSPEC="volname:,version:,gd-workdir:,volume-op:"
PROGNAME="add-brick-create-subdir"
VOL_NAME=test
GLUSTERD_WORKDIR="/var/lib/glusterd"