]> git.sur5r.net Git - bacula/docs/commitdiff
Add doc of status storage changes
authorKern Sibbald <kern@sibbald.com>
Mon, 5 May 2014 16:12:27 +0000 (18:12 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 5 May 2014 16:12:27 +0000 (18:12 +0200)
docs/manuals/en/console/bconsole.tex
docs/manuals/en/main/newfeatures.tex

index c07c88bed449ce686398b994af6b3436063ab73f..fd30c18066fbac2adfa267e4322c05833e4048c1 100644 (file)
@@ -1197,7 +1197,8 @@ status [all | dir=\lt{}dir-name\gt{} | director [days=nnn] |
    problem by doing a {\bf status dir}, but you can most often get a 
    much more specific indication of the problem by doing a
    {\bf status storage=xxx}.  For example, on an idle test system, when
    problem by doing a {\bf status dir}, but you can most often get a 
    much more specific indication of the problem by doing a
    {\bf status storage=xxx}.  For example, on an idle test system, when
-   I do {\bf status storage=File}, I get:
+   we do {\bf status storage=File}, we get:
+
 \footnotesize
 \begin{verbatim}
 status storage=File
 \footnotesize
 \begin{verbatim}
 status storage=File
@@ -1237,11 +1238,11 @@ In Use Volume status:
 \end{verbatim}
 \normalsize
 
 \end{verbatim}
 \normalsize
 
-Now, what this tells me is that no jobs are running and that none of
-the devices are in use.  Now, if I {\bf unmount} the autochanger, which
+Now, what this tells us is that no jobs are running and that none of
+the devices are in use.  Now, if we {\bf unmount} the autochanger, which
 will not be used in this example, and then start a Job that uses the
 will not be used in this example, and then start a Job that uses the
-File device, the job will block.  When I re-issue the status storage
-command, I get for the Device status:
+File device, the job will block.  When we re-issue the status storage
+command, we get for the Device status:
 
 \footnotesize
 \begin{verbatim}
 
 \footnotesize
 \begin{verbatim}
@@ -1268,6 +1269,24 @@ the user unmounted the device. The real problem for the Job I started
 using the "File" device is that the device is blocked waiting for
 media -- that is Bacula needs you to label a Volume.
 
 using the "File" device is that the device is blocked waiting for
 media -- that is Bacula needs you to label a Volume.
 
+\smallskip
+If you enter {\bf status storage}, Bacula will prompt you with a
+list of the storage resources. When you select one, the Storage daemon
+will be requested to do a {\bf status}.  However, note that the Storage
+daemon will do a status of all the devices it has, and not just of the
+one you requested.  In the current version of Bacula, when you enter
+the {\bf status storage} command, it prompts you only with a subset of
+all the storage resources that the Director considers to be in different
+Storage daemons. In other words, it attempts to remove duplicate
+storage definitions. This can be a bit confusing at first, but can
+vastly simplify the promt listing if you have defined a large number
+of storage resources.
+
+If you prefer to see the full list of all storage resources, simply
+add the keyword {\bf select} to the command such as: 
+{\bf status select storage} and you will get a prompt that includes
+all storage resources even if they reference the same storage daemon.
+
 \item [time]
    \index[general]{time}
    Prints the current time.
 \item [time]
    \index[general]{time}
    Prints the current time.
index 599b31eb9b28126b93cb5fd682dbe69bd17cf424..c9bae7faa5696f276bf2401f62bf37034f19db70 100644 (file)
@@ -44,6 +44,21 @@ the Job or the Pool.
 In general, more information is displayed in the Job log
 on exactly which Next Pool specification is ultimately used.
 
 In general, more information is displayed in the Job log
 on exactly which Next Pool specification is ultimately used.
 
+\subsection{status storage}
+The bconsole {\bf status storage} has been modified to attempt to eliminate
+duplicate storage resources and only show one that references any given
+storage daemon.  This might be confusing at first, but tends to make a
+much more compact list of storage resource from which to select if there
+are multiple storage devices in the same storage daemon.
+
+If you want the old behavior (always display all storage resources) simply 
+add the keyword {\bf select} to the command -- i.e. use
+{\bf status select storage}.
+
+
+
+
+
 \subsection{status schedule}
 A new status command option called {\bf scheduled} has been implemented
 in bconsole. By default it will display 20 lines of the next scheduled
 \subsection{status schedule}
 A new status command option called {\bf scheduled} has been implemented
 in bconsole. By default it will display 20 lines of the next scheduled