mirror of
https://github.com/ceph/ceph
synced 2024-12-23 20:03:56 +00:00
573f5315ed
Signed-off-by: Sam Lang <sam.lang@inktank.com>
24 lines
586 B
YAML
24 lines
586 B
YAML
tasks:
|
|
- ceph:
|
|
- ceph-fuse:
|
|
- pexec:
|
|
clients:
|
|
- cd /tmp/cephtest
|
|
- wget http://ceph.com/qa/ior.tbz2
|
|
- tar xvfj ior.tbz2
|
|
- cd ior
|
|
- ./configure
|
|
- make
|
|
- make install DESTDIR=/tmp/cephtest/binary/
|
|
- cd /tmp/cephtest/
|
|
- rm ior.tbz2
|
|
- rm -r ior
|
|
- ln -s /tmp/cephtest/mnt.* /tmp/cephtest/gmnt
|
|
- ssh_keys:
|
|
- mpi:
|
|
exec: /tmp/cephtest/binary/usr/local/bin/ior -e -w -r -W -b 10m -a POSIX -o /tmp/cephtest/gmnt/ior.testfile
|
|
- pexec:
|
|
all:
|
|
- rm -f /tmp/cephtest/gmnt/ior.testfile
|
|
- rm -f /tmp/cephtest/gmnt
|