You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Libguestfs` tools help you access and modify virtual machine (VM) disk images. You can use `libguestfs` tools to view and edit files in a guest, clone and build virtual machines, and format and resize disks.
= Deploying a libguestfs-tools container by using virtctl
8
8
9
9
You can use the `virtctl guestfs` command to deploy an interactive container with `libguestfs-tools` and a persistent volume claim (PVC) attached to it.
|Specify a port number to run the proxy on the specified port, if that port is available.
@@ -129,7 +132,7 @@ If a port number is not specified, the proxy runs on a random port.
129
132
[id='vm-volume-export-commands_{context}']
130
133
== VM export commands
131
134
132
-
You can use `virtctl vmexport` commands to create, download, or delete a volume exported from a VM, VM snapshot, or persistent volume claim (PVC).
135
+
You use `virtctl vmexport` commands to create, download, or delete a volume exported from a VM, VM snapshot, or persistent volume claim (PVC).
133
136
134
137
.VM export commands
135
138
[width="100%",cols="1a,2a",options="header"]
@@ -164,7 +167,7 @@ Optional:
164
167
[id='vm-memory-dump-commands_{context}']
165
168
== VM memory dump commands
166
169
167
-
You can use the `virtctl memory-dump` command to output a virtual machine (VM) memory dump on a PVC. You can specify an existing PVC or use the `--create-claim` flag to create a new PVC.
170
+
You can use the `virtctl memory-dump` command to output a VM memory dump on a PVC. You can specify an existing PVC or use the `--create-claim` flag to create a new PVC.
168
171
169
172
.Prerequisites
170
173
@@ -219,10 +222,32 @@ You must remove a memory dump manually if you want to change the target PVC.
219
222
This command removes the association between the VM and the PVC, so that the memory dump is not displayed in the `status` section of the `VirtualMachine` resource. The PVC is not affected.
220
223
|===
221
224
225
+
// hot-plug/unplug NICs will be added in 4.14
226
+
[id="hot-plug-and-hot-unplug-commands_{context}"]
227
+
== Hot plug and hot unplug commands
228
+
229
+
You use `virtctl` to add or remove resources from running VMs and VMIs.
Copy file name to clipboardExpand all lines: virt/virt-getting-started.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Plan and install {VirtProductName} on an {product-title} cluster:
21
21
* xref:../installing/installing_bare_metal/preparing-to-install-on-bare-metal.adoc#virt-planning-bare-metal-cluster-for-ocp-virt_preparing-to-install-on-bare-metal[Plan your bare metal cluster for {VirtProductName}].
22
22
* xref:../virt/install/preparing-cluster-for-virt.adoc#preparing-cluster-for-virt[Prepare your cluster for {VirtProductName}].
23
23
* xref:../virt/install/installing-virt-web.adoc#virt-installing-virt-operator_installing-virt-web[Install the {VirtProductName} Operator].
24
-
* xref:../virt/install/virt-installing-virtctl.adoc#virt-installing-virtctl[Install the `virtctl` command line interface (CLI) tool].
24
+
* xref:../virt/virt-using-the-cli-tools.adoc#installing-virtctl_virt-using-the-cli-tools[Install the `virtctl` command line interface (CLI) tool].
You use two primary CLI tools used for managing cluster resources:
10
+
You can manage {VirtProductName} resources by using the `virtctl` command line tool.
11
11
12
-
* {VirtProductName}`virtctl` client
13
-
+
14
-
See xref:../virt/install/virt-installing-virtctl.adoc#virt-installing-virtctl[Installing the `virtctl` client].
12
+
You can also deploy a `libguestfs-tools` container by using `virtctl`. link:https://libguestfs.org[`Libguestfs`] is a set of tools for accessing and modifying virtual machine (VM) disk images.
0 commit comments