-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 boot devices in virt.running and virt.defined states #57544
Comments
@cbosdo Using undocumented feature and parameters, even if they have been around for ages, is not a good policy for system software. If can request the upstream maintainers for virt to document that boot_dev parameter, then SaltStack will consider the Feature Request. Generally SaltStack only uses documented features, api's, parameters, etc. |
@dmurphy18 the point is that |
@cbosdo Well arguing without you about boot_dev is pointless, went checking and it is already in the code for Sodium at least.
Also check out 'def init()' in the same module
Going to close this feature request since the code already has it. If it is not working correctly, please open an issue describing the problem, and even better a PR with tests that fixes the issue. |
@dmurphy18 The point of this issue was not that it wasn't in And I also submitted a PR to implement it. See PR #57545 |
@cbosdo Sorry about that, initially took different meaning from your first sentence. Thanks for the PR |
Is your feature request related to a problem? Please describe.
virt.init()
module has an undocumentedboot_dev
parameter for ages that allows setting the boot devices order for a VM. This parameter needs to be provided also in thevirt.running
andvirt.defined
states for users to be able to create VMs booting using PXE or using an attached CDROM.The text was updated successfully, but these errors were encountered: