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 specifying devicename prefix and allow disabling LVM #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

warpet
Copy link

@warpet warpet commented Jul 12, 2021

This modification allows to do 2 things:

  1. Allow to specify a devicename prefix of devices which should be used for installation
  2. Allow to disable LVM

1 Allow to override device name prefix of which devices are to be detected.

On systems with nvme disks present themselves as /dev/nvmeXpY, so we need to be able to set a prefix different than 'sd'. In our case:
installimage_device_prefix: nvme

2 Allow to disable LVM

If you want to disable LVM just set volumes to an empty hash:
volumes:

warpet added 2 commits July 12, 2021 12:01
…ces are to be detected.

On systems with nvme disks present themselves as /dev/nvmeXpY, so we need to be able to set a prefix different than 'sd'. In our case:

installimage_device_prefix: nvme
If you want to disable LVM just set volumes to an empty hash:

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

Successfully merging this pull request may close these issues.

1 participant