1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-26 18:50:30 +03:00

Merge remote branch 'martins/60_nfs_regression'

(This used to be ctdb commit 845fb0ba24cf9118470c58fae7103ab8322ce079)
This commit is contained in:
Ronnie Sahlberg 2011-08-15 15:22:20 +10:00
commit bc00292cfe

View File

@ -61,9 +61,9 @@ case "$1" in
monitor)
# Check that directories for shares actually exist.
[ "$CTDB_NFS_SKIP_SHARE_CHECK" = "yes" ] || {
exportfs | grep -v '^#' | grep '^/' |
sed -e 's/[[:space:]]\+[^[:space:]]*$//' |
ctdb_check_directories
exportfs -v | grep '^/' |
sed -r -e 's@[[:space:]]+[^[:space:]()]+\([^[:space:]()]+\)$@@' |
ctdb_check_directories
} || exit $?
update_tickles 2049