]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: add a new test that runs fsstress under ENOSPC conditions
authorDmitry Monakhov <dmonakhov@openvz.org>
Thu, 3 Nov 2011 17:55:50 +0000 (21:55 +0400)
committerChristoph Hellwig <hch@lst.de>
Thu, 3 Nov 2011 19:01:13 +0000 (19:01 +0000)
commit290d82e9939654ed2156e6b98de32098db16871e
tree40cf995089b1c33ea4ff6ec45f9034fdfe9d5bfe
parent32553be2e43a065454ceaa4ff7cf0f29bf91016c
xfstests: add a new test that runs fsstress under ENOSPC conditions

During stress testing we want to cover as much code paths as possible
fsstress is very good for this purpose. But it has expandable nature
(disk usage almost continually grow). So once it goes in no ENOSPC
condition it will be where till the end. But by running 'dd' writers
in parallel we can regularly trigger ENOSPC but only for a limited
periods of time because each time it opens the same file with O_TRUNC.

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
269 [new file with mode: 0755]
269.out [new file with mode: 0644]
group