From 3194cd35e8bd2149f8587404a75a3157896d893b Mon Sep 17 00:00:00 2001 From: Sasha Beskin Date: Mon, 22 Jun 2026 18:59:49 +0300 Subject: [PATCH] CNV_76230_for_4_22 --- modules/virt-restoring-vm-from-snapshot-cli.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/virt-restoring-vm-from-snapshot-cli.adoc b/modules/virt-restoring-vm-from-snapshot-cli.adoc index 232aeb4e8e55..b0f2b2d43b04 100644 --- a/modules/virt-restoring-vm-from-snapshot-cli.adoc +++ b/modules/virt-restoring-vm-from-snapshot-cli.adoc @@ -20,6 +20,10 @@ You can restore an existing virtual machine (VM) to a previous configuration by ** `StopTarget` - If the VM is not ready, it gets stopped, and the restore process starts. ** `WaitGracePeriod 5` - The restore process waits for a set amount of time, in minutes, for the VM to be ready. This is the default setting, with the default value set to 5 minutes. ** `WaitEventually` - The restore process waits indefinitely for the VM to be ready. +* Optional: To control how restored persistent volume claims (PVCs) are named, you can set the `volumeRestorePolicy` parameter to one of the following values: +** `PrefixTargetName` - The restored PVC names use the target VM name as a prefix: `-`. This is the default setting. +** `RandomizeNames` - The restored PVC names are randomly generated: `restore--`. +** `InPlace` - The restored PVCs overwrite the original PVCs. The original PVCs are deleted if they exist, and new PVCs are created with the same names. .Procedure