This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2025-01-08 12:10:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d4186fb541
ceph
/
qa
/
workunits
/
suites
/
dbench-short.sh
6 lines
38 B
Bash
Raw
Normal View
History
Unescape
Escape
scripts: fix bash path in shebangs /bin/bash is a Linuxism. Other operating systems install bash to different paths. Use /usr/bin/env in shebangs to find bash. Signed-off-by: Alan Somers <asomers@gmail.com>
2017-07-20 22:26:42 +00:00
#!/usr/bin/env bash
qa/workunit: Add dbench-short.sh for nfs suite A multi-client dbench run doesn't work over NFS, see bug #3718. Make single client dbench available. Signed-off-by: David Zafman <david.zafman@inktank.com>
2013-01-03 20:44:19 +00:00
set
-e
dbench
1
Reference in New Issue
Copy Permalink