mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 09:48:44 +01:00
lookup-optimize doesn't provide any benefit for virtualized environments and gluster-block workloads, but it's known to cause corruption in some cases when sharding is also enabled and the volume is expanded or shrunk. For this reason, we disable lookup-optimize by default on those environments. Fixes: #2253 Change-Id: I25861aa50b335556a995a9c33318dd3afb41bf71 Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
performance.quick-read=off
|
|
performance.read-ahead=off
|
|
performance.io-cache=off
|
|
performance.low-prio-threads=32
|
|
network.remote-dio=enable
|
|
features.shard=on
|
|
user.cifs=off
|
|
client.event-threads=4
|
|
server.event-threads=4
|
|
performance.client-io-threads=on
|
|
cluster.lookup-optimize=off
|