]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
fstests: per-test dmflakey instances
authorDave Chinner <dchinner@redhat.com>
Tue, 26 Nov 2024 20:41:49 +0000 (07:41 +1100)
committerZorro Lang <zlang@kernel.org>
Sun, 8 Dec 2024 14:02:10 +0000 (22:02 +0800)
commit603030dee015bace0eed01995595cf5b16b3da6d
treee9c0cc75d735cb58f7a4f64814769f657cd0f16e
parent828f70eb9be53651ae74312cdb0029ae04b38af6
fstests: per-test dmflakey instances

We can't run two tests that use dmflakey at the same time because
the device name is the same. hence they interfere with each other.
Given dmflakey devices their own per-test names to avoid this
problem.

Also, drop_and_remount is about to fail the fs during unmount, so
ensure the filesystem is going to fail the IO during unmount rather
than retrying forever.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/dmflakey