LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Setting up source hashing scheduler

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Setting up source hashing scheduler
From: Marco Lorig <mlorig@xxxxxx>
Date: Wed, 4 Dec 2002 11:08:43 +0100
Hi,

i took a closer look to the ip_vs_sh.c. Now, i know, that the SH Scheduler is 
not the scheduler i need. What i need:

A scheduler, which gets its order from an input file.
Eg:

a file called ip_table:

# Client (SRC_IP)       # Server (DST_IP)       
10.1.1.1                      10.1.5.7                      
10.1.1.2                      10.1.5.12   
10.1.1.3                      10.1.5.7
10.10.0.2                    10.1.5.7    

the LB does something like this:

if (SRC_IP = 10.1.1.1) 


    GO TO SERVER (DST_IP = 10.1.5.7)


if (SRC_IP = 10.1.1.2) 


    GO TO SERVER (DST_IP = 10.1.5.12)

maybe you can call this method a static source scheduling

Is there a existent scheduler method, which i can used or is there some work 
todo?

Regards

Marco Lorig
______________________________________________________________________________
Nie mehr einen Text fur Ihren Anrufbeantworter ausdenken! Die Voicebox
speichert Ihre Anrufe - http://freemail.web.de/features/?mc=021161



<Prev in Thread] Current Thread [Next in Thread>