summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2017-07-24 11:31:56 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2017-07-24 14:17:10 +0000
commit0b3fec6924cad5c9f38941550ab4106972efa5cc (patch)
tree8fc7106841e99d684ee0977ec617e7f1dd95ac8b /extras
parent96eece8abbb9c06f0b91f37e718ac9e337a3f714 (diff)
extras: Disable remote-dio in gluster-block profile
gluster-block file is opened with O_DIRECT but because block-profile has remote-dio enabled, it is leading to high latency for fsync which leads to failures in cassandra. Disabling remote-dio fixed this issue. We need to change remote-dio to disabled in gluster-block. BUG: 1474190 Change-Id: Ifd845ea9cbdcc08dd6073faca6082682af376ca3 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Reviewed-on: https://review.gluster.org/17856 CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Krutika Dhananjay <kdhananj@redhat.com> Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Jeff Darcy <jeff@pl.atyp.us> Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/group-gluster-block2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/group-gluster-block b/extras/group-gluster-block
index a4a6367920b..cea15d8ff66 100644
--- a/extras/group-gluster-block
+++ b/extras/group-gluster-block
@@ -4,7 +4,7 @@ performance.io-cache=off
performance.stat-prefetch=off
performance.open-behind=off
performance.readdir-ahead=off
-network.remote-dio=enable
+network.remote-dio=disable
cluster.eager-lock=enable
cluster.quorum-type=auto
cluster.data-self-heal-algorithm=full