Skip to content

Commit 3546dca

Browse files
authored
Merge pull request #93102 from sjhala-ccs/cnv-57555
CNV-57555: Added new hot plug/uplug permissions requirement
2 parents ab98cd6 + 4b0952c commit 3546dca

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Hot plug a secondary network interface to a virtual machine (VM) while the VM is
1313
* A network attachment definition is configured in the same namespace as your VM.
1414
* You have installed the `virtctl` tool.
1515
* You have installed the OpenShift CLI (`oc`).
16+
* You have permission to create and list `VirtualMachineInstanceMigration` objects.
1617
1718
.Procedure
1819

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Hot unplugging is not supported for Single Root I/O Virtualization (SR-IOV) inte
1818
* Your VM must be running.
1919
* The VM must be created on a cluster running {VirtProductName} 4.14 or later.
2020
* The VM must have a bridge network interface attached.
21+
* You have permission to create and list `VirtualMachineInstanceMigration` objects.
2122
2223
.Procedure
2324

virt/vm_networking/virt-hot-plugging-network-interfaces.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
1212

1313

1414
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
15-
You can add or remove secondary network interfaces without stopping your virtual machine (VM). {VirtProductName} supports hot plugging and hot unplugging for secondary interfaces that use bridge binding and the VirtIO device driver. {VirtProductName} also supports hot plugging secondary interfaces that use SR-IOV binding.
15+
You can add or remove secondary network interfaces without stopping your virtual machine (VM). {VirtProductName} supports hot plugging and hot unplugging for secondary interfaces that use bridge binding and the VirtIO device driver. {VirtProductName} also supports hot plugging secondary interfaces that use SR-IOV binding. To hot plug or hot unplug a secondary interface, you must have permission to create and list `VirtualMachineInstanceMigration` objects.
1616

1717
[NOTE]
1818
====

0 commit comments

Comments
 (0)