Skip to content

Commit

Permalink
README: soft restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Tero Marttila committed May 9, 2016
1 parent 8d96fe5 commit cb4f9e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ Overlapping backends are merged. This will happen if multiple backends for a giv

The merging is based on the backend weight. The IPVS weight of the merged destination is calculated from the weights of all merged backends, and updated as backends are added/removed/reweighted.

### Soft restart

The `clusterf-ipvs` command will read the initial kernel IPVS configuration at startup, and only apply the necessary operations to update it to the current configuration. Restarting `clusterf-ipvs` should thus not affect active connections.

You can also use `clusterf-ipvs --noop` to verify that the code and configuration behave as expected.

## Known issues

* The `clusterf-docker` daemon is limited in terms of the policy configuration available. It assumes the docker networks are globally addressed and routable from the frontend.
Expand Down

0 comments on commit cb4f9e4

Please sign in to comment.