]> git.proxmox.com Git - pve-docs.git/commitdiff
qm: vmgenid: add note for initial addition on existing VMs
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Sep 2018 14:14:30 +0000 (16:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Sep 2018 14:16:06 +0000 (16:16 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index bd10ca1e3c349671006cf5a1e20949da0d2bea7e..947c1440c3eef647119fe5bc367bbde872843b1f 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -811,6 +811,10 @@ e.g.:
  qm set VMID -vmgenid 00000000-0000-0000-0000-000000000000
 ----
 
  qm set VMID -vmgenid 00000000-0000-0000-0000-000000000000
 ----
 
+NOTE: The initial addition of a 'vmgenid' device to an existing VM, may result
+in the same effects as a change on snapshot rollback, backup restore, etc., has
+as the VM can interpret this as generation change.
+
 In the rare case the 'vmgenid' mechanism is not wanted one can pass `0' for
 its value on VM creation, or retroactively delete the property in the
 configuration with:
 In the rare case the 'vmgenid' mechanism is not wanted one can pass `0' for
 its value on VM creation, or retroactively delete the property in the
 configuration with:
@@ -821,8 +825,9 @@ configuration with:
 
 The most prominent use case for 'vmgenid' are newer Microsoft Windows
 operating systems, which use it to avoid problems in time sensitive or
 
 The most prominent use case for 'vmgenid' are newer Microsoft Windows
 operating systems, which use it to avoid problems in time sensitive or
-replicate services (e.g., databases, domain controller) on snapshot
-rollback, backup restore or a whole VM clone operation.
+replicate services (e.g., databases, domain controller
+footnote:[https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/virtualized-domain-controller-architecture])
+on snapshot rollback, backup restore or a whole VM clone operation.
 
 Importing Virtual Machines and disk images
 ------------------------------------------
 
 Importing Virtual Machines and disk images
 ------------------------------------------