Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting raid level/config per partition #13

Open
SharkWipf opened this issue Apr 2, 2019 · 1 comment
Open

Allow setting raid level/config per partition #13

SharkWipf opened this issue Apr 2, 2019 · 1 comment

Comments

@SharkWipf
Copy link

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

Please check my PR #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants