* 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ messages in thread
* RE: XFS on x86_64 Linux Question
[not found] <H00000680010301f.1177756626.www.korstad.net@MHS>
@ 2007-04-28 14:53 ` Daniel Korstad
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Korstad @ 2007-04-28 14:53 UTC (permalink / raw)
To: linux-raid; +Cc: jpiszcz
Short answer, yep, I have done it.
I don't know exactly what you are looking for, or what tools you need.
The follow is my very recent experience.
I have a FC4 x86_64 that I have been using for awhile. I have a
raided OS (raid 1on using the two separate IDE controllers) and raided data
drives (9 in a RAID6 on SATA controllers)
I had replace the original OS drives with larger ones. I wanted to take
the new larger drives’ capacity and put that in the ext3 fs on the raid 1.
Last night I did this on the system;
mdadm --grow /dev/md0 --size=max
But I had older resize2fs, it does not support ext resize on a live mount
filesystem, and since this partition was my / partition...
I rebooted my system with knoppix and did;
mdadm --assemble /dev/md0 /dev/hda1 /dev/hdc1
fsck.ext /dev/md0
resize2fs /dev/md0
And reboot back to operational without any problems.
My data raid6 is on a XFS. It support live filesystem expansion
(xfs_growfs while mounted). I have not done anything with my xfs in
knoppix but I am sure some tools are in there too.
This is not a thorough test of tools on knoppix on my 64bit system but from my
experience, I can boot into it and assemble my raid within it.
Dan.
----- Inline Message Follows -----
To: xfs@oss.sgi.com
Cc: linux-raid@vger.kernel.org
From: Justin Piszcz
Subject: Re: XFS on x86_64 Linux Question
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
-
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
^ permalink raw reply [flat|nested] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ messages in thread
end of thread, other threads:[~2007-04-28 17:32 UTC | newest]
Thread overview: 7+ 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
[not found] <H00000680010301f.1177756626.www.korstad.net@MHS>
2007-04-28 14:53 ` Daniel Korstad
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).