k3s/test/images
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
..
dnsutils
entrypoint-tester
jessie-dnsutils
mount-tester fix host dir, to test volume r/w with different containers within a pod 2015-08-20 08:55:19 +08:00
mount-tester-user fix host dir, to test volume r/w with different containers within a pod 2015-08-20 08:55:19 +08:00
network-tester Allow testing graceful shutdown via network-tester 2015-08-19 22:06:37 -04:00
porter
resource-consumer Changed Resource Consumer for correct parsing POST requests 2015-08-25 16:29:29 +02:00
volumes-tester Configure lower NFS grace period. 2015-08-27 17:50:05 +02:00