LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Subject: [PATCH v2 2/3] Document support of ovf scheduler

To: Julian Anastasov <ja@xxxxxx>, Jesper Dangaard Brouer <brouer@xxxxxxxxxx>, Simon Horman <horms@xxxxxxxxxxxx>, lvs-devel@xxxxxxxxxxxxxxx, lvs-users@xxxxxxxxxxxxxxxxxxxxxx, Inju Song <inju.song@xxxxxxxxxxxxx>
Subject: Subject: [PATCH v2 2/3] Document support of ovf scheduler
From: Quentin Armitage <quentin@xxxxxxxxxxxxxxx>
Date: Wed, 16 Jan 2019 22:55:35 +0000
Signed-off-by: Quentin Armitage <quentin@xxxxxxxxxxxxxxx>
---
 SCHEDULERS | 2 +-
 ipvsadm.8  | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/SCHEDULERS b/SCHEDULERS
index a782bea..187c07d 100644
--- a/SCHEDULERS
+++ b/SCHEDULERS
@@ -1 +1 @@
-rr|wrr|lc|wlc|lblc|lblcr|dh|sh|sed|nq|fo
+rr|wrr|lc|wlc|lblc|lblcr|dh|sh|sed|nq|fo|ovf
diff --git a/ipvsadm.8 b/ipvsadm.8
index f9e953e..79db006 100644
--- a/ipvsadm.8
+++ b/ipvsadm.8
@@ -270,6 +270,12 @@ 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.
+.sp
+\fBovf\fR - Weighted Overflow: assigns an incoming job to the server
+with the highest weight that is currently available and overflows
+to the next when active connections exceed the node's weight. Note
+that this scheduler might not be suitable for UDP because it only uses
+active connections.
 .TP
 .B -p, --persistent [\fItimeout\fP]
 Specify that a virtual service is persistent. If this option is

<Prev in Thread] Current Thread [Next in Thread>
  • Subject: [PATCH v2 2/3] Document support of ovf scheduler, Quentin Armitage <=