From 7ffcbd5ce1222971cb9879f78765d87cdc4102a8 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Wed, 23 May 2018 11:07:54 -0700 Subject: [PATCH] selftest: Add dfq_cache share with 'dfree cache time' set BUG: https://bugzilla.samba.org/show_bug.cgi?id=13446 Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- selftest/target/Samba3.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 2b1752fb77d..c6ae7abcfa6 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -2116,6 +2116,12 @@ sub provision($$$$$$$$$) vfs objects = acl_xattr fake_acls xattr_tdb fake_dfq admin users = $unix_name include = $dfqconffile +[dfq_cache] + path = $shrdir/dfree + vfs objects = acl_xattr fake_acls xattr_tdb fake_dfq + admin users = $unix_name + include = $dfqconffile + dfree cache time = 60 [dfq_owner] path = $shrdir/dfree vfs objects = acl_xattr fake_acls xattr_tdb fake_dfq -- 2.34.1