This commit adds VROC container and array creation (on clean disks)
https://github.com/gyurco/curtin/commit/fd72c17665c071cde3eb5e047662b04ab993a0dd

Stopping and destroying existing one is to be done (+specifying a size to be 
able to create more than one array in one container).
This config snippet was used on our servers:

  - type: disk
    id: /dev/nvme0n1
    path: /dev/nvme0n1
  - type: disk
    id: /dev/nvme1n1
    path: /dev/nvme1n1
  - type: disk
    id: /dev/nvme2n1
    path: /dev/nvme2n1
  - type: disk
    id: /dev/nvme3n1
    path: /dev/nvme3n1
    
  - type: raid
    id: disk_raid_container0
    raidlevel: container
    metadata: imsm
    name: /dev/md/imsm0
    devices:
     - /dev/nvme0n1
     - /dev/nvme1n1
     - /dev/nvme2n1
     - /dev/nvme3n1
     
  - type: raid
    id: md126
    name: /dev/md126
    raidlevel: 5
    container: disk_raid_container0

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