Skip to content

Commit ff0490a

Browse files
authored
Merge pull request #97079 from sjhala-ccs/cnv-66175
CNV-66175: Removed virtctl prereq and command from NIC hot plug doc
2 parents 112ba36 + a7960ca commit ff0490a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

modules/virt-hot-plugging-bridge-network-interface-cli.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,11 @@ Hot plug a secondary network interface to a virtual machine (VM) while the VM is
1111
.Prerequisites
1212

1313
* A network attachment definition is configured in the same namespace as your VM.
14-
* You have installed the `virtctl` tool.
14+
* The VM to which you want to hot plug the network interface is running.
1515
* You have installed the {oc-first}.
1616
1717
.Procedure
1818

19-
. If the VM to which you want to hot plug the network interface is not running, start it by using the following command:
20-
+
21-
[source,terminal]
22-
----
23-
$ virtctl start <vm_name> -n <namespace>
24-
----
25-
2619
. Use your preferred text editor to edit the `VirtualMachine` manifest, as shown in the following example:
2720
+
2821
.Example VM configuration

0 commit comments

Comments
 (0)