From 34728332239413402b078e5425f9a2a54a248e5b Mon Sep 17 00:00:00 2001 From: Frank Ueberschar Date: Mon, 30 Mar 2020 12:55:09 +0200 Subject: [PATCH] droplet: add a warning to Maximum Concurrent Jobs regarding Droplet --- .../sd-device-MaximumConcurrentJobs.rst.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manuals/source/manually_added_config_directive_descriptions/sd-device-MaximumConcurrentJobs.rst.inc b/docs/manuals/source/manually_added_config_directive_descriptions/sd-device-MaximumConcurrentJobs.rst.inc index d5300dd20ae..49a5c4b5f44 100644 --- a/docs/manuals/source/manually_added_config_directive_descriptions/sd-device-MaximumConcurrentJobs.rst.inc +++ b/docs/manuals/source/manually_added_config_directive_descriptions/sd-device-MaximumConcurrentJobs.rst.inc @@ -1,2 +1,6 @@ This directive specifies the maximum number of Jobs that can run concurrently on a specified Device. Using this directive, it is possible to have different Jobs using multiple drives, because when the Maximum Concurrent Jobs limit is reached, the Storage Daemon will start new Jobs on any other available compatible drive. This facilitates writing to multiple drives with multiple Jobs that all use the same Pool. +.. warning:: + + If :config:option:`sd/device/DeviceType` is "Droplet" then Maximum Concurrent Jobs is limited to 1. +