You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PCI Passthrough is not currently supported for LXC containers.
76
+
You can perform NIC PCI Passthrough on containers. For this you simply need the [PCI NICs to be monitored in the LXC hosts]({{% relref "../../cloud_clusters_infrastructure_configuration/hosts_and_clusters_configuration/pci_passthrough.md#driver-configuration" %}}). The configuration file for the PCI device detection is `/var/lib/one/remotes/etc/im/lxc-probes.d/pci.conf`. Once monitoring is successful, you can [use this PCI NIC]({{% relref "../../cloud_clusters_infrastructure_configuration/hosts_and_clusters_configuration/pci_passthrough.md#usage" %}})
77
+
by declaring in it on the VM Template or hot plugging it.
78
+
79
+
Example PCI device monitoring
80
+
81
+
```bash
82
+
onehost show 1 -j | jq .HOST.HOST_SHARE.PCI_DEVICES.PCI[-1]
Copy file name to clipboardExpand all lines: content/software/release_information/release_notes_72/whats_new.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ We encourage you to review the [Known Issues]({{% relref "known_issues" %}}) and
59
59
<!--keeping some examples-->
60
60
-[Transparent proxying](../../../product/virtual_machines_operation/virtual_machines_networking/tproxy) allows VMs to access external services like OneGate without requiring complex networking setup.
61
61
62
+
## LXC
63
+
64
+
- NIC Hotplugging, recontextualization and NIC PCI passthrough are now available [driver features](../../../product/operation_references/hypervisor_configuration/lxc_driver.md).
0 commit comments