diff options
| author | Mohammed Rafi KC <rkavunga@redhat.com> | 2019-09-05 18:12:35 +0530 |
|---|---|---|
| committer | mohammed rafi kc <rkavunga@redhat.com> | 2019-09-05 12:43:45 +0000 |
| commit | fcfcb0ad04402a34f07075d29981922a6dbc858c (patch) | |
| tree | caea769a9afde8ef5e59a3d098fc4f20b59aff8a /tests/include.rc | |
| parent | 23e391b6d1db72563a0f8e239d7877c9839d49fd (diff) | |
afr/lookup: Pass xattr_req in while doing a selfheal in lookup
We were not passing xattr_req when doing a name self heal
as well as a meta data heal. Because of this, some xdata
was missing which causes i/o errors
Backport of>https://review.gluster.org/#/c/glusterfs/+/23024/
>Change-Id: Ibfb1205a7eb0195632dc3820116ffbbb8043545f
>Fixes: bz#1728770
>Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Change-Id: I740ccdbfcf2667fe4a850c12ecdc4b9eeed08293
Fixes: bz#1749352
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Diffstat (limited to 'tests/include.rc')
| -rw-r--r-- | tests/include.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/include.rc b/tests/include.rc index 762c5e23251..c9259410e51 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -89,6 +89,7 @@ GRAPH_SWITCH_TIMEOUT=10 UNLINK_TIMEOUT=5 MDC_TIMEOUT=5 IO_WAIT_TIMEOUT=5 +DISK_FAIL_TIMEOUT=80 LOGDIR=$(gluster --print-logdir) |
