Bug 1201484

Summary: glusterfs-3.6.2 fails to build on Ubuntu Precise: 'RDMA_OPTION_ID_REUSEADDR' undeclared
Product: [Community] GlusterFS Reporter: pille <pille+redhat+bugzilla>
Component: rdmaAssignee: Kaleb KEITHLEY <kkeithle>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 3.6.2CC: bugs, gluster-bugs, hchiramm, rabhat, rkavunga
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-11 16:32:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1184460    

Description pille 2015-03-12 19:12:46 UTC
PPA only provides packages for the latest LTS release.
the upstream bug report seems stalled: https://github.com/semiosis/glusterfs-debian/issues/7

Comment 2 Mohammed Rafi KC 2015-03-27 10:21:10 UTC
upstream patch : http://review.gluster.org/#/c/10014/

Comment 3 Anand Avati 2015-03-27 11:37:20 UTC
COMMIT: http://review.gluster.org/10014 committed in release-3.6 by Raghavendra Bhat (raghavendra) 
------
commit ae75db655b683bb47df1590c7815c90b7cbefe4b
Author: kkeithle <kkeithle.usersys.redhat.com>
Date:   Thu Mar 26 11:55:57 2015 -0400

    rdma: RDMA_OPTION_ID_REUSEADDR undeclared on Ubuntu Precise (LTS)
    
    Very old release of Ubuntu LTSwq
    
    Change-Id: Ib6fb4493f1f34ba853bd74c8037da7663639f40e
    BUG: 1201484
    Signed-off-by: kkeithle <kkeithle.usersys.redhat.com>
    Reviewed-on: http://review.gluster.org/10014
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Niels de Vos <ndevos>
    Reviewed-by: Raghavendra Bhat <raghavendra>

Comment 4 Anand Avati 2015-03-27 21:18:41 UTC
REVIEW: http://review.gluster.org/10028 (build:change dependency for librdmacm to version >= 1.0.15) posted (#1) for review on master by mohammed rafi  kc (rkavunga)

Comment 5 Anand Avati 2015-04-13 09:02:43 UTC
REVIEW: http://review.gluster.org/10208 (rdma:smoke failure in NetBSD if RDMA_OPTION_ID_REUSEADDR is not defined) posted (#3) for review on release-3.6 by mohammed rafi  kc (rkavunga)

Comment 6 Anand Avati 2015-04-16 06:41:30 UTC
COMMIT: http://review.gluster.org/10208 committed in release-3.6 by Raghavendra Bhat (raghavendra) 
------
commit c79d2b6836dc1c7223b90a9bb0af7940963ff0a5
Author: Mohammed Rafi KC <rkavunga>
Date:   Mon Apr 13 11:55:42 2015 +0530

    rdma:smoke failure in NetBSD if RDMA_OPTION_ID_REUSEADDR is not defined
    
    By the change http://review.gluster.org/#/c/10014/, we only set
    reuseaddr option if the macro RDMA_OPTION_ID_REUSEADDR is defined in
    rdmacma.h . The variable optval is only used in the section where we
    use conditional compiling based on the macro. So if the macro is not
    defined, then compiler will throw a warning for optval.
    
    Change-Id: I162143c928e84b40c6fd6108d3aa5b045dd9de95
    BUG: 1201484
    Reviewed-on: http://review.gluster.org/10208
    Reviewed-by: Raghavendra Talur <rtalur>
    Reviewed-by: Sachin Pandit <spandit>
    Reviewed-by: Raghavendra Bhat <raghavendra>
    Tested-by: Raghavendra Bhat <raghavendra>