Bug 762233 (GLUSTER-501)

Summary: Kernel compile fails on Stripe + Switch setup
Product: [Community] GlusterFS Reporter: Anush Shetty <anush>
Component: stripeAssignee: Amar Tumballi <amarts>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: urgent    
Version: 3.0.0CC: avati, fharshav, gluster-bugs, shehjart, 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:
Embargoed:

Description Anush Shetty 2009-12-23 06:59:26 UTC
Kernel compile exits with the following errors:

firmware/e100/d101m_ucode.bin.gen.S:1: Error: can't resolve `_fw_end'
{*UND* section} - `_fw_e100_d101m_ucode_bin_bin' {*UND* section}
make[1]: *** [firmware/e100/d101m_ucode.bin.gen.o] Error 1
make: *** [firmware] Error 2

kernel compile failed

Client setup:

volume stripe1
 type cluster/stripe
 option block-size 1MB
 subvolumes client1 client2
end-volume


volume stripe2
 type cluster/stripe
 option block-size 1MB
 subvolumes client3 client4
end-volume

## Add replicate feature.
volume switch
  type cluster/switch
  option pattern.switch.case *.jpg*:stripe1
  subvolumes stripe1 stripe2
end-volume

Comment 1 Shehjar Tikoo 2010-03-02 07:39:30 UTC
Amar working on it

Comment 2 Amar Tumballi 2010-07-27 08:39:07 UTC
with this patch http://patches.gluster.com/patch/3685/ this should be fixed.

We won't work on this in 3.0.x branch, but if seen on 3.1.x branch, will work on it further.