Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ resources/
package.json
package-lock.json
AGENTS.md
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ PCI = [
{{% /tab %}}
{{< /tabpane >}}

<a id="sriov"></a>

## Usage as Network Interfaces

It is possible use a PCI device as an NIC interface directly in OpenNebula. In order to do so you will need to follow the configuration steps mentioned in this guide, namely changing the device driver.
Expand Down Expand Up @@ -383,4 +385,4 @@ PCI = [
Note that the order of appearance of the `PCI` elements and `NIC` elements in the template is relevant. They will be mapped to NICs in the order they appear, regardless of whether or not they’re NICs of PCIs.

{{% /tab %}}
{{< /tabpane >}}
{{< /tabpane >}}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Include a high level description and a link to the documentation explaining the
* Add per-VM live migration options through [`MIGRATE_AUTO_CONVERGE` and `MIGRATE_COMPRESSED`]({{% relref "/product/operation_references/configuration_references/template#template-features" %}}) VM template attributes. Administrators can now tune auto-convergence and memory compression only for selected KVM VMs, improving migration reliability and bandwidth usage without changing global driver defaults.
-->

* Extend link state management for network Physical Functions when using Virtual Functions as [PCI network interfaces]({{% relref "product/cluster_configuration/hosts_and_clusters/pci_passthrough.md#sriov" %}}) .

## Resolved Issues
<!-- item structure
One line per issue starting with "Fix ...". Descrive the issue so the user understands the fix. Add link to GH. Example:
Expand Down
Loading