Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make statement on udpu a bit more correct. Add information about knet #507

Merged
merged 2 commits into from
Jun 10, 2021
Merged
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
#
# @param unicast_addresses
# An array of IP addresses that make up the cluster's members. These are
# use if you are able to use multicast on your network and instead opt for
# the udpu transport. You need a relatively recent version of Corosync to
# used if you are not able to use multicast on your network and instead opt
# for the udpu transport. You need a relatively recent version of Corosync to
# make this possible.
# You can also have an array of arrays to have multiple rings. In that case,
# each subarray matches a host IP addresses.
# As of Corosync 3 knet is the new default which also not uses multicast.
AndreasPfaffeneder marked this conversation as resolved.
Show resolved Hide resolved
#
# @param force_online
# Boolean parameter specifying whether to force nodes that have been put
Expand Down