> hi,
>
> I want to patch the RH7.1 (kernel 2.4.2).And I have downloaded the
> corresponding patch (linux-2.4.2-ipvs-0.2.7.patch on page
> http://www.linuxvirtualserver.org/software/index.html). As Joseph Mack said
> on LVS-mini-HOWTO,"Get the second release of the 0.2.7-2.4.2 patches - this
> makes and installs automatically (the first release had to be done by hand)."
>
> what is the next step? to use the "patch" command to patch the kernel
> and make menuconfig to select the IPVS options but I can't find the IPVS
> options with my downloaded patch.... :-( or the other (what's the meaning
> of "this makes and installs automatically" )?
>
> yi zheng
I am using kernel 2.2.15, and the LVS works well on it.
I don't know the detail of kernel 2.4.2 and the corresponding LVS patch.But I
can tell you the kernel compile options on kernel 2.2.15, hope it can help you.
Code maturity level options -->
[*]Prompt for development and/or incomplete code/drivers
(this option is the key,in kernel 2.2.15,if you don't select this option you
can't see the LVS options.But how about kernel 2.4.2? I don't know :-) )
Networking options -->
[*]Network firewalls
...
[*]IP:forwarding/gatewaying
...
[*]IP:firewalling
...
[*]IP:masquerading
...
[*]IP:masquerading virtual server support(EXPERIMENTAL)
(12)IP masquerading table size(the Nth power of 2)
<M>IPVS:round-robin scheduling(NEW)
<M>IPVS:weighted round-robin scheduling(NEW)
<M>IPVS:weighted least-connection scheduling(NEW)
...
Good luck !
lisj
|