* XFS on x86_64 Linux Question
@ 2007-04-28 10:35 Justin Piszcz
2007-04-28 10:36 ` Justin Piszcz
2007-04-28 17:32 ` Andi Kleen
0 siblings, 2 replies; 6+ messages in thread
From: Justin Piszcz @ 2007-04-28 10:35 UTC (permalink / raw)
To: xfs; +Cc: linux-raid
Hello--
Had a quick question, if I re-provision a host with an Intel Core Duo CPU
with x86_64 Linux; I create a software raid array and use the XFS
filesystem-- all in 64bit space...
If I boot a recovery image such as Knoppix, it will not be able to work on
the filesystem correct? I would need a 64bit live CD?
Does the same apply to software raid? Can I mount a software raid created
in a 64bit environment in a 32bit environment?
Justin.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: XFS on x86_64 Linux Question
2007-04-28 10:35 XFS on x86_64 Linux Question Justin Piszcz
@ 2007-04-28 10:36 ` Justin Piszcz
2007-04-28 11:57 ` Raz Ben-Jehuda(caro)
2007-04-28 17:32 ` Andi Kleen
1 sibling, 1 reply; 6+ messages in thread
From: Justin Piszcz @ 2007-04-28 10:36 UTC (permalink / raw)
To: xfs; +Cc: linux-raid
With correct CC'd address.
On Sat, 28 Apr 2007, Justin Piszcz wrote:
> Hello--
>
> Had a quick question, if I re-provision a host with an Intel Core Duo CPU
> with x86_64 Linux; I create a software raid array and use the XFS
> filesystem-- all in 64bit space...
>
> If I boot a recovery image such as Knoppix, it will not be able to work on
> the filesystem correct? I would need a 64bit live CD?
>
> Does the same apply to software raid? Can I mount a software raid created in
> a 64bit environment in a 32bit environment?
>
> Justin.
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: XFS on x86_64 Linux Question
2007-04-28 10:36 ` Justin Piszcz
@ 2007-04-28 11:57 ` Raz Ben-Jehuda(caro)
2007-04-28 12:09 ` Justin Piszcz
0 siblings, 1 reply; 6+ messages in thread
From: Raz Ben-Jehuda(caro) @ 2007-04-28 11:57 UTC (permalink / raw)
To: Justin Piszcz; +Cc: xfs, linux-raid
Justin hello
I have tested 32 to 64 bit porting of linux raid5 and xfs and LVM
it worked. though i cannot say I have tested throughly. it was a POC.
On 4/28/07, Justin Piszcz <jpiszcz@lucidpixels.com> wrote:
> With correct CC'd address.
>
>
> On Sat, 28 Apr 2007, Justin Piszcz wrote:
>
> > Hello--
> >
> > Had a quick question, if I re-provision a host with an Intel Core Duo CPU
> > with x86_64 Linux; I create a software raid array and use the XFS
> > filesystem-- all in 64bit space...
> >
> > If I boot a recovery image such as Knoppix, it will not be able to work on
> > the filesystem correct? I would need a 64bit live CD?
> >
> > Does the same apply to software raid? Can I mount a software raid created in
> > a 64bit environment in a 32bit environment?
> >
> > Justin.
> >
> -
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Raz
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: XFS on x86_64 Linux Question
2007-04-28 11:57 ` Raz Ben-Jehuda(caro)
@ 2007-04-28 12:09 ` Justin Piszcz
0 siblings, 0 replies; 6+ messages in thread
From: Justin Piszcz @ 2007-04-28 12:09 UTC (permalink / raw)
To: Raz Ben-Jehuda(caro); +Cc: xfs, linux-raid
Wow, probably better to stick with 32bit then?
On Sat, 28 Apr 2007, Raz Ben-Jehuda(caro) wrote:
> Justin hello
> I have tested 32 to 64 bit porting of linux raid5 and xfs and LVM
> it worked. though i cannot say I have tested throughly. it was a POC.
>
> On 4/28/07, Justin Piszcz <jpiszcz@lucidpixels.com> wrote:
>> With correct CC'd address.
>>
>>
>> On Sat, 28 Apr 2007, Justin Piszcz wrote:
>>
>> > Hello--
>> >
>> > Had a quick question, if I re-provision a host with an Intel Core Duo CPU
>> > with x86_64 Linux; I create a software raid array and use the XFS
>> > filesystem-- all in 64bit space...
>> >
>> > If I boot a recovery image such as Knoppix, it will not be able to work
>> on
>> > the filesystem correct? I would need a 64bit live CD?
>> >
>> > Does the same apply to software raid? Can I mount a software raid
>> created in
>> > a 64bit environment in a 32bit environment?
>> >
>> > Justin.
>> >
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
>
> --
> Raz
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: XFS on x86_64 Linux Question
2007-04-28 17:32 ` Andi Kleen
@ 2007-04-28 16:41 ` Justin Piszcz
0 siblings, 0 replies; 6+ messages in thread
From: Justin Piszcz @ 2007-04-28 16:41 UTC (permalink / raw)
To: Andi Kleen; +Cc: xfs, Alan Piszcz, linux-raid
On Sat, 28 Apr 2007, Andi Kleen wrote:
> Justin Piszcz <jpiszcz@lucidpixels.com> writes:
>
>> Had a quick question, if I re-provision a host with an Intel Core Duo
>> CPU with x86_64 Linux; I create a software raid array and use the XFS
>> filesystem-- all in 64bit space...
>>
>> If I boot a recovery image such as Knoppix, it will not be able to
>> work on the filesystem correct? I would need a 64bit live CD?
>
> There used to be a XFS bug that 32bit journals couldn't
> be replayed on 64bit and vice versa. This means you couldn't mount
> a dirty file system on the other architecture. But this bug has been
> long fixed and mounting clean file systems always worked.
>
> -Andi
>
Thanks for the prompt reply! I have more confidence in trying x86_64 now
:)
Justin.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: XFS on x86_64 Linux Question
2007-04-28 10:35 XFS on x86_64 Linux Question Justin Piszcz
2007-04-28 10:36 ` Justin Piszcz
@ 2007-04-28 17:32 ` Andi Kleen
2007-04-28 16:41 ` Justin Piszcz
1 sibling, 1 reply; 6+ messages in thread
From: Andi Kleen @ 2007-04-28 17:32 UTC (permalink / raw)
To: Justin Piszcz; +Cc: xfs, linux-raid
Justin Piszcz <jpiszcz@lucidpixels.com> writes:
> Had a quick question, if I re-provision a host with an Intel Core Duo
> CPU with x86_64 Linux; I create a software raid array and use the XFS
> filesystem-- all in 64bit space...
>
> If I boot a recovery image such as Knoppix, it will not be able to
> work on the filesystem correct? I would need a 64bit live CD?
There used to be a XFS bug that 32bit journals couldn't
be replayed on 64bit and vice versa. This means you couldn't mount
a dirty file system on the other architecture. But this bug has been
long fixed and mounting clean file systems always worked.
-Andi
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-04-28 16:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-28 10:35 XFS on x86_64 Linux Question Justin Piszcz
2007-04-28 10:36 ` Justin Piszcz
2007-04-28 11:57 ` Raz Ben-Jehuda(caro)
2007-04-28 12:09 ` Justin Piszcz
2007-04-28 17:32 ` Andi Kleen
2007-04-28 16:41 ` Justin Piszcz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox