mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
c48644d811
Signed-off-by: David Zafman <david.zafman@inktank.com>
9 lines
108 B
Bash
Executable File
9 lines
108 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
# Hang forever for manual testing using the thrasher
|
|
while(true)
|
|
do
|
|
sleep 300
|
|
done
|
|
exit 0
|