Bug 763382 (GLUSTER-1650)

Summary: Add '--without rdma' rpmbuild argument
Product: [Community] GlusterFS Reporter: Bernard Li <bernard>
Component: buildAssignee: Amar Tumballi <amarts>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 3.1-alphaCC: gluster-bugs, vijay, vraman
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Patch to add '--without rdma' option when building RPM none

Description Bernard Li 2010-09-21 01:10:30 UTC
The attached patch against gluster.spec.in from glusterfs-3.1.0qa26 adds the feature to build RPMs without rdma support.  Without it, building glusterfs-3.1.0qa26 RPM will fail with:

RPM build errors:
    File not found by glob: /usr/src/packages/BUILDROOT/glusterfs-3.1.0qa26-1.x86_64/usr/lib64/glusterfs/3.1.0qa26/rpc-transport/rdma*

P.S. It would be good to add a new component called 'Packaging' or 'Spec file' for these type of bug/enhancement reports in Bugzilla.

Comment 1 Vijay Bellur 2010-09-21 16:13:22 UTC
Thanks for the patch.

> 
> P.S. It would be good to add a new component called 'Packaging' or 'Spec file'
> for these type of bug/enhancement reports in Bugzilla.

There is a component 'build' for tracking issues related to packaging and build.

Comment 2 Bernard Li 2010-09-21 18:21:02 UTC
(In reply to comment #1)
> There is a component 'build' for tracking issues related to packaging and
> build.

I've changed the component to build, but you probably want to change the description because right now it reads "Compiler and platform specific warnings and errors".  Thanks!

Comment 3 Vijay Bellur 2010-09-22 07:21:06 UTC
(In reply to comment #2)

> I've changed the component to build, but you probably want to change the
> description because right now it reads "Compiler and platform specific warnings
> and errors".  Thanks!

Thanks. The description has been now changed to "Compiler, package management and platform specific warnings and errors".

Comment 4 Vijay Bellur 2010-09-22 08:14:39 UTC
PATCH: http://patches.gluster.com/patch/4924 in master (rpmspec file: add option for '--without rdma')