linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Is it possible to create a raid from/over other raids?
@ 2013-12-18 21:12 Wilson Jonathan
  2013-12-18 22:37 ` Adam Goryachev
  2013-12-19  9:17 ` Stan Hoeppner
  0 siblings, 2 replies; 6+ messages in thread
From: Wilson Jonathan @ 2013-12-18 21:12 UTC (permalink / raw)
  To: linux-raid

I realise if it is possible its not going to be the best solution, but a
temp stop gap... 

What I am thinking of doing is while I save up to by my 4'th new disk
for a new raid 6 setup (4 drive raid 6, currently has 3 disks 1 missing)
is it possible to use 3 existing smaller disks, create a raid0 across
them and then add the resulting /dev/dmX as "a disk" where the currently
missing disk is marked as missing.

EG. /dev/md7  ... /dev/sdb1 /dev/sdc1 /dev/sdd1 missing

mdadm create /dev/md8 raid0 /dev/sde1 /dev/sdf1 /dev/sdg1

mdadm --add /dev/md7 /dev/md8

If it is possible do I need to make sure the order in the conf file
first lists the /md8 then the /md7 or will mdadm see that a raid
contains a raid as a disk and then waits for it before assembling.

  


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

end of thread, other threads:[~2013-12-19 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 21:12 Is it possible to create a raid from/over other raids? Wilson Jonathan
2013-12-18 22:37 ` Adam Goryachev
2013-12-18 23:32   ` Phil Turmel
2013-12-19  9:17 ` Stan Hoeppner
2013-12-19 13:57   ` Wilson Jonathan
2013-12-19 14:58     ` Stan Hoeppner

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