LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   can we implementation RAID in vertual machine (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/can-we-implementation-raid-in-vertual-machine-4175469558/)

vaibhavatalkar 07-13-2013 11:03 PM

can we implementation RAID in vertual machine
 
Can we implement RAID in vertual machine for learning bases..
because some people say there can be chances of hard disk failure when we implement in actual hard disk.
so what would you say????
thank you

Ser Olmy 07-14-2013 01:08 AM

You can implement a software RAID by simply attaching several virtual hard drives to the VM.

Hardware RAID cannot be simulated, as I'm not aware of any hypervisor capable of emulating a RAID controller.

jefro 07-14-2013 10:50 AM

I think the basic question would be what do you mean, hardware raid or software? Software would be a trivial task and relate directly to production use and testing for the most part.


I haven't played with some of the advanced vm's on some of the very newest hardware. What I had heard was that some systems can allow pass though on pci and maybe some other buses so that a real hardware chip could be used.

To go the long way around this you could do some things like create an iscsi on a hardware raid and use it for the vm.

It might be possible to use zfs or btrfs or lvm in some vm setup.

dyasny 07-14-2013 10:55 AM

why implement raid in the VM, and have the VM generate extra IO overhead, when you can place the virtual disk on an existing raid array?

jefro 07-15-2013 02:18 PM

I think they were testing a production server in a vm.


All times are GMT -5. The time now is 11:00 PM.