diff options
| author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-05-25 12:33:52 +1000 |
|---|---|---|
| committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-05-25 12:33:52 +1000 |
| commit | caf0e863a4b7045aeb02ddc9101dca5983901cd8 (patch) | |
| tree | 4b2c669671c2a3dd34cf9bab64e11ccae0974425 /ctdb/config/ctdb.sysconfig | |
| parent | 7b163bca180ccddc3fb95fd3f2ed718f28c31b36 (diff) | |
| download | samba-caf0e863a4b7045aeb02ddc9101dca5983901cd8.tar.gz samba-caf0e863a4b7045aeb02ddc9101dca5983901cd8.tar.xz samba-caf0e863a4b7045aeb02ddc9101dca5983901cd8.zip | |
remove the obsolete ipmux component.
this is replaced by LVS since a long time
(This used to be ctdb commit dca41ec04788922ce5f4c52d346872b3e35f8cbb)
Diffstat (limited to 'ctdb/config/ctdb.sysconfig')
| -rw-r--r-- | ctdb/config/ctdb.sysconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ctdb/config/ctdb.sysconfig b/ctdb/config/ctdb.sysconfig index 758e89148e..96823eaef1 100644 --- a/ctdb/config/ctdb.sysconfig +++ b/ctdb/config/ctdb.sysconfig @@ -29,15 +29,6 @@ # CTDB_LVS_PUBLIC_IP=10.1.1.1 -# IPMUX : OBSOLETE use LVS instead -# Should ctdb implement a single public ip address across the entire cluster -# and multiplex incoming connections across the connected nodes -# When using a single public ip you must also specify the public interface! -# This makes all incoming traffic go through a single ctdb node which -# will then forward the packets out acros the other nodes. This will -# impact performance. -# CTDB_SINGLE_PUBLIC_IP=10.1.1.1 - # should ctdb manage starting/stopping the Samba service for you? # default is to not manage Samba # CTDB_MANAGES_SAMBA=yes |
