Bug #33930
Templates - vgname is hardcoded to vg_sda
Difficulty:
trivial
Triaged:
No
Pull request:
Description
It's rather unfortunate to hardcode the name vg_sda when you're actually partitioning some device other than sda.
Associated revisions
History
#1
Updated by Erik Berg over 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/8926 added
#2
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
#3
Updated by Erik Berg over 1 year ago
- Category set to Templates
#4
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases 3.3.0 added
#5
Updated by Anonymous about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|adceac38f30230ec7cbfd5de392fbb4e831e886d.
#6
Updated by Amit Upadhye 11 months ago
- Subject changed from templates - vgname is hardcoded to vg_sda to Templates - vgname is hardcoded to vg_sda
Fixes #33930 - templates: set vgname based on dev
It's rather unfortunate to hardcode the name vg_sda when you're
actually partitioning some device other than sda.
Fixes #33931 - templates: add /boot/efi on UEFI
The only difference between BIOS and UEFI is the addition of a line
for adding /boot/efi. Remove duplicated code. Fix strange
indentation in the rendered template.
Fixes #33934 - templates: custom name for vgs and lvs
By adding part_vgname, you can now customize the name of the volume
group. By adding part_swap_name, part_root_name, part_home_name, you can
also customize the names of the logical volumes.