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
LU-10193 osd-ldiskfs: backup index object with plain format
[fs/lustre-release.git]
/
lustre
/
tests
/
racer
/
lss_create.sh
1
#!/bin/bash
2
trap 'kill $(jobs -p)' EXIT
3
4
LUSTRE=${LUSTRE:-$(cd $(dirname $0)/../..; echo $PWD)}
5
. $LUSTRE/tests/test-framework.sh
6
. ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
7
8
while /bin/true; do
9
lsnapshot_create -n lss_$RANDOM || true
10
sleep $((RANDOM % 9 + 11))
11
done