-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
QEMU guest agent not available in OpenStack Nova image #34722
Comments
Workaround
then the command to build the image becomes
|
I would like to install qemu-agent in libvirtd images for nixops too. I believe it deserves its own name |
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
I built an OpenStack VM image using https://github.com/NixOS/nixpkgs/blob/master/nixos/maintainers/scripts/openstack/nova-image.nix (specifically
nix-build '<nixpkgs/nixos>' -A config.system.build.novaImage --arg configuration "{ imports = [ <nixpkgs/nixos/maintainers/scripts/openstack/nova-image.nix> ]; }"
) and the resulting image does not haveqemu-ga
available.The administrators of the OpenStack deployment I'm using tell me this is essential, so I am looking at how to make it available. It seems like the
qemu-ga
binary is made available by installingqemu
itself, though e.g. Gentoo's qemu-guest-agent ebuild seems to build only the guest agent.If the guest agent is indeed required for things like snapshotting Nova VMs, it seems like
nova-image.nix
should ensure qemu is installed and a systemd unit created to startqemu-ga
.Technical details
"x86_64-linux"
Linux 4.9.77, NixOS, 17.09.2816.ae24fad5abf (Hummingbird)
no
yes
nix-env (Nix) 1.11.16
"nixos-17.09.2816.ae24fad5abf"
/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs
The text was updated successfully, but these errors were encountered: