Allow setting raid level/config per partition #13

Open
opened 2019-04-02 02:23:08 +02:00 by SharkWipf · 1 comment
SharkWipf commented 2019-04-02 02:23:08 +02:00 (Migrated from github.com)

Currently, you can only select one raid level for all following partitions, despite each partition being created as a separate raid device.
It would be great to have the option to have different raid levels per partition, i.e.:

  • Raid 1 for the server;
  • Raid 1 for a guest images partition/volume;
  • No raid for (duplicated) swap partitions, since these stripe by default;
  • Raid 0 for a volume dedicated to swap partitions for VMs, since those don't really benefit from raid 1 anyway.

Currently, to achieve this, we have to manually adjust the partitions after the installation is done.

Currently, you can only select one raid level for all following partitions, despite each partition being created as a separate raid device. It would be great to have the option to have different raid levels per partition, i.e.: - Raid 1 for the server; - Raid 1 for a guest images partition/volume; - No raid for (duplicated) swap partitions, since these stripe by default; - Raid 0 for a volume dedicated to swap partitions for VMs, since those don't really benefit from raid 1 anyway. Currently, to achieve this, we have to manually adjust the partitions after the installation is done.
cyberplant commented 2023-09-08 06:06:28 +02:00 (Migrated from github.com)
Please check my PR https://github.com/hetzneronline/installimage/pull/85
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DiamantTh/installimage#13
No description provided.