2017-11-10 08:17:55 +01:00
|
|
|
From 461654496d36a264903057a8255aec4eb700e506 Mon Sep 17 00:00:00 2001
|
2017-10-13 15:57:09 +02:00
|
|
|
From: Silvio Moioli <smoioli@suse.de>
|
|
|
|
Date: Wed, 20 Sep 2017 14:32:47 +0200
|
2017-11-10 08:17:55 +01:00
|
|
|
Subject: [PATCH 3/6] multiprocessing minion option: documentation fixes
|
2017-10-13 15:57:09 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
doc/man/salt.7 | 1 +
|
|
|
|
doc/ref/configuration/minion.rst | 7 +++++--
|
|
|
|
2 files changed, 6 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/doc/man/salt.7 b/doc/man/salt.7
|
|
|
|
index d6cfe937a1..86c463b771 100644
|
|
|
|
--- a/doc/man/salt.7
|
|
|
|
+++ b/doc/man/salt.7
|
|
|
|
@@ -10795,6 +10795,7 @@ cmd_whitelist_glob:
|
|
|
|
.UNINDENT
|
|
|
|
.UNINDENT
|
|
|
|
.SS Thread Settings
|
|
|
|
+.SS \fBmultiprocessing\fP
|
|
|
|
.sp
|
|
|
|
Default: \fBTrue\fP
|
|
|
|
.sp
|
|
|
|
diff --git a/doc/ref/configuration/minion.rst b/doc/ref/configuration/minion.rst
|
2017-11-10 08:17:55 +01:00
|
|
|
index e0f349931c..5c92b932ab 100644
|
2017-10-13 15:57:09 +02:00
|
|
|
--- a/doc/ref/configuration/minion.rst
|
|
|
|
+++ b/doc/ref/configuration/minion.rst
|
2017-11-10 08:17:55 +01:00
|
|
|
@@ -2337,11 +2337,14 @@ Thread Settings
|
2017-10-13 15:57:09 +02:00
|
|
|
|
|
|
|
.. conf_minion:: multiprocessing
|
|
|
|
|
|
|
|
+``multiprocessing``
|
|
|
|
+-------
|
|
|
|
+
|
|
|
|
Default: ``True``
|
|
|
|
|
|
|
|
-If `multiprocessing` is enabled when a minion receives a
|
|
|
|
+If ``multiprocessing`` is enabled when a minion receives a
|
|
|
|
publication a new process is spawned and the command is executed therein.
|
|
|
|
-Conversely, if `multiprocessing` is disabled the new publication will be run
|
|
|
|
+Conversely, if ``multiprocessing`` is disabled the new publication will be run
|
|
|
|
executed in a thread.
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
2.14.2
|
|
|
|
|