ceph/qa/suites/fs/upgrade/snaps/tasks/1-client.yaml
Patrick Donnelly 4d37b0ee8d
qa: move snap-hierarchy out of snaps workunits
The snapshot hierarchy it leaves behind can't be cleaned up by `rm -rf` which
breaks workunit cleanup. So, don't run this as part of normal snaps test.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-05-03 16:52:34 -07:00

14 lines
286 B
YAML

tasks:
- ceph-fuse:
- print: "**** done luminous client"
- exec:
mon.a:
- ceph fs set cephfs allow_new_snaps true --yes-i-really-mean-it
- workunit:
timeout: 5m
cleanup: false
clients:
client.0:
- fs/snap-hierarchy.sh
- print: "**** done snap hierarchy"