From 85d321b21c0e982866fd2c83b91b71de458dd043 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Sun, 17 Dec 2017 13:08:47 +0100 Subject: tests/vagrant: configure with --enable-gnfs so tests can use NFS gNFS has been deprecated a while ago, but the ./run-tests-in-vagrant.sh script has not been adapted to enable it. This causes the tests to fail the first time a Gluster Volume is mounted over NFSv3. Change-Id: Ifeec0ca964680ff61b956a5592a76eeee8ac3b85 BUG: 1526780 Signed-off-by: Niels de Vos --- run-tests-in-vagrant.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'run-tests-in-vagrant.sh') diff --git a/run-tests-in-vagrant.sh b/run-tests-in-vagrant.sh index 162b6893eb7..4b12fed7d54 100755 --- a/run-tests-in-vagrant.sh +++ b/run-tests-in-vagrant.sh @@ -212,6 +212,7 @@ function compile_gluster() --mandir=/usr/share/man \ --infodir=/usr/share/info \ --libdir=/usr/lib64 \ + --enable-gnfs \ --enable-debug $redirect" -- -t if [ $? -ne 0 ] then -- cgit