From 19f9e4af22554ba36edd3fe49d0df7e272b8bbdd Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 4 Jul 2015 14:16:22 +0200 Subject: [PATCH] Fix bug #2127 default for AlwaysOpen is yes Conflicts: docs/manuals/en/main/storedconf.tex --- docs/manuals/en/main/storedconf.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manuals/en/main/storedconf.tex b/docs/manuals/en/main/storedconf.tex index f8cdc10e..9532716a 100644 --- a/docs/manuals/en/main/storedconf.tex +++ b/docs/manuals/en/main/storedconf.tex @@ -565,11 +565,11 @@ writing to multiple drives with multiple Jobs that all use the same Pool. \item [Always Open = {\it yes\vb{}no}] \index[sd]{Always Open} \index[sd]{Directive!Always Open} - If {\bf Yes}, Bacula will always keep the device open unless + If {\bf Yes} (default), Bacula will always keep the device open unless specifically {\bf unmounted} by the Console program. This permits Bacula to ensure that the tape drive is always available, and properly positioned. If you set - {\bf AlwaysOpen} to {\bf no} (default) {\bf Bacula} will only open the + {\bf AlwaysOpen} to {\bf no}, {\bf Bacula} will only open the drive when necessary, and at the end of the Job if no other Jobs are using the drive, it will be freed. The next time Bacula wants to append to a tape on a drive that was freed, Bacula will rewind the tape and @@ -577,7 +577,7 @@ writing to multiple drives with multiple Jobs that all use the same Pool. minimize unnecessary operator intervention, it is highly recommended that {\bf Always Open = yes}. This also ensures that the drive is available when Bacula needs it. - + If you have {\bf Always Open = yes} (recommended) and you want to use the drive for something else, simply use the {\bf unmount} command in the Console program to release the drive. However, don't forget to remount the -- 2.39.5