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

Update docs about not supported rhel 7.5 and 7.6 #675

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 3 additions & 1 deletion docs/dev/libvirt-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ crw-rw-rw-+ 1 root kvm 10, 232 Oct 31 09:22 /dev/kvm
If it is missing, try some of the ideas [here][kvm-install].

### Install and Enable Libvirt
On Fedora, CentOS/RHEL:
On Fedora or RHEL systems with QEMU(2.4+):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think floor versions like this belong in docs/dev/dependencies.md under a new subsection:

## Runtime Dependencies

...FIXME Terraform...

### Libvirt

Versions of QEMU less than 2.4 lack support for `-fw_cfg`, which is required for Ignition.
QEMU 2.4 and later may or may not work, we're currently getting testing in place to check at least some versions.

Or something very roughly like that. Thoughts?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure we can document that there too. But I did wanted to mention that, if somehow your RHEL install does have qemu version 2.4+, the installer may work.


```sh
sudo yum install libvirt libvirt-devel
```

Installer currently does not work on stock RHEL-7.5 and 7.6 versions because they ship with very old version of QEMU.

Then start libvirtd:

```sh
Expand Down