]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Wed, 12 Sep 2007 09:03:20 +0000 (09:03 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 12 Sep 2007 09:03:20 +0000 (09:03 +0000)
docs/manual/dirdconf.tex
docs/manual/dvd.tex
docs/manual/install.tex

index 76046246d8944604965b6350728ceb750ce7aa6c..3a201e7ecbb7ad24e7bfb1aa3c0e90ba67c5d326 100644 (file)
@@ -2424,6 +2424,9 @@ The Pool Resource defined in the Director's configuration file
    what is stored for the Volume.  To change the value for an existing
    Volume you must use the {\bf update} command in the Console.
 
+   Please see the notes below under {\bf Maximum Volume Jobs} concerning
+   using this directive with multiple simultaneous jobs.
+
 \item [Maximum Volume Jobs = \lt{}positive-integer\gt{}]
    \index[dir]{Maximum Volume Jobs}
    \index[dir]{Directive!Maximum Volume Jobs}
@@ -2442,6 +2445,13 @@ The Pool Resource defined in the Director's configuration file
    is stored  for the Volume. To change the value for an existing Volume  you
    must use the {\bf update} command in the Console.  
 
+   If you are running multiple simultaneous jobs, this directive may not
+   work correctly because when a drive is reserved for a job, this
+   directive is not taken into account, so multiple jobs may try to 
+   start writing to the Volume. At some point, when the Media record is
+   updated, multiple simultaneous jobs may fail since the Volume can no
+   longer be written.
+
 \item [Maximum Volume Files = \lt{}positive-integer\gt{}]
    \index[dir]{Maximum Volume Files}
    \index[dir]{Directive!Maximum Volume Files}
index 6928edd47252186c7cc21ea3601d2fad92ddd258..2cf15e0c873126371a99b3e32ad96b9c2417dee4 100644 (file)
@@ -322,5 +322,8 @@ See below for more details on this subject.
 \item For more information about DVD writing, please look at the
 \elink{dvd+rw-tools homepage}{http://fy.chalmers.se/~appro/linux/DVD+RW/}.
 
+\item According to bug #912, bscan cannot read multi-volume DVDs.  This is
+on our TODO list, but unless someone submits a patch it is not likely to be
+done any time in the near future. (9 Sept 2007).
 
 \end{itemize}
index 2542914d5b17b5a4504ace99d625c97b1cd465a5..d615b691670c88e3ef6289552d8f0010389aefb6 100644 (file)
@@ -766,7 +766,11 @@ customize your installation.
    environment or a window manager compatible with the FreeDesktop system
    tray standard (like KDE and GNOME) and you want to use a GUI to monitor
    Bacula daemons, you must specify this option.  Doing so will build
-   everything in the {\bf src/tray-monitor} directory.
+   everything in the {\bf src/tray-monitor} directory. Note, due to 
+   restrictions on what can be linked with GPLed code, we were forced to
+   remove the egg code that dealt with the tray icons and replace it by
+   calls to the GTK+ API, and unfortunately, the tray icon API necessary
+   was not implemented until GTK version 2.10 or later.
 
 \item [ {-}{-}enable-static-tools]
    \index[general]{{-}{-}enable-static-tools}