Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ as slave different with master as follow:
MASTER_STATE = 0
MASTER_HOST = masterip
SLA_SYNC_WORKER_HOST_1 = masterip
SYNC_THREAD_LISTEN_PORT = slaveport//which is same as SLA_SYNC_WORKER_HOST_1

using keepalive: master keepalive prority should bigger than slave,you should also assign the vip same as master.cfg

Expand Down
4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
svn_version=`svn info| sed -n '5p' | awk '{print $2}'`
echo "#define SVNVER $svn_version" > mfscommon/version.h
#svn_version=version:
echo "#define SVNVER 8313" > mfscommon/version.h