From 6134dc2a6b2cca3776b6dcc6ed7ed46979a44532 Mon Sep 17 00:00:00 2001 From: Lily Zhu Date: Tue, 15 Aug 2017 00:39:36 +0800 Subject: [PATCH] tools: Fix docs in libvirt-guests configuration file It was not entirely clear that PARALLEL_SHUTDOWN setting is applied only when the desired action is "shutdown". Signed-off-by: Lily Zhu --- tools/libvirt-guests.sysconf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/libvirt-guests.sysconf b/tools/libvirt-guests.sysconf index 277005677b..08204ca039 100644 --- a/tools/libvirt-guests.sysconf +++ b/tools/libvirt-guests.sysconf @@ -24,8 +24,10 @@ # value suitable for your guests. #ON_SHUTDOWN=suspend -# If set to non-zero, shutdown will suspend guests concurrently. Number of -# guests on shutdown at any time will not exceed number set in this variable. +# Number of guests will be shutdown concurrently, taking effect when +# "ON_SHUTDOWN" is set to "shutdown". If Set to 0, guests will be shutdown one +# after another. Number of guests on shutdown at any time will not exceed number +# set in this variable. #PARALLEL_SHUTDOWN=0 # Number of seconds we're willing to wait for a guest to shut down. If parallel