ceph/qa/suites/fs/libcephfs/tasks/ino_release_cb.yaml
Patrick Donnelly 892b8410bc
qa: move ino_release_cb to libcephfs sub-suite
It is not testing a bug. Also, fix cap recall configs so this test is
properly triggered.

Fixes: https://tracker.ceph.com/issues/49500
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2021-03-25 13:25:19 -07:00

20 lines
368 B
YAML

overrides:
ceph:
conf:
client:
debug ms: 1
debug client: 20
mds:
debug ms: 1
debug mds: 20
tasks:
- exec:
mon.a:
- ceph config set mds mds_min_caps_per_client 1
- background_exec:
mon.a:
- "sleep 30 && ceph config set mds mds_max_caps_per_client 1"
- exec:
client.0:
- ceph_test_ino_release_cb