[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Nbd] network block deive with raid5



Hi,

On Tue, May 12, 2015 at 01:13:10PM +0000, wadood rahimi wrote:
> hi how are you I hope you will be fine and be successful in your life .
> I am in fourth class of computer science and  my  final project is network
> block device implementation and I studied it and it also has the raid5 support
> .
> now please help me about implementation of raid5 with network block device.
> without the raid5 I can configure it bit i have a single machine and with one
> hard disk and i implement it in virtual machine workstation .

Not sure what you want to do. Roy's mail might get you somewhere; it's
also possible, however, to just use the NBD devices as the low-level
devices below an MD "software RAID" array. Something like:

mdadm --create -n 3 -l 5 /dev/md0 /dev/nbd0 /deb/nbd1 /dev/nbd2

will create an NBD-backed RAID5 array for you.

If you have any more detailed questions, I'll be happy to answer them.

-- 
It is easy to love a country that is famous for chocolate and beer

  -- Barack Obama, speaking in Brussels, Belgium, 2014-03-26



Reply to: