Change freeze request: /etc/resolv.conf on backup1, bacula-dir.conf

Ricky Zhou ricky at fedoraproject.org
Thu Oct 23 01:39:26 UTC 2008


The search list on backup1 currently looks like:

search fedora.phx.redhat.com

I'd like to change it to:

search fedora.phx.redhat.com vpn.fedoraproject.org fedoraproject.org

I'd also like to change the address under the Storage blocks in
modules/bacula/templates/bacula-dir.conf.erb to use backup1 instead of
backup1.fedora.phx.redhat.com (this should make backups over the VPN
work).  Here's what the patch would look like:

diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb
index 2d0a383..a1fe4fd 100644
--- a/modules/bacula/templates/bacula-dir.conf.erb
+++ b/modules/bacula/templates/bacula-dir.conf.erb
@@ -868,7 +868,7 @@ Client {
 Storage {
   Name = File
 # Do not use "localhost" here
-  Address = backup1.fedora.phx.redhat.com     # N.B. Use a fully qualified name here
+  Address = backup1
   SDPort = 9103
   Password = "<%= baculaPasswordDir %>"
   Device = FileStorage
@@ -888,7 +888,7 @@ Storage {
 Storage {
   Name = TapeDrive-1
 # Do not use "localhost" here
-  Address = backup1.fedora.phx.redhat.com      # N.B. Use a fully qualified name here
+  Address = backup1
   SDPort = 9103
   Password = "<%= baculaPasswordDir %>"
   Device = Autochanger

We'd have to make sure that the search lists for all of our backed up
hosts are setup to make backup1 go to the right place (.vpn.fp.o for
external, .fedora.phx.redhat.com for internal)

Can I get two +1s for these (do these changes seem safe enough to do
now)? 

Thanks,
Ricky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-infrastructure-list/attachments/20081022/468c463f/attachment.sig>


More information about the Fedora-infrastructure-list mailing list