Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Formatting + mention about VFIO devices #62

Merged
merged 1 commit into from
Jan 25, 2024
Merged
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
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ lspci -nnD | grep -i nvidia
In the above example output the first entry on the line is the PCI slot name. The second last column is the PCI ID.

Configure all PCI device IDs to VFIO:

**/etc/modprobe.d/vfio.conf**
```
options vfio-pci ids=10de:2684,10de:22ba
Expand Down Expand Up @@ -160,7 +161,13 @@ podman run -it -v /var/lib/gevulot:/var/lib/gevulot:z quay.io/gevulot/node:lates

Gevulot node is packaged as a container for best possible platform compatibility and it is recommended to run it with Podman Quadlet.

To pass VFIO devices into container, check the specific devices for your installation and update them to systemd unit below:
```
ls /dev/vfio
```

Use following systemd unit as basis for running Gevulot node:

**/etc/containers/systemd/gevulot-node.container**
```
[Install]
Expand Down
Loading