Mailing List Archive

[lvs-users] [PATCH v2 1/3] Document support of fo scheduler
Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
---
SCHEDULERS | 2 +-
ipvsadm.8 | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/SCHEDULERS b/SCHEDULERS
index 84ba299..a782bea 100644
--- a/SCHEDULERS
+++ b/SCHEDULERS
@@ -1 +1 @@
-rr|wrr|lc|wlc|lblc|lblcr|dh|sh|sed|nq
+rr|wrr|lc|wlc|lblc|lblcr|dh|sh|sed|nq|fo
diff --git a/ipvsadm.8 b/ipvsadm.8
index dad1712..f9e953e 100644
--- a/ipvsadm.8
+++ b/ipvsadm.8
@@ -267,6 +267,9 @@ fixed service rate (weight) of the ith server.
\fBnq\fR - Never Queue: assigns an incoming job to an idle server if
there is, instead of waiting for a fast one; if all the servers are
busy, it adopts the Shortest Expected Delay policy to assign the job.
+.sp
+\fBfo\fR - Weighted Failover: assigns an incoming job to the server
+with the highest weight that is currently available.
.TP
.B -p, --persistent [\fItimeout\fP]
Specify that a virtual service is persistent. If this option is

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users@LinuxVirtualServer.org
Send requests to lvs-users-request@LinuxVirtualServer.org
or go to http://lists.graemef.net/mailman/listinfo/lvs-users