|
|
5a015b |
From 6eb0f94188ac99b122693c79302c60c9ec9aef08 Mon Sep 17 00:00:00 2001
|
|
|
5a015b |
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
|
|
5a015b |
Date: Tue, 28 Mar 2017 14:49:57 +0200
|
|
|
5a015b |
Subject: [PATCH 1/6] ipvsadm.8: add missing option
|
|
|
5a015b |
|
|
|
5a015b |
---
|
|
|
5a015b |
ipvsadm/man8/ipvsadm.8 | 7 ++++++-
|
|
|
5a015b |
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
|
5a015b |
|
|
|
5a015b |
diff --git a/ipvsadm/man8/ipvsadm.8 b/ipvsadm/man8/ipvsadm.8
|
|
|
5a015b |
index 9a9e9b3..263e873 100644
|
|
|
5a015b |
--- a/ipvsadm/man8/ipvsadm.8
|
|
|
5a015b |
+++ b/ipvsadm/man8/ipvsadm.8
|
|
|
5a015b |
@@ -37,7 +37,9 @@ ipvsadm \- Linux Virtual Server administration
|
|
|
5a015b |
.SH SYNOPSIS
|
|
|
5a015b |
.B ipvsadm -A|E -t|u|f \fIservice-address\fP [-s \fIscheduler\fP]
|
|
|
5a015b |
.ti 15
|
|
|
5a015b |
-.B [-p [\fItimeout\fP]] [-M \fInetmask\fP] [-b \fIsched-flags\fP]
|
|
|
5a015b |
+.B [-p [\fItimeout\fP]] [-M \fInetmask\fP] [--pe \fIpersistence_engine\fP]
|
|
|
5a015b |
+.ti 15
|
|
|
5a015b |
+.B [-b \fIsched-flags\fP]
|
|
|
5a015b |
.br
|
|
|
5a015b |
.B ipvsadm -D -t|u|f \fIservice-address\fP
|
|
|
5a015b |
.br
|
|
|
5a015b |
@@ -262,6 +264,9 @@ fixed service rate (weight) of the ith server.
|
|
|
5a015b |
there is, instead of waiting for a fast one; if all the servers are
|
|
|
5a015b |
busy, it adopts the Shortest Expected Delay policy to assign the job.
|
|
|
5a015b |
.TP
|
|
|
5a015b |
+.B --pe \fIpersistence_engine\fR
|
|
|
5a015b |
+Alternate persistence engine may be sip, not set by default.
|
|
|
5a015b |
+.TP
|
|
|
5a015b |
.B -p, --persistent [\fItimeout\fP]
|
|
|
5a015b |
Specify that a virtual service is persistent. If this option is
|
|
|
5a015b |
specified, multiple requests from a client are redirected to the same
|
|
|
5a015b |
--
|
|
|
5a015b |
2.7.4
|
|
|
5a015b |
|