diff --git a/contrib/for-tests/volumes-tester/nfs/run_nfs.sh b/contrib/for-tests/volumes-tester/nfs/run_nfs.sh index e9ca355f4fb..5468c1d7c98 100755 --- a/contrib/for-tests/volumes-tester/nfs/run_nfs.sh +++ b/contrib/for-tests/volumes-tester/nfs/run_nfs.sh @@ -20,7 +20,7 @@ function start() # prepare /etc/exports for i in "$@"; do # fsid=0: needed for NFSv4 - echo "$i *(rw,fsid=0)" >> /etc/exports + echo "$i *(rw,fsid=0,no_root_squash)" >> /etc/exports echo "Serving $i" done