qa/cephfs: update TestDamage for open file table

Signed-off-by: Yan, Zheng <zyan@redhat.com>
This commit is contained in:
Yan, Zheng 2018-03-21 21:08:58 +08:00
parent 9242ce9013
commit ffebd0854e

View File

@ -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: