forked from ClusterLabs/crmsh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev: corosync: add subcommands 'crm corosync link ...' for managing m…
…ulti-links in knet (jsc#PED-8083) (ClusterLabs#1471) Knet transport in corosync provides flexible configurations of multi-link connectivity. This pull request adds some subcommands to manage these configurations, including: 1. `crm corosync link show` to list configured links 2. `crm corosync link update <linknumber> [<nodename>=<new_address> ... ] [options <option>=[value] ...]` to modify an existing link 3. `crm corosync link add <nodename>=<new_address> ... [options <option>=[value] ...]` to add a new link. 4. `crm corosync link remove <linknumber>` to remove an existing link.
- Loading branch information
Showing
15 changed files
with
1,520 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.