ceph/suites/fs/basic/tasks/cephfs_journal_tool.yaml
John Spray 0d37b8e412 suites/fs: add cephfs_journal_tool test
Fixes: #4886

Signed-off-by: John Spray <john.spray@redhat.com>
2014-08-21 23:09:00 +01:00

21 lines
372 B
YAML

tasks:
- ceph-fuse:
- workunit:
clients:
all: [fs/misc/trivial_sync.sh]
- ceph-fuse:
client.0:
mounted: false
- ceph.stop: [mds.*]
- workunit:
clients:
client.0: [suites/cephfs_journal_tool_smoke.sh]
- ceph.restart: [mds.*]
- ceph-fuse:
client.0:
mounted: true
- workunit:
clients:
all: [fs/misc/trivial_sync.sh]