-
Notifications
You must be signed in to change notification settings - Fork 373
Network:the network added via hotplug is not available when machine=q35 #861
Comments
I believe there are different PCI(e) hotplug features between q35 and 'pc' - iirc, q35 maybe PCI, not PCIe, and thus not have hotplug. /cc @devimc who did the original looking into this iirc. |
@miaoyq you should be able (relying on latest agent and latest runtime) to hotplug some additional interfaces when using |
@miaoyq also please update kata kernel, SHPC must be enabled |
I will close this issue. |
Glad this is now working - it makes me wonder though, are we missing some documentation here, or should it be in a better/clearer/easier-to-find place etc.? |
@grahamwhaley There are instructions actually in |
"make proto" will fail on arm64 using docker 18.06. This bug will be gone if using docker 19.03. so upgrade docker before "make proto" for arm64. Depends-on: github.com/kata-containers#3057 Fixes: kata-containers#861 Signed-off-by: Jianyong Wu <[email protected]>
Description of problem
I set
machine_type = q35
, and created a kata container.When I attached a veth to the container, found the veth was unavailable,
@sboeuf
(replace this text with the output of the
kata-collect-data.sh
script, afteryou have reviewed its content to ensure it does not contain any private
information).
The text was updated successfully, but these errors were encountered: