We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Operating System images may require LVM support on mounting (examples here -> https://github.com/plunder-app/BOOTy/blob/master/pkg/realm/disk.go)
Requires running a scan operation to populate /dev with the lvm dev nodes, once populated we can mount these LVM device nodes.
/dev
Operating System and version (e.g. Linux, Windows, MacOS):
How are you running Tinkerbell? Using Vagrant & VirtualBox, Vagrant & Libvirt, on Packet using Terraform, or give details:
Link to your project or a code example to reproduce issue:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
Operating System images may require LVM support on mounting (examples here -> https://github.com/plunder-app/BOOTy/blob/master/pkg/realm/disk.go)
Requires running a scan operation to populate
/dev
with the lvm dev nodes, once populated we can mount these LVM device nodes.Current Behaviour
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
Operating System and version (e.g. Linux, Windows, MacOS):
How are you running Tinkerbell? Using Vagrant & VirtualBox, Vagrant & Libvirt, on Packet using Terraform, or give details:
Link to your project or a code example to reproduce issue:
The text was updated successfully, but these errors were encountered: