summaryrefslogtreecommitdiffstats
path: root/build_env
diff options
context:
space:
mode:
authorRichard Wareing <rwareing@fb.com>2016-02-01 19:25:02 -0800
committerShreyas Siravara <sshreyas@fb.com>2017-08-30 01:39:51 +0000
commit9bc7c9df41f4e7fc0b8462cbc56298d421cb8722 (patch)
tree70a0c0df32ba9ea0393386a55dff00243bb300ab /build_env
parentc87639ad04a3c1a0d1fccbf426ad040d36505693 (diff)
storage/posix: Fix crash bug in posix_make_ancestryfromgfid
Summary: - Per title, adding OOPS logging - Clean-up quota related log spew from when older clients connect to 3.6.x quota enabled clusters Test Plan: - Spew: Tested on dev servers, one with old client against dev server w/ 3.6.3_fb - Crash: Canaried on offending node (gfsai040.prn2) and ensure crash no longer happens - Canary on gfsbudev shadow tiers once approved - This is a port of D2894799 to 3.8 Reviewers: sshreyas, dph, dld, moox Change-Id: I13e7d6915ee301b8d607d5770ef2261a9ab78493 Reviewed-on: https://review.gluster.org/18140 CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Shreyas Siravara <sshreyas@fb.com> Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'build_env')
-rw-r--r--build_env1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_env b/build_env
index 5c53cc57b72..74f7c0256e1 100644
--- a/build_env
+++ b/build_env
@@ -24,6 +24,7 @@ if [ $REDHAT_MAJOR -ge 7 ]; then
fi
export GF_CONF_OPTS
+ASAN_ENABLED=0
# Check if ASAN is enabled
if [ "$ASAN_ENABLED" -eq "1" ]; then
GF_CONF_OPTS="$GF_CONF_OPTS --with-asan"