[acassen/keepalived] 492011: Remove unused variable introduced in commit 1c5bfa...
pqarmitage <[email protected]> Fri, 14 Apr 2017 06:11:26 -0700
| Newsgroups | gmane.linux.keepalived.devel |
|---|---|
| Message-ID | <58f0ca7ebb70b_4033fb71111fc3016399f@hookshot-fe1-cp1-prd.iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/acassen/keepalived
Commit: 492011a3420f6955606c06d29d8b15128746b5eb
https://github.com/acassen/keepalived/commit/492011a3420f6955606c06d29d8b15128746b5eb
Author: Quentin Armitage <[email protected]>
Date: 2017-04-09 (Sun, 09 Apr 2017)
Changed paths:
M keepalived/check/check_misc.c
Log Message:
-----------
Remove unused variable introduced in commit 1c5bfa29
Signed-off-by: Quentin Armitage <[email protected]>
Commit: 20685d79bc6b3b004a6ee3843353da5faa730ce2
https://github.com/acassen/keepalived/commit/20685d79bc6b3b004a6ee3843353da5faa730ce2
Author: Quentin Armitage <[email protected]>
Date: 2017-04-09 (Sun, 09 Apr 2017)
Changed paths:
M keepalived/check/ipvswrapper.c
Log Message:
-----------
Fix using virtual server groups following commit 5ca36cb
Signed-off-by: Quentin Armitage <[email protected]>
Commit: e8a88ee523b7d1d021bc70c2cb5c425ec51f8a67
https://github.com/acassen/keepalived/commit/e8a88ee523b7d1d021bc70c2cb5c425ec51f8a67
Author: Quentin Armitage <[email protected]>
Date: 2017-04-09 (Sun, 09 Apr 2017)
Changed paths:
M keepalived/check/check_data.c
M keepalived/check/ipwrapper.c
M keepalived/include/check_data.h
Log Message:
-----------
Set address port to be sequence number for virtual server group
The format_vs() function uses the virtual server address port as
the sequence number of the virtual server instance using the virtual
server group, so we need to set it up.
Signed-off-by: Quentin Armitage <[email protected]>
Commit: a9a35841f8be3dc6e52bced0e6846cc2923b9028
https://github.com/acassen/keepalived/commit/a9a35841f8be3dc6e52bced0e6846cc2923b9028
Author: Quentin Armitage <[email protected]>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M keepalived/check/check_data.c
Log Message:
-----------
Warn if real server has no checkers when alpha mode
If a virtual server is configured with alpha mode, and a real server
has no checkers, the real server will never be able to be activated,
so generate an appropriate warning.
Signed-off-by: Quentin Armitage <[email protected]>
Commit: 99fe626163dff2a07c2a2e0956e84b615d66c344
https://github.com/acassen/keepalived/commit/99fe626163dff2a07c2a2e0956e84b615d66c344
Author: Quentin Armitage <[email protected]>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M keepalived/check/ipwrapper.c
Log Message:
-----------
Only delete virtual server once if using a virtual server group
If multiple virtual servers are using a virtual server group, the
virtual servers are defined by the virtual server group, and so they
should only be deleted for the first virtual server using the group.
There is still an issue that the configuration of all virtual servers
using the virtual server group needs to be consistent.
Signed-off-by: Quentin Armitage <[email protected]>
Commit: fdd729b3c82a2db33fa11a75dcdf8acc84a8930e
https://github.com/acassen/keepalived/commit/fdd729b3c82a2db33fa11a75dcdf8acc84a8930e
Author: Quentin Armitage <[email protected]>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M keepalived/check/check_data.c
M keepalived/include/ipvswrapper.h
Log Message:
-----------
Add further checks for LVS configuration
Signed-off-by: Quentin Armitage <[email protected]>
Commit: 1d1a3f23c9497d18e637da338cdbe336a478574e
https://github.com/acassen/keepalived/commit/1d1a3f23c9497d18e637da338cdbe336a478574e
Author: Quentin Armitage <[email protected]>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M doc/keepalived.conf.SYNOPSIS
M doc/man/man5/keepalived.conf.5
Log Message:
-----------
Document additional scheduling algorithms for IPVS
Signed-off-by: Quentin Armitage <[email protected]>
Commit: b0cd3dbb8f2a4193825c2556d38cf2d5cd7988ea
https://github.com/acassen/keepalived/commit/b0cd3dbb8f2a4193825c2556d38cf2d5cd7988ea
Author: Quentin Armitage <[email protected]>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M keepalived/check/check_data.c
M keepalived/check/check_parser.c
M keepalived/check/check_snmp.c
M keepalived/check/ipvswrapper.c
M keepalived/include/check_data.h
Log Message:
-----------
Change virtual_server_t loadbalancing_kind to forwarding_method
The variable name loadbalancing_kind didn't represent the meaning of
the parameter, so change it to forwarding_method.
Signed-off-by: Quentin Armitage <[email protected]>
Commit: b2eb5da772c71694631965449f6b9844a539d37a
https://github.com/acassen/keepalived/commit/b2eb5da772c71694631965449f6b9844a539d37a
Author: Quentin Armitage <[email protected]>
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M doc/KEEPALIVED-MIB.txt
M keepalived/check/check_snmp.c
Log Message:
-----------
Add fo and ovf scheduling types to SNMP
Signed-off-by: Quentin Armitage <[email protected]>
Commit: 3f73ce785c7e44ff187841befbdc23c66487fd7a
https://github.com/acassen/keepalived/commit/3f73ce785c7e44ff187841befbdc23c66487fd7a
Author: Quentin Armitage <[email protected]>
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M keepalived/check/check_data.c
Log Message:
-----------
Only check one packet scheduling if supported
Signed-off-by: Quentin Armitage <[email protected]>
Commit: b54589ae32406c2ea9f7bc523b27c66570c0d082
https://github.com/acassen/keepalived/commit/b54589ae32406c2ea9f7bc523b27c66570c0d082
Author: Quentin Armitage <[email protected]>
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M doc/KEEPALIVED-MIB.txt
M doc/keepalived.conf.SYNOPSIS
M doc/man/man5/keepalived.conf.5
M keepalived/check/check_data.c
M keepalived/check/check_parser.c
M keepalived/check/check_snmp.c
M keepalived/check/ipvswrapper.c
M keepalived/include/check_data.h
Log Message:
-----------
Add lvs_method per real server
The lvs_method should be settable for each real server within a
virtual server. This commit maintains existing default behaviour
by using the lvs_method set against the virtual server as the default
for the real servers, but adds the option to configure the lvs_method
individually for each real server.
Signed-off-by: Quentin Armitage <[email protected]>
Commit: ebbf5d7e113c980eee123e2b6399241c2d1a3f54
https://github.com/acassen/keepalived/commit/ebbf5d7e113c980eee123e2b6399241c2d1a3f54
Author: Quentin Armitage <[email protected]>
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M keepalived/vrrp/vrrp_print.c
Log Message:
-----------
Fix type in printing config of scripts
Signed-off-by: Quentin Armitage <[email protected]>
Commit: fe99d12b5c3206579a54838cd487f3a1babbd727
https://github.com/acassen/keepalived/commit/fe99d12b5c3206579a54838cd487f3a1babbd727
Author: Quentin Armitage <[email protected]>
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M keepalived/vrrp/vrrp_ipset.c
Log Message:
-----------
Convert some spaces to tabs
Signed-off-by: Quentin Armitage <[email protected]>
Commit: 2e06df61d690ec1fea0b354467befe580ce7da3b
https://github.com/acassen/keepalived/commit/2e06df61d690ec1fea0b354467befe580ce7da3b
Author: pqarmitage <[email protected]>
Date: 2017-04-14 (Fri, 14 Apr 2017)
Changed paths:
M doc/KEEPALIVED-MIB.txt
M doc/keepalived.conf.SYNOPSIS
M doc/man/man5/keepalived.conf.5
M keepalived/check/check_data.c
M keepalived/check/check_misc.c
M keepalived/check/check_parser.c
M keepalived/check/check_snmp.c
M keepalived/check/ipvswrapper.c
M keepalived/check/ipwrapper.c
M keepalived/include/check_data.h
M keepalived/include/ipvswrapper.h
M keepalived/vrrp/vrrp_ipset.c
M keepalived/vrrp/vrrp_print.c
Log Message:
-----------
Merge pull request #579 from pqarmitage/fixes
Various minor changes around LVS
Compare: https://github.com/acassen/keepalived/compare/0ababbf6fa3a...2e06df61d690
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Keepalived-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/keepalived-devel