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

Possibly support generic virt-install options? #29

Open
opoplawski opened this issue Sep 10, 2013 · 5 comments
Open

Possibly support generic virt-install options? #29

opoplawski opened this issue Sep 10, 2013 · 5 comments

Comments

@opoplawski
Copy link
Contributor

For debugging a VM Fedora install, I wanted to implement https://fedoraproject.org/wiki/Anaconda/Logging#virt-install which requires adding:

--channel tcp,host=127.0.0.1:6080,mode=connect,target_type=virtio,name=org.fedoraproject.anaconda.log.0

to the virt-install line. Note that the host= argument can change. This seems pretty out of the ordinary, so I'm not sure if a full blown --virtio-anaconda option or some such is warranted. But a --virt-install-opts would be useful as an alternative. Thoughts?

@jimi-c
Copy link
Member

jimi-c commented Sep 15, 2013

Sure, definitely a good idea.

@chjohnst
Copy link

I like the idea of using a virt-install-opts option, but would we want this to overwrite existing ones (there are a bunch already embedded throughout the koan code its specific options) or are you just looking for an append of the --channel option?

@opoplawski
Copy link
Contributor Author

I would just want additional options. Much too much work to recreate the standard options. Perhaps the name should reflect that (--extra-virt-install-opts or some such).

@opoplawski
Copy link
Contributor Author

A new usage - install an agent guest channel:

--channel unix,target_type=virtio,name=org.qemu.guest_agent.0

Although this might be worth a checkbox in the virtualization tab

@SchoolGuy SchoolGuy transferred this issue from cobbler/cobbler Jun 18, 2019
@opoplawski
Copy link
Contributor Author

Yes, I think this needs to be a priority. Name? --virt-install-extra-options ?

@SchoolGuy SchoolGuy added this to Koan Sep 26, 2022
@SchoolGuy SchoolGuy moved this to Inbox in Koan Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Inbox
Development

No branches or pull requests

4 participants