Skip to content

Commit 622077a

Browse files
authored
Merge pull request #36864 from sjhala-ccs/cnv-13295
CNV-13295: Updated topic titles for consistency
2 parents 9abf96a + bf3e1c8 commit 622077a

17 files changed

+26
-27
lines changed

modules/virt-understanding-live-migration.adoc renamed to modules/virt-about-live-migration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Module included in the following assemblies:
22
//
33
// * virt/live_migration/virt-live-migration.adoc
4-
// * virt/upgrading-virt.adoc
54

6-
[id="virt-understanding-live-migration_{context}"]
7-
= Understanding live migration
5+
6+
[id="virt-about-live-migration_{context}"]
7+
= About live migration
88

99
Live migration is the process of moving a running virtual machine instance (VMI) to another node in the cluster without interrupting the virtual workload or access. If a VMI uses the `LiveMigrate` eviction strategy, it automatically migrates when the node that the VMI runs on is placed into maintenance mode. You can also manually start live migration by selecting a VMI to migrate.
1010

modules/virt-understanding-node-maintenance.adoc renamed to modules/virt-about-node-maintenance.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Module included in the following assemblies:
22
// virt/node_maintenance/virt-about-node-maintenance.adoc
33

4-
[id="virt-understanding-node-maintenance_{context}"]
5-
= Understanding node maintenance mode
4+
[id="virt-about-node-maintenance_{context}"]
5+
= About node maintenance mode
66

77
Nodes can be placed into maintenance mode using the `oc adm` utility, or using `NodeMaintenance` custom resources (CRs).
88

modules/virt-understanding-scratch-space.adoc renamed to modules/virt-about-scratch-space.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//
33
// * virt/virtual_machines/virtual_disks/virt-preparing-cdi-scratch-space.adoc
44

5-
[id="virt-understanding-scratch-space_{context}"]
6-
= Understanding scratch space
5+
[id="virt-about-scratch-space_{context}"]
6+
= About scratch space
77

88
The Containerized Data Importer (CDI) requires scratch space (temporary storage) to complete some operations, such as importing and uploading virtual machine images.
99
During this process, CDI provisions a scratch space PVC equal to the size of the PVC backing the destination data volume (DV).

modules/virt-understanding-smart-cloning.adoc renamed to modules/virt-about-smart-cloning.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//
33
// * virt/virtual_machines/virtual_disks/virt-cloning-a-datavolume-using-smart-cloning.adoc
44

5-
[id="virt-understanding-smart-cloning_{context}"]
6-
= Understanding smart-cloning
5+
[id="virt-about-smart-cloning_{context}"]
6+
= About smart-cloning
77

88
When a data volume is smart-cloned, the following occurs:
99

modules/virt-understanding-virtio-drivers.adoc renamed to modules/virt-about-virtio-drivers.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
//This file contains UI elements and/or package names that need to be updated.
77

8-
[id="virt-understanding-virtio-drivers_{context}"]
9-
= Understanding VirtIO drivers
8+
[id="virt-about-virtio-drivers_{context}"]
9+
= About VirtIO drivers
1010

1111
VirtIO drivers are paravirtualized device drivers required for Microsoft Windows
1212
virtual machines to run in {VirtProductName}. The supported drivers are
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//
33
// * virt/logging_events_monitoring/virt-events.adoc
44

5-
[id="virt-understanding-events_{context}"]
6-
= Understanding virtual machine events
5+
[id="virt-about-vm-events_{context}"]
6+
= About virtual machine events
77

88
{product-title} events are records of important life-cycle information in a
99
namespace and are useful for monitoring and troubleshooting resource
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//
33
// * virt/logging_events_monitoring/virt-logs.adoc
44

5-
[id="virt-understanding-logs_{context}"]
6-
= Understanding virtual machine logs
5+
[id="virt-about-vm-logs_{context}"]
6+
= About virtual machine logs
77

88
Logs are collected for {product-title} builds, deployments, and pods.
99
In {VirtProductName}, virtual machine logs can be retrieved from the

modules/virt-understanding-policy-attributes.adoc renamed to modules/virt-policy-attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// * virt/virtual_machines/advanced_vm_management/virt-schedule-vms.adoc
44
//
55

6-
[id="understanding-policy-attributes_{context}"]
7-
= Understanding policy attributes
6+
[id="policy-attributes_{context}"]
7+
= Policy attributes
88

99
You can schedule a virtual machine (VM) by specifying a policy attribute and a CPU feature that is matched for compatibility when the VM is scheduled on a node. A policy attribute specified for a VM determines how that VM is scheduled on a node.
1010

virt/live_migration/virt-live-migration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include::modules/virt-document-attributes.adoc[]
55

66
toc::[]
77

8-
include::modules/virt-understanding-live-migration.adoc[leveloffset=+1]
8+
include::modules/virt-about-live-migration.adoc[leveloffset=+1]
99
include::modules/virt-updating-access-mode-for-live-migration.adoc[leveloffset=+1]
1010

1111
.Additional resources:

virt/logging_events_monitoring/virt-events.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include::modules/virt-document-attributes.adoc[]
55

66
toc::[]
77

8-
include::modules/virt-understanding-events.adoc[leveloffset=+1]
8+
include::modules/virt-about-vm-events.adoc[leveloffset=+1]
99

1010
See also:
1111
xref:../../nodes/clusters/nodes-containers-events.adoc#nodes-containers-events[Viewing system event information in an {product-title} cluster].
@@ -15,4 +15,3 @@ include::modules/virt-viewing-vm-events-web.adoc[leveloffset=+1]
1515
include::modules/virt-viewing-namespace-events-cli.adoc[leveloffset=+1]
1616

1717
include::modules/virt-viewing-resource-events-cli.adoc[leveloffset=+1]
18-

0 commit comments

Comments
 (0)