linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Avoiding resync of RAID1 during creation
@ 2006-02-20 15:55 Bryan Wann
  2006-02-20 20:27 ` Tuomas Leikola
  0 siblings, 1 reply; 4+ messages in thread
From: Bryan Wann @ 2006-02-20 15:55 UTC (permalink / raw)
  To: linux-raid maillist

With FC2, when installing a fresh new system we would create a RAID10 
array by creating several RAID1s, then adding all of those to a RAID0 
array.  To make the RAID1 devices, we'd use the command:
   /sbin/mkraid --really-force --dangerous-no-resync /dev/mdX

Then we'd set up the RAID0 and mke2fs our filesystems on top of it. 
This worked well for us, never had any problems later.  As soon as the 
kickstart was finished, the system was ready to go.

Now with FC4, raidtools is gone and I'm left with mdadm tools.  As far 
as I can tell, mdadm has nothing resembling --dangerous-no-resync.  I've 
updated my kickstart to use mdadm instead of mkraid using:

   /sbin/mdadm --create /dev/md4 --force --run --level=1 --chunk=256 \
   --raid-disks=2 --spare-devices=0 /dev/sda5 /dev/sde5

This causes all of the newly created RAID1 devices to start syncing.  On 
a system with many large disks and RAID1 arrays, syncing takes a 
considerably long time.

Is there any way to avoid the sync after creation when using mdadm like 
I could with mkraid?

The compelling argument I've read in the archives indicates this would 
run counter to ensuring both partitions were completely clean at a block 
level.  I would think creation of the filesystem on top of the array 
would ensure they're clean, at least on that level for all intents and 
purposes.


--bryan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-20 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20 15:55 Avoiding resync of RAID1 during creation Bryan Wann
2006-02-20 20:27 ` Tuomas Leikola
2006-02-20 20:51   ` Bryan Wann
2006-02-20 21:07     ` Tuomas Leikola

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).