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

Minor documentation improvements #3778

Merged
merged 14 commits into from
Jan 6, 2025
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
Prev Previous commit
Next Next commit
Doc: tools: mention potential issues with crm_resource --restart
  • Loading branch information
kgaillot committed Dec 23, 2024
commit 0c9659e9919dfad4e2ac7ec241173861d0b07899
6 changes: 5 additions & 1 deletion tools/crm_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,11 @@ static GOptionEntry advanced_entries[] = {
NULL },
{ "restart", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, command_cb,
"(Advanced) Tell the cluster to restart this resource and\n"
INDENT "anything that depends on it",
INDENT "anything that depends on it. This temporarily modifies\n"
INDENT "the CIB, and other CIB modifications should be avoided\n"
INDENT "while this is in progress. If a node is fenced because\n"
INDENT "the stop portion of the restart fails, CIB modifications\n"
INDENT "such as target-role may remain.",
NULL },
{ "wait", 0, G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, command_cb,
"(Advanced) Wait until the cluster settles into a stable state",
Expand Down