From 1054010c10b76473e97f8b0d16676a1288e05de6 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 19 May 2015 07:48:35 +0200 Subject: [PATCH] Fix bug #2137 two copies of Maximum Open Wait in doc --- docs/manuals/en/main/storedconf.tex | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/docs/manuals/en/main/storedconf.tex b/docs/manuals/en/main/storedconf.tex index a0e44b0c..f8cdc10e 100644 --- a/docs/manuals/en/main/storedconf.tex +++ b/docs/manuals/en/main/storedconf.tex @@ -556,9 +556,11 @@ writing to multiple drives with multiple Jobs that all use the same Pool. \item [Maximum Open Wait = {\it time}] \index[sd]{Maximum Open Wait} \index[sd]{Directive!Maximum Open Wait} - This directive specifies the maximum time in seconds for Bacula to wait - for a open before timing out. If this time is exceeded, - Bacula will cancel the job. The default is 5 minutes. + This directive specifies the maximum time in seconds that + Bacula will wait for a device that is busy. The default is 5 minutes. + If the device cannot be obtained, the current Job will be terminated in + error. Bacula will re-attempt to open the drive the next time a Job + starts that needs the the drive. \item [Always Open = {\it yes\vb{}no}] \index[sd]{Always Open} @@ -625,15 +627,6 @@ writing to multiple drives with multiple Jobs that all use the same Pool. the drive on the next poll and automatically continue with the backup. Please see above more more details. -\item [Maximum Open Wait = {\it time}] - \index[sd]{Maximum Open Wait} - \index[sd]{Directive!Maximum Open Wait} - This directive specifies the maximum amount of time in seconds that - Bacula will wait for a device that is busy. The default is 5 minutes. - If the device cannot be obtained, the current Job will be terminated in - error. Bacula will re-attempt to open the drive the next time a Job - starts that needs the the drive. - \label{removablemedia} \item [Removable media = {\it yes\vb{}no}] \index[sd]{Removable media} -- 2.39.5