Skip to content

Commit 4c01e47

Browse files
authored
Merge pull request #57289 from apinnick/CNV-26910-small-fix
CNV-26910: Small fixes
2 parents ef450b1 + ec7fa5d commit 4c01e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/virt-creating-vm-snapshot-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ oc create -f <my-vmsnapshot>.yaml
5555
+
5656
[source,terminal]
5757
----
58-
$ kubectl wait my-vm my-vmsnapshot --for condition=Ready
58+
$ oc wait my-vm my-vmsnapshot --for condition=Ready
5959
----
6060
.. Verify the status of the snapshot:
6161
* `InProgress` - The online snapshot operation is still in progress.

virt/virtual_machines/virtual_disks/virt-managing-vm-snapshots.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Online snapshots are supported for virtual machines that have hot-plugged virtua
2222
====
2323
To create snapshots of an online (Running state) VM with the highest integrity, install the QEMU guest agent.
2424
25-
The QEMU guest agent takes a consistent snapshot by attempting to quiesce the VM’s file system as much as possible, depending on the system workload. This ensures that in-flight I/O is written to the disk before the snapshot is taken. If the guest agent is not present, quiescing is not possible and a best-effort snapshot is taken. The conditions under which the snapshot was taken are reflected in the snapshot indications that are displayed in the web console or CLI.
25+
The QEMU guest agent takes a consistent snapshot by attempting to quiesce the VM file system as much as possible, depending on the system workload. This ensures that in-flight I/O is written to the disk before the snapshot is taken. If the guest agent is not present, quiescing is not possible and a best-effort snapshot is taken. The conditions under which the snapshot was taken are reflected in the snapshot indications that are displayed in the web console or CLI.
2626
====
2727

2828
include::modules/virt-about-vm-snapshots.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)