Skip to content

Commit 6da3114

Browse files
committed
fix user guide for vmsnapshot
Signed-off-by: Dmitry Lopatin <[email protected]>
1 parent 6861e2e commit 6da3114

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/USER_GUIDE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2725,9 +2725,12 @@ There is a risk of data loss or integrity violation when restoring from such a s
27252725
Creating a virtual machine snapshot will fail if at least one of the following conditions is met:
27262726

27272727
- not all dependencies of the virtual machine are ready;
2728-
- there are changes pending restart of the virtual machine;
27292728
- there is a disk in the process of resizing among the dependent devices.
27302729

2730+
{{< alert level="warning" >}}
2731+
If, at the time a snapshot is created, there are pending changes on the virtual machine that require a restart, the snapshot will include the updated virtual machine configuration.
2732+
{{< /alert >}}
2733+
27312734
When a snapshot is created, the dynamic IP address of the VM is automatically converted to a static IP address and saved for recovery.
27322735

27332736
If you do not want to convert and use the old IP address of the virtual machine, you can set the corresponding policy to `Never`. In this case, the address type without conversion (`Auto` or `Static`) will be used.

docs/USER_GUIDE.ru.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,9 +2762,12 @@ EOF
27622762
Создание снимка виртуальной машины будет неудачным, если выполнится хотя бы одно из следующих условий:
27632763

27642764
- не все зависимые устройства виртуальной машины готовы;
2765-
- есть изменения, ожидающие перезапуска виртуальной машины;
27662765
- среди зависимых устройств есть диск, находящийся в процессе изменения размера.
27672766

2767+
{{< alert level="warning" >}}
2768+
Если в момент создания снимка в виртуальной машине есть изменения, ожидающие перезапуска виртуальной машины, то в снимок попадет обновленная конфигурация виртуальной машины.
2769+
{{< /alert >}}
2770+
27682771
При создании снимка динамический IP-адрес ВМ автоматически преобразуется в статический и сохраняется для восстановления.
27692772

27702773
Если не требуется преобразование и использование старого IP-адреса виртуальной машины, можно установить соответствующую политику в значение `Never`. В этом случае будет использован тип адреса без преобразования (`Auto` или `Static`).

0 commit comments

Comments
 (0)