Skip to content

Commit 5b65ae8

Browse files
authored
Merge pull request #64092 from apinnick/virtctl-title-change
virtctl title update
2 parents 35a462c + 9d7fd00 commit 5b65ae8

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3645,7 +3645,7 @@ Topics:
36453645
- Name: Getting started with OKD Virtualization
36463646
File: virt-getting-started
36473647
Distros: openshift-origin
3648-
- Name: Using the virtctl and libguestfs CLI tools
3648+
- Name: virtctl and libguestfs
36493649
File: virt-using-the-cli-tools
36503650
- Name: Web console overview
36513651
File: virt-web-console-overview

modules/virt-creating-pvc-with-virtctl-guestfs.adoc renamed to modules/virt-deploying-libguestfs-with-virtctl.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// * virt/getting_started/virt-using-the-cli-tools.adoc
44

55
:_content-type: PROCEDURE
6-
[id="virt-creating-pvc-with-virtctl-guestfs_{context}"]
7-
= Deploying a libguestfs-tools container by using virtctl
6+
[id="virt-deploying-libguestfs-with-virtctl_{context}"]
7+
= Deploying libguestfs by using virtctl
88

99
You can use the `virtctl guestfs` command to deploy an interactive container with `libguestfs-tools` and a persistent volume claim (PVC) attached to it.
1010

modules/virt-virtctl-commands.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
:_content-type: REFERENCE
66
[id="virt-virtctl-commands_{context}"]
7-
= Virtctl commands
7+
= virtctl commands
88

99
The `virtctl` client is a command-line utility for managing {VirtProductName} resources.
1010

1111
[NOTE]
1212
====
13-
The virtual machine (VM) commands also apply to virtual machine instances unless otherwise specified.
13+
The virtual machine (VM) commands also apply to virtual machine instances (VMIs) unless otherwise specified.
1414
====
1515

1616
// apinnick: I recommend not breaking these sections into separate modules because of maintenance issues.
1717
// These sections will never be used independently.
1818

1919
[id='virtctl-information-commands_{context}']
20-
== Virtctl information commands
20+
== virtctl information commands
2121

2222
You use `virtctl` information commands to view information about the `virtctl` client.
2323

@@ -41,7 +41,7 @@ You use `virtctl` information commands to view information about the `virtctl` c
4141
[id='vm-information-commands_{context}']
4242
== VM information commands
4343

44-
You can use `virtctl` to view information about VMs and VMIs.
44+
You can use `virtctl` to view information about virtual machines (VMs) and virtual machine instances (VMIs).
4545

4646
.VM information commands
4747
[width="100%",cols="1a,2a",options="header"]
@@ -60,7 +60,7 @@ You can use `virtctl` to view information about VMs and VMIs.
6060
[id='vm-management-commands_{context}']
6161
== VM management commands
6262

63-
You use `virtctl` virtual machine (VM) management commands to manage and migrate VMs and VMIs.
63+
You use `virtctl` virtual machine (VM) management commands to manage and migrate virtual machines (VMs) and virtual machine instances (VMIs).
6464

6565
.VM management commands
6666
[width="100%",cols="1a,2a",options="header"]
@@ -104,7 +104,7 @@ You use `virtctl` virtual machine (VM) management commands to manage and migrate
104104
[id='vm-connection-commands_{context}']
105105
== VM connection commands
106106

107-
You use `virtctl` connection commands to expose ports and connect to VMs and VMIs.
107+
You use `virtctl` connection commands to expose ports and connect to virtual machines (VMs) and virtual machine instances (VMIs).
108108

109109
.VM connection commands
110110
[width="100%",cols="1a,2a",options="header"]
@@ -238,7 +238,7 @@ This command removes the association between the VM and the PVC, so that the mem
238238
[id="hot-plug-and-hot-unplug-commands_{context}"]
239239
== Hot plug and hot unplug commands
240240

241-
You use `virtctl` to add or remove resources from running VMs and VMIs.
241+
You use `virtctl` to add or remove resources from running virtual machines (VMs) and virtual machine instances (VMIs).
242242

243243
.Hot plug and hot unplug commands
244244
[width="100%",cols="1a,2a",options="header"]

virt/getting_started/virt-using-the-cli-tools.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99

1010
You can manage {VirtProductName} resources by using the `virtctl` command line tool.
1111

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.
12+
You can access and modify virtual machine (VM) disk images by using the link:https://libguestfs.org[`libguestfs`] command line tool. You deploy `libguestfs` by using the `virtctl libguestfs` command.
1313

1414
[id="installing-virtctl_virt-using-the-cli-tools"]
1515
== Installing virtctl
@@ -24,9 +24,7 @@ include::modules/virt-installing-virtctl-client-yum.adoc[leveloffset=+2]
2424

2525
include::modules/virt-virtctl-commands.adoc[leveloffset=+1]
2626

27-
== Using libguestfs
28-
29-
include::modules/virt-creating-pvc-with-virtctl-guestfs.adoc[leveloffset=+2]
27+
include::modules/virt-deploying-libguestfs-with-virtctl.adoc[leveloffset=+1]
3028

3129
include::modules/virt-about-libguestfs-tools-virtctl-guestfs.adoc[leveloffset=+2]
3230

0 commit comments

Comments
 (0)