From: Kai Li <[email protected]> Command to remove the chassis from a ha chassis group is "ha-chassis-group-remove-chassis". Use the correct function name in "ovn-nbctl --help".
Reported-at: https://github.com/ovn-org/ovn/issues/58 Submitted-at: https://github.com/ovn-org/ovn/pull/59 Signed-off-by: Kai Li <[email protected]> Signed-off-by: Numan Siddique <[email protected]> --- AUTHORS.rst | 1 + utilities/ovn-nbctl.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 862407c81..b6c22b131 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -202,6 +202,7 @@ Jun Nakajima [email protected] JunhanYan [email protected] JunoZhu [email protected] Justin Pettit [email protected] +Kai Li [email protected] Kaige Fu [email protected] Keith Amidon Ken Ajiro [email protected] diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c index caf99dfeb..abc674f4a 100644 --- a/utilities/ovn-nbctl.c +++ b/utilities/ovn-nbctl.c @@ -768,7 +768,7 @@ HA chassis group commands:\n\ ha-chassis-group-list List the HA chassis groups\n\ ha-chassis-group-add-chassis GRP CHASSIS [PRIORITY] Adds an HA\ chassis with optional PRIORITY to the HA chassis group GRP\n\ - ha-chassis-group-del-chassis GRP CHASSIS Deletes the HA chassis\ + ha-chassis-group-remove-chassis GRP CHASSIS Removes the HA chassis\ CHASSIS from the HA chassis group GRP\n\ \n\ %s\ -- 2.26.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
