Whamcloud - gitweb
LU-9522 test: sanity 27z fix update local variable 63/27163/3
authorJames Nunez <james.a.nunez@intel.com>
Wed, 17 May 2017 15:55:23 +0000 (09:55 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Fri, 19 May 2017 17:12:07 +0000 (17:12 +0000)
commite6e0d59bb3af2cad16495059aa23675e6a3cffb0
tree7772a95908954a084cb33ff96e8faa0a2c8f6cc2
parentcfed34264ac3ab96507a55973e6ffe1d648ca527
LU-9522 test: sanity 27z fix update local variable

sanity test_27z is failing for servers running ZFS. The
problem is that filter_fid is not being updated for each
stripe of the file being reviewed in check_seq_oid().

For each stripe, the variable that holds the filter_fid,
ff, needs to be reinitialized.

Test-Parameters: trivial testgroup=review-zfs-part-1

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I550720a0a2bad22c4ffa98ca84b5f085eb220051
Reviewed-on: https://review.whamcloud.com/27163
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/tests/sanity.sh