[Bug 221593] sysutils/bareos-server [patch] provide graceful reload capability

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 17 15:49:39 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221593

            Bug ID: 221593
           Summary: sysutils/bareos-server [patch] provide graceful reload
                    capability
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: acm at FreeBSD.org
          Reporter: rand at iteris.com
             Flags: maintainer-feedback?(acm at FreeBSD.org)
          Keywords: patch
          Assignee: acm at FreeBSD.org

Created attachment 185532
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185532&action=edit
Patch to bareos-dir RC script to implement a graceful reload

Using the stop/start cycle to deploy a new Bareos configuration (for us it is
via Puppet) is quite intrusive in that all currently running jobs are tossed on
the floor when you restart bareos-dir. (That includes jobs that are past their
scheduled start time but haven't yet started executing.)

Through bconsole you can do a 'reload' which is exactly what we need, a
graceful loading of a new configuration.  Following the pattern from the
apache24 RC script I did a configtest target along with the reload target.

Attached is the patch to the RC script for bareos-dir.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list