Whamcloud - gitweb
LU-9872 tests: modify check space requirements for NFS test 86/29786/14
authorJames Nunez <james.a.nunez@intel.com>
Mon, 20 Nov 2017 04:22:38 +0000 (21:22 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 29 Nov 2017 05:59:04 +0000 (05:59 +0000)
commit0b8e9558e88930814857c97dfe2394f8c8e24a9a
treea237cf0b8a6b2d7c9b83680c59babaf4088ea9be
parenteec4b8985f5eaacd13f0e0db7328dcdd610655bc
LU-9872 tests: modify check space requirements for NFS test

In parallel-scale-nfs testing, the Lustre clients NFS mounts
the Lustre file system. In some cases, the file system looks
like it has enough space (du) to run NFS testing, but one or
more OSTs is full or is almost full. Since the default striping
for Lustre is a single stripe, some NFS tests will fail because
the file it is writing gets written to that almost full OST.

Increase the default stripe to all OSTs for all
parallel-scale-nfs tests.

Test-Parameters: trivial testlist=parallel-scale,parallel-scale-nfsv3,parallel-scale-nfsv4
Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: Iff187dc6c158d9063cd36ced0801b88cdc8814ae
Reviewed-on: https://review.whamcloud.com/29786
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Casper <jamesx.casper@intel.com>
Reviewed-by: Saurabh Tandan <saurabh.tandan@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/functions.sh
lustre/tests/parallel-scale-nfs.sh