Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- documentation update for MDS recovery
[fs/lustre-release.git]
/
lustre
/
utils
/
ha_assist.sh
1
#!/bin/sh
2
3
echo -n `date` >> /tmp/halog
4
echo "- please supply a new mds" >> /tmp/halog
5
6
echo "- suppose we have a new one" >> /tmp/halog
7
sleep 1
8
9
/usr/src/obd/utils/obdctl <<EOF
10
name2dev RPCDEV
11
newconn
12
EOF
13