Re: NVRAM support

2006-02-10 Thread dean gaudet
On Fri, 10 Feb 2006, Bill Davidsen wrote: > Erik Mouw wrote: > > > You could use it for an external journal, or you could use it as a swap > > device. > > > > Let me concur, I used external journal on SSD a decade ago with jfs (AIX). If > you do a lot of operations which generate journal entri

Re: shared spare

2006-02-10 Thread Ross Vandegrift
On Fri, Feb 10, 2006 at 05:49:13PM -0500, Bill Davidsen wrote: > One of the things I like about the IBM ServeRAID controller is spare > drive shared between two RAID groups. First to fail gets it. For > software RAID is this at all in the future? Nope, it's in the present! Check through the man

shared spare

2006-02-10 Thread Bill Davidsen
One of the things I like about the IBM ServeRAID controller is spare drive shared between two RAID groups. First to fail gets it. For software RAID is this at all in the future? -- bill davidsen <[EMAIL PROTECTED]> CTO TMR Associates, Inc Doing interesting things with small computers since 19

Re: 2.6.15: mdrun, udev -- who creates nodes?

2006-02-10 Thread Bill Davidsen
linas wrote: On Tue, Jan 31, 2006 at 04:40:46PM +, Jason Lunz was heard to remark: [EMAIL PROTECTED] said: -- kernel scans /dev/hda1, looking for md superblock -- kernel assembles devices according to info found in the superblocks -- udev creates /dev/md0, etc.=20 The pro

Re: heavy problem with raid initialisation

2006-02-10 Thread Luca Berra
On Fri, Feb 10, 2006 at 06:25:30PM +0100, Guillaume Rousse wrote: Luca Berra wrote: On Fri, Feb 10, 2006 at 11:11:24AM +0100, Guillaume Rousse wrote: Hello. I'm using software raid with mdadm 1.7.0 on a mandrake linux 10.1, but I'm facing heavy initialisation troubles. The first array /dev/md0

Re: NVRAM support

2006-02-10 Thread Paul Clements
Mirko Benz wrote: Does a high speed NVRAM device makes sense for Linux SW RAID? E.g. a PCI card that exports battery backed memory. Sure. There are a couple ways I can think of using such a thing: 1) put an md intent bitmap on the NVRAM device for faster resyncs 2) use the NVRAM as a write j

Re: heavy problem with raid initialisation

2006-02-10 Thread Guillaume Rousse
Luca Berra wrote: > On Fri, Feb 10, 2006 at 11:11:24AM +0100, Guillaume Rousse wrote: >> Hello. >> >> I'm using software raid with mdadm 1.7.0 on a mandrake linux 10.1, but >> I'm facing heavy initialisation troubles. The first array /dev/md0 is >> automatically created and launched at startup (tho

Re: Question: array locking, possible?

2006-02-10 Thread Paul Clements
Jure Pečar wrote: I too am running a jbod with md raid between two machines. So far md never caused any kind of problems, altough I did have situations where both machines were syncing mirrors at once. If there's a little tool to reserve a disk via scsi, I'd like to know about it too. Even a pi

Re: NVRAM support

2006-02-10 Thread Bill Davidsen
Erik Mouw wrote: On Fri, Feb 10, 2006 at 10:01:09AM +0100, Mirko Benz wrote: Does a high speed NVRAM device makes sense for Linux SW RAID? E.g. a PCI card that exports battery backed memory. Unless it's very large (i.e.: as large as one of your disks), it doesn't make sense. It will p

Re: NVRAM support

2006-02-10 Thread Erik Mouw
On Fri, Feb 10, 2006 at 10:01:09AM +0100, Mirko Benz wrote: > Does a high speed NVRAM device makes sense for Linux SW RAID? E.g. a PCI > card that exports battery backed memory. Unless it's very large (i.e.: as large as one of your disks), it doesn't make sense. It will probably break less often,

Re: heavy problem with raid initialisation

2006-02-10 Thread Luca Berra
On Fri, Feb 10, 2006 at 11:11:24AM +0100, Guillaume Rousse wrote: Hello. I'm using software raid with mdadm 1.7.0 on a mandrake linux 10.1, but I'm facing heavy initialisation troubles. The first array /dev/md0 is automatically created and launched at startup (though mdadm -As in init scripts),

lvm extent sizes, and mke2fs stride values

2006-02-10 Thread Andy Smith
Hello, Given (what I imagine to be) the fairly common scenario of using an md device as a PV for LVM and then using multiple LVs from that: a) is there any benefit to altering the LV's extent size to match the RAID stripe size? b) is there any point in using the -E stride= option of mke2fs to

heavy problem with raid initialisation

2006-02-10 Thread Guillaume Rousse
Hello. I'm using software raid with mdadm 1.7.0 on a mandrake linux 10.1, but I'm facing heavy initialisation troubles. The first array /dev/md0 is automatically created and launched at startup (though mdadm -As in init scripts), but not the second array /dev/md1. mdadm --examine --scan --config=

NVRAM support

2006-02-10 Thread Mirko Benz
Hello, Does a high speed NVRAM device makes sense for Linux SW RAID? E.g. a PCI card that exports battery backed memory. Could that significantly improve write speed for RAID 5/6 (e.g. via an external journal, asynchronous operation and write caching)? What changes would be required? Thanks,