Description of problem:
For RHVH we are using a custom installclass to set the autopartitioning, this works fine.
But as soon as the user chooses manul partitioning, he is completely free in doing the partitioning. The issue is that RHVH has a few (4?) constraints like
- Needs to be thin LV for /
- /boot must be >=1GB
- /var must be on a separate LV or partition
- /var must be at least 10GB
We would like to have a way to express these constraints from the installclass.
Version-Release number of selected component (if applicable):
7.3
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
A pull request with a fix is available here: https://github.com/rhinstaller/anaconda/pull/972
One of the commits adds required constraints to the class OvirtBaseInstallClass. Is it all right or do you use your own install class?
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2017:2293