]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephfs/test_auto_repair.py: flush journal after umount
authorYan, Zheng <zyan@redhat.com>
Mon, 29 Jun 2015 09:37:23 +0000 (17:37 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 29 Jun 2015 09:52:44 +0000 (17:52 +0800)
commit835ad8b8f3038290846c612b66f3bffcc5755338
treed29f9dbb1b71f3e43d67d31a6468457ec6177824
parent1a847dce5909f32db96c048a04794f90c15f1b53
cephfs/test_auto_repair.py: flush journal after umount

When client capabilities get released, MDS may update corresponding
inodes' client writable range and mark those inodes dirty. The auto
repair test expects MDS to trim inodes from its cache, but MDS can't
trim dirty inodes. So we should flush journal after umount.

Fixes: #12172
Signed-off-by: Yan, Zheng <zyan@redhat.com>
tasks/cephfs/test_auto_repair.py