Displaying 1 result from an estimated 1 matches for "ip_sync".
Did you mean:
io_sync
2011 Dec 06
0
script for check drbd at mount ocfs2 at boot in debian
...Required-Stop: ? ? $local_fs
# X-Start-Before:
# Default-Start: ? ? 2 3 4 5
# Default-Stop: ? ? ?0 6
# Short-Description: Check the syn of filesystem drbd before mount
ocfs2 filesystems.
# Description: Check the syn of filesystem drbd before mount ocfs2 filesystems.
### END INIT INFO
# Version 1.0
IP_SYNC=192.168.2.1
# Resource number
RES=0
NET_INTERFACE=eth3
SLEEP=10
TIMEOUT=30
SLEEP_TIME=0
MOUNTPOINT="/datos/datosadantra"
#LOG="/bin/echo"
LOG="/usr/bin/logger"
if [ ! -f /proc/drbd ]; then
? ?$LOG "No esta arrancado DRBD..."
? ?exit 1
fi
case "$1"...