Bacula-users

[Bacula-users] feature request: exempt administrative connections from concurrency limits

2011-11-30 18:22:26
Subject: [Bacula-users] feature request: exempt administrative connections from concurrency limits
From: mark.bergman AT uphs.upenn DOT edu
To: Kern Sibbald <kern AT sibbald DOT com>
Date: Wed, 30 Nov 2011 18:20:42 -0500
Item 1:   Administrative connections to the file daemon should not count in the 
concurrency limit
  Origin: Mark Bergman <mark.bergman AT uphs.upenn DOT edu>
  Date:   Wed Nov 30 18:03:20 EST 2011
  Status:

  What:   
         Administrative connections to the file daemon should not count
         in the concurrency limit.

         These connections to the file daemon (ie., "stat dir" or "cancel
         dir") are treated as if they were backup connections. This means
         that these commands will be refused if the maximum number of
         concurrent jobs are running.

  Why:    
         The file daemon may be configued with a low concurrency
         value to deliberately prevent multiple backups from running
         simultaneously. Use of a low value is especially important
         in an enterprise setting, where a bacula client may be a file
         server with large disk volumes that should not be backed up
         concurrently to avoid I/O contention on the file server.

         If "Maximum Concurrent Jobs" is set to "1", then all other
         connections to the file daemon will be refused, including
         administrative commands.

         Setting the concurrency value to another low value (ie., 2,
         3, etc.) both defeats the purpose of limiting I/O contention
         and actually makes the problem worse. As soon as the maximum
         number of backups (the concurrency limit) are running, then
         it becomes impossible to cancel any of the jobs--exactly at a
         time when I/O or network contention become a problem and some
         of the jobs should be canceled.


  Notes: A similar issue may exist for the other concurrency
         limits applied to the director and storage daemon.

----
Mark Bergman                              voice: 215-662-7310
mark.bergman AT uphs.upenn DOT edu                 fax: 215-614-0266
System Administrator     Section of Biomedical Image Analysis
Department of Radiology            University of Pennsylvania
      PGP Key: https://www.rad.upenn.edu/sbia/bergman 

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] feature request: exempt administrative connections from concurrency limits, mark . bergman <=