mirror of
https://github.com/ceph/ceph
synced 2025-01-24 20:13:45 +00:00
4d37b0ee8d
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>
11 lines
185 B
YAML
11 lines
185 B
YAML
tasks:
|
|
- workunit:
|
|
timeout: 5m
|
|
cleanup: false
|
|
env:
|
|
VERIFY: verify
|
|
clients:
|
|
client.0:
|
|
- fs/snap-hierarchy.sh
|
|
- print: "**** done verify snap hierarchy"
|