mirror of
https://github.com/ceph/ceph
synced 2025-01-23 19:46:56 +00:00
892b8410bc
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>
20 lines
368 B
YAML
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
|