Public bug reported:

MaaS and curtin currently doesn't support creating RAID arrays with NVMe
devices using the Intel Virtual RAID On CPU technology. Even worse, when
it encounters one, it tries to destroy it, but fail to do it also.

Creating a VROC array requires creating an external container via mdadm (-e 
option, maybe this one could be generalized):
mdadm -C /dev/md/imsm0 /dev/nvme[0-3]n1 -n 4 -e imsm

Then the RAID array can be created:
mdadm -C /dev/md126 /dev/md/imsm0 -n 4 -l 5

** Affects: curtin (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893661

Title:
  Support for Intel VROC (Virtual RAID On CPU)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1893661/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to