linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Creating new raid5 or 6 with --assume-clean
@ 2013-12-02  3:07 Wakko Warner
  2013-12-02  8:48 ` Robin Hill
  0 siblings, 1 reply; 3+ messages in thread
From: Wakko Warner @ 2013-12-02  3:07 UTC (permalink / raw)
  To: linux-raid

This is a general question, but I'll give a specific.

If I create an array with assume clean and proceed to write to the device,
what happens with the parity?

EX:
mdadm -C /dev/md0 -n 4 -l 6 -e 1.0 -b internal -c 128 --assume-clean \
	sdc2 sdd2 sdf2 sde2

Then:
dd if=/dev/zero of=/dev/md0 bs=1M

When it finishes, will all the parity blocks be correct for raid 5 and
raid6?

Would changing md/stripe_cache_size up/down make a difference to the
parities?

-- 
 Microsoft has beaten Volkswagen's world record.  Volkswagen only created 22
 million bugs.

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

end of thread, other threads:[~2013-12-06 22:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02  3:07 Creating new raid5 or 6 with --assume-clean Wakko Warner
2013-12-02  8:48 ` Robin Hill
2013-12-06 22:52   ` Wakko Warner

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