[ENBD] depmod: *** Unresolved symbols in kernel 2.4.20
Peter T. Breuer
enbd@lists.community.tummy.com
Sun, 5 Jan 2003 03:40:19 +0100 (MET)
"A month of sundays ago JonaZ A7V wrote:"
> Don't ask me how, I even got the dependencies problem in 2.4.18.
I see. Can you tell me the package versions of your
gcc
binutils
util-linux
modutils
too?
> Btw, I'll be using Raid5 on top off ENBD, so will give feedback on your
> raid5 question
You might want to run the client with -w 0. I think raid5 scrambles the
write ordering already, so there's no point in trying to preserve it.
Or maybe they've fixed that.
> I'm basically building a machine with 4 HDDs in raid5 and then will export
> the raid5 volume with enbd and make a new raid5 volume out of 10 enbd
> exports. This has been tested already on 2.4.18.
>
> Basically will have 50 machines giving me 4TBs of storage, disk redundant at
> machine level and machine redundant at volume level =)
If you get to 4TB (2^42 = 2^33 sectors) you will be exercising the
block counting code in the kernel pretty well, so it's worthwhile
mentioning it if it works! At 1024B blocks you will be at the
theoretical maximum, and you will need 2048 or 4096B blocks to bring
the block counts below 2^32.
Peter