Whamcloud - gitweb
LU-1943 tests: Allocate sequences on MOUNT2 in replay_barrier()
authorLi Wei <liwei@whamcloud.com>
Tue, 10 Jan 2012 08:03:21 +0000 (16:03 +0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 6 Oct 2012 19:08:38 +0000 (15:08 -0400)
commit5a18ff10504276d46e8b1615629743566d9c0cee
tree9fca0fd2c6b408aaeb95c66137ff6c0b52704bc7
parent7dfad1b4a3220ec38259f02d8bf8b17af73356a9
LU-1943 tests: Allocate sequences on MOUNT2 in replay_barrier()

Port of ORI-448 to the master

In order to avoid sequence file updates after a target is made
read-only, replay_barrier() creates a file in "MOUNT" on every
client node. This is not enough because the "MOUNT2" clients may
also trigger sequence file updates. This patch makes sure the trick
is applied to "MOUNT2" clients as well.

Change-Id: I832689a2d2ca205d927bc5d0a15ab14fceb3bf80
Signed-off-by: Li Wei <liwei@whamcloud.com>
Reviewed-by: Mikhail Pershin <tappro@whamcloud.com>
Signed-off-by: Mikhail Pershin <tappro@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/4196
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/test-framework.sh