
Originally Posted by
ptmuldoon
I think I'm getting myself confused with ProxMox and setting up a VM, and not understanding if the below can be done or not. Could someone maybe help out on the proper steps.
I currently have a small nasbox running Ubuntu Server installed on a 4GB flash drive. And the system has a 4 disk, raid 5 software (mdadm) setup attached to it with all my media kept on it.
Now I want to move that Raid 5 array into a Virtual Machine. I created the VM or Ubuntu Server. But I do understand how to move the Raid Array to the VM. I had thought adding the physical disks to the VM was the proper way, but am not so sure now.
Is there another/better way you would move an existing Raid array?
Thanks
Paul
Hi Paul,
software-raid are not supported by pve but you can install it also on pve. But perhaps it's better to use the software-raid inside the guest. Simply define all hdd for the client in the config (in /etc/pve/qemu-server/VMID.conf)
like this
Code:
virtio0: local:120/vm-120-disk-1.raw
virtio1: local:120/vm-120-disk-2.raw
...
# or with real hdds
virtio0: /dev/sdb
virtio1: /dev/sdc
...
# the harddisk must be unused by the host!
Udo
Bookmarks