hm, im confused, must be my little knowlegede....i have the following situation
:
1 dr, 2rs, 1 client
added the -x option to the forward setup :
/sbin/ipvsadm -a -t 192.168.0.110:unrealircd -r 192.168.0.2 -g -w 1 -x 2
same to the other rs
the U threshold is 2, the L threshold is 0 <- for what is the L threshold?
i can connect 6 times to the dr and get through round robin 3 connections to
each rs
thought that U threshold is like max connections to the rs for a chosen service?
On Mon, 23 Jun 2003 20:37:36 +0200
julius <lfs@xxxxxxx> wrote:
> hi
> at first thx for the invitation, you probably noticed that i cant do anything
> usefull for the lvs project...to little time since my education to do all
> things i want todo.
> even not much time to test the threshold parameters, i reply in the next days.
>
>
> On Sun, 22 Jun 2003 22:40:30 +0200
> Roberto Nibali <ratz@xxxxxxxxxxxx> wrote:
>
> > Hi,
> >
> > julius wrote:
> > > a rr for ircds runs now, but most of the parameters that are shown in
> > > ipvsadm --help outputs something like this :
> > > root@xxxxxxxxxxxxxxxxxxx:/# ipvsadm --numeric
> > > Try `ipvsadm -h' or 'ipvsadm --help' for more information.
> > > root@xxxxxxxxxxxxxxxxxxx:/# ipvsadm --sort
> > > Try `ipvsadm -h' or 'ipvsadm --help' for more information.
> >
> > Try ipvsadm --list --numeric as it is shown in the man page or the
> > --help output. Just for your information: --numeric is an option and
> > options only make sense in conjunction with commands. So in your example
> > the command would be --list.
> >
> > Granted, we could make the --list the default command but this is not
> > how software design is done normally :)
> >
> > > the max cons can be set by the threshold parameter right ?
> >
> > Yes, with -x for the lower treshold and with -y for the upper threshold.
> > Again make sure you check out ipvsadm --help, it should give you all
> > information you need. If not, we have to fix it.
> >
> > Also note that I have given you an output of my test in a previous email
> > in this thread.
> >
> > Thanks for doing the tests,
> > Roberto Nibali, ratz
> > --
> > echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc
> >
> > _______________________________________________
> > LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> > Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> > or go to http://www.in-addr.de/mailman/listinfo/lvs-users
> >
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users
>
|