Skip to content

Commit 62cc4a9

Browse files
authored
Merge pull request #61776 from apinnick/fix-virtctl-rendering
Fix bad table rendering
2 parents c2dfa60 + 0f52f82 commit 62cc4a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/virt-virtctl-commands.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,20 +228,20 @@ This command removes the association between the VM and the PVC, so that the mem
228228

229229
You use `virtctl` to add or remove resources from running VMs and VMIs.
230230

231-
.Hot plug and hot-unplug commands
231+
.Hot plug and hot unplug commands
232232
[width="100%",cols="1a,2a",options="header"]
233233
|===
234234
|Command |Description
235235
|`virtctl addvolume <vm_name> --volume-name=<datavolume_or_PVC> [--persist] [--serial=<label>]`
236-
|Hot plug a virtual disk by attaching a data volume or persistent volume claim (PVC) to a running VM.
236+
|Hot plug a data volume or persistent volume claim (PVC).
237237

238238
Optional:
239239

240-
* `--persist` mounts the virtual disk permanently on a VM. This flag does not apply to VMIs.
240+
* `--persist` mounts the virtual disk permanently on a VM. *This flag does not apply to VMIs.*
241241
* `--serial=<label>` adds a label to the VM. If you do not specify a label, the default label is the data volume or PVC name.
242242

243-
|`virtctl removevolume <vm_name> --volume-name=<datavolume|PVC>`
244-
|Hot unplug a virtual disk from a running VM.
243+
|`virtctl removevolume <vm_name> --volume-name=<virtual_disk>`
244+
|Hot unplug a virtual disk.
245245
|===
246246

247247
[id='image-upload-commands_{context}']

0 commit comments

Comments
 (0)