mirror of
https://github.com/ceph/ceph
synced 2025-02-01 07:52:57 +00:00
qa/cephfs: update TestDamage for open file table
Signed-off-by: Yan, Zheng <zyan@redhat.com>
This commit is contained in:
parent
9242ce9013
commit
ffebd0854e
@ -141,7 +141,9 @@ class TestDamage(CephFSTestCase):
|
||||
# Missing dirfrags for non-system dirs result in empty directory
|
||||
"10000000000.00000000",
|
||||
# PurgeQueue is auto-created if not found on startup
|
||||
"500.00000000"
|
||||
"500.00000000",
|
||||
# open file table is auto-created if not found on startup
|
||||
"mds0_openfiles.0"
|
||||
]:
|
||||
expectation = NO_DAMAGE
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user