From a7960ca5e511aa8bcae1a5222c1d7891547097fc 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 --- .../virt-hot-plugging-bridge-network-interface-cli.adoc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/virt-hot-plugging-bridge-network-interface-cli.adoc b/modules/virt-hot-plugging-bridge-network-interface-cli.adoc index b1b5f4f59474..b2828881e8fb 100644 --- a/modules/virt-hot-plugging-bridge-network-interface-cli.adoc +++ b/modules/virt-hot-plugging-bridge-network-interface-cli.adoc @@ -11,18 +11,11 @@ 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. -* You have installed the `virtctl` tool. +* The VM to which you want to hot plug the network interface is running. * 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 your preferred text editor to edit the `VirtualMachine` manifest, as shown in the following example: + .Example VM configuration