From d8a4bd0cea975a366653627a6621fe9b3a572de1 Mon Sep 17 00:00:00 2001 From: Shikha Jhala Date: Mon, 4 Aug 2025 10:29:57 -0400 Subject: [PATCH] CNV-66175: Removed virtctl prereq and command from NIC hot plug procedure --- ...t-plugging-bridge-network-interface-cli.adoc | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/modules/virt-hot-plugging-bridge-network-interface-cli.adoc b/modules/virt-hot-plugging-bridge-network-interface-cli.adoc index 8e00a4c290fb..ba8756d642f8 100644 --- a/modules/virt-hot-plugging-bridge-network-interface-cli.adoc +++ b/modules/virt-hot-plugging-bridge-network-interface-cli.adoc @@ -11,25 +11,14 @@ Hot plug a secondary network interface to a virtual machine (VM) while the VM is .Prerequisites * A network attachment definition is configured in the same namespace as your VM. +* The VM to which you want to hot plug the network interface is running. * You have installed the `virtctl` tool. -* You have installed the OpenShift CLI (`oc`). * You have permission to create and list `VirtualMachineInstanceMigration` objects. +* You have installed the {oc-first}. .Procedure -. If the VM to which you want to hot plug the network interface is not running, start it by using the following command: -+ -[source,terminal] ----- -$ virtctl start -n ----- - -. Use the following command to add the new network interface to the running VM. Editing the VM specification adds the new network interface to the VM and virtual machine instance (VMI) configuration but does not attach it to the running VM. -+ -[source,terminal] ----- -$ oc edit vm ----- +. Use your preferred text editor to edit the `VirtualMachine` manifest, as shown in the following example: + .Example VM configuration [source,yaml]