]> xenbits.xensource.com Git - libvirt.git/commitdiff
tools: Fix docs in libvirt-guests configuration file
authorLily Zhu <lizhu@redhat.com>
Mon, 14 Aug 2017 16:39:36 +0000 (00:39 +0800)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 21 Aug 2017 14:12:42 +0000 (16:12 +0200)
It was not entirely clear that PARALLEL_SHUTDOWN setting is applied only
when the desired action is "shutdown".

Signed-off-by: Lily Zhu <lizhu@redhat.com>
tools/libvirt-guests.sysconf

index 277005677b3118a607a90a85894f642fa137113f..08204ca0395ea9f09d80b3d43da77a82e2512c34 100644 (file)
 #             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