diff options
author | N Balachandran <nbalacha@redhat.com> | 2018-03-16 20:54:15 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2018-04-04 03:03:34 +0000 |
commit | 09ff538b68cfcfe6b9f222c76ce653bcfecc8b57 (patch) | |
tree | 1560bb60aa0ec4dc01bb7f326da597a4ea7c896b /tests/features | |
parent | c7e03a2caae5a776ec55443f15489de8195b9817 (diff) |
cluster/dht: enable lookup-optimize by default
Lookup-optimize has been shown to improve create
performance. The code has been in the project for several
years and is considered stable.
Enabling this by default in order to test this in the
upstream regression runs.
Change-Id: Iab792979ee34f0af4713931e0b5b399c23f65313
updates: bz#1557435
BUG: 1557435
Signed-off-by: N Balachandran <nbalacha@redhat.com>
Diffstat (limited to 'tests/features')
-rwxr-xr-x | tests/features/unhashed-auto.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/unhashed-auto.t b/tests/features/unhashed-auto.t index ddebd03299d..0a6bbfbb07d 100755 --- a/tests/features/unhashed-auto.t +++ b/tests/features/unhashed-auto.t @@ -114,7 +114,7 @@ TEST [ x"$new_hash" = x"00000001" ] # Unset the option and check that newly created directories get 1 in the # disk layout -TEST $CLI volume reset $V0 cluster.lookup-optimize +TEST $CLI volume set $V0 cluster.lookup-optimize off TEST mkdir $M0/dir1 new_hash=$(get_xattr_hash $B0/${V0}1/dir1) TEST [ x"$new_hash" = x"00000001" ] |