From 6f2229f629487b290f8cd0d9ebf8b9266c01c912 Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca Date: Mon, 3 Aug 2026 11:38:01 +0200 Subject: [PATCH] F OpenNebula/one#7679: Document feature improvements --- .gitignore | 1 + .../hosts_and_clusters/pci_passthrough.md | 4 +++- .../release_information/release_notes/resolved_issues_741.md | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index afabd0de..80093b3a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ resources/ package.json package-lock.json AGENTS.md +.DS_Store diff --git a/content/product/cluster_configuration/hosts_and_clusters/pci_passthrough.md b/content/product/cluster_configuration/hosts_and_clusters/pci_passthrough.md index 7d3bf25b..e3b6fb7f 100644 --- a/content/product/cluster_configuration/hosts_and_clusters/pci_passthrough.md +++ b/content/product/cluster_configuration/hosts_and_clusters/pci_passthrough.md @@ -320,6 +320,8 @@ PCI = [ {{% /tab %}} {{< /tabpane >}} + + ## 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. @@ -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 >}} \ No newline at end of file +{{< /tabpane >}} diff --git a/content/software/release_information/release_notes/resolved_issues_741.md b/content/software/release_information/release_notes/resolved_issues_741.md index 2cba41e9..675c3fa3 100644 --- a/content/software/release_information/release_notes/resolved_issues_741.md +++ b/content/software/release_information/release_notes/resolved_issues_741.md @@ -18,6 +18,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