• Jan Safranek's avatar
    Configure lower NFS grace period. · 49921ada
    Jan Safranek authored
    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.
    49921ada
Name
Last commit
Last update
Godeps Loading commit data...
api/swagger-spec Loading commit data...
build Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
contrib Loading commit data...
docs Loading commit data...
examples Loading commit data...
hack Loading commit data...
hooks Loading commit data...
pkg Loading commit data...
plugin Loading commit data...
test Loading commit data...
third_party Loading commit data...
www Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIB.md Loading commit data...
CONTRIBUTING.md Loading commit data...
DESIGN.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...
logo.pdf Loading commit data...
logo.png Loading commit data...
logo.svg Loading commit data...
logo_usage_guidelines.md Loading commit data...
shippable.yml Loading commit data...