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

Add note about qemu_agent for bridge networks to ipNotFoundMsg #1054

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libvirt/resource_libvirt_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ func resourceLibvirtDomainCreate(ctx context.Context, d *schema.ResourceData, me
"3) Networking issues on your libvirt setup? \n " +
"4) is DHCP enabled on this Domain's network? \n" +
"5) if you use bridge network, the domain should have the pkg" +
" qemu-agent installed \n" +
" qemu-agent installed and `qemu_agent = true` set\n" +
"IMPORTANT: This error is not a terraform libvirt-provider" +
" error, but an error caused by your KVM/libvirt" +
" infrastructure configuration/setup"
Expand Down