k3s/test/images/volumes-tester
Jan Safranek 49921ada74 Configure lower NFS grace period.
From RFC 3530:
  During the grace period, the server must reject READ and WRITE operations
  and non-reclaim locking requests (i.e., other LOCK and OPEN operations)
  with an error of NFS4ERR_GRACE.

That basically means that all open() calls from clients are blocked until the
grace period is over (90 seconds by default).

We want the grace period as low as possible to speed up the tests. '10'
seconds were tested on Fedora 21 and Ubuntu 15.04 as the hosts.

The test image is rebased to Fedora in order to get 'rpc.nfsd -G <n>' option,
Ubuntu does not support it.
2015-08-27 17:50:05 +02:00
..
gluster move contrib/for-tests to test/images 2015-08-14 20:42:46 -07:00
iscsi move contrib/for-tests to test/images 2015-08-14 20:42:46 -07:00
nfs Configure lower NFS grace period. 2015-08-27 17:50:05 +02:00
rbd move contrib/for-tests to test/images 2015-08-14 20:42:46 -07:00