---------------------------------------------------------------------------------------------------------------------------------------------------------------
ipvsdam会话保持参数man:
-p, --persistent [timeout]
Specify that a virtual service is persistent. If this option is specified, multiple requests from a
client are redirected to the same real server selected for the first request. Optionally, the timeout
of persistent sessions may be specified given in seconds, otherwise the default of 300 seconds will be
used. This option may be used in conjunction with protocols such as SSL or FTP where it is important
that clients consistently connect with the same real server.
Note: If a virtual service is to handle FTP connections then persistence must be set for the virtual
service if Direct Routing or Tunnelling is used as the forwarding mechanism. If Masquerading is used in
conjunction with an FTP service than persistence is not necessary, but the ip_vs_ftp kernel module must
be used. This module may be manually inserted into the kernel using insmod(8).