Bacula-users

[Bacula-users] Different IPs on sd (dir or fd)

2012-03-27 01:17:49
Subject: [Bacula-users] Different IPs on sd (dir or fd)
From: Anton Nikiforov <anton AT nikiforov DOT ru>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 27 Mar 2012 09:16:12 +0400
Dear All!

I have SD with multiple IP configuration:

Storage {
  Name = storage1-sd
  WorkingDirectory = "/var/lib/bacula"
  Pid Directory = "/var/run/bacula"
  Maximum Concurrent Jobs = 50
        Heartbeat Interval = 30 seconds
        Client Connect Wait = 1 minute
        SDAddresses = {
                ip =  {
                        addr = 172.16.248.1
                        port = 9103
                }
                ip =  {
                        addr = 172.16.247.6
                        port = 9103
                }
        }
}
This IPs are from different networks and on different interfaces.
Routing between this networks is impossible because one of them using
jumbo frames and dedicated for backing up when another using standard
mtu=1500

FileDaemon {
  Name = client1-fd
  FDport = 9102
  WorkingDirectory = /var/lib/bacula
  Pid Directory = /var/run/bacula
  Maximum Concurrent Jobs = 3
  FDAddress = 172.16.247.200
}

So i have the following problem: when FD from 172.16.247.10 connects to
SD it is using sometimes 172.16.247.6 but sometimes 172.16.248.1
address. Looks like round-robin algorithm or something similar.

So the question is: is there any way to order client to connect to right
SD's IP?

Best regards,
Anton Nikiforov

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
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>