From 1db74ce0b93da9135a95461d09c07f7b41c4942e Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Tue, 21 Nov 2017 16:58:08 +0100 Subject: [PATCH] Fix vzdump backup stop mode description The VM goes to normal operation after the backup is started, not at end of backup. Signed-off-by: Emmanuel Kasper --- vzdump.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vzdump.adoc b/vzdump.adoc index 7643ec6..f21a75f 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -64,8 +64,8 @@ depending on the guest type. This mode provides the highest consistency of the backup, at the cost of a downtime in the VM operation. It works by executing an orderly shutdown of the VM, and then runs a background Qemu process to backup -the VM data. After the backup is complete, the Qemu process resumes -the VM to full operation mode if it was previously running. +the VM data. After the backup is started, the VM goes to full +operation mode if it was previously running. `suspend` mode::