Skip to content

[OSDOCS#20691]: Fencing parameters tuning for TNF - #118946

Open
bjahagir-OpenShift wants to merge 1 commit into
openshift:mainfrom
bjahagir-OpenShift:bjahagir-OSDOCS-20691
Open

[OSDOCS#20691]: Fencing parameters tuning for TNF#118946
bjahagir-OpenShift wants to merge 1 commit into
openshift:mainfrom
bjahagir-OpenShift:bjahagir-OSDOCS-20691

Conversation

@bjahagir-OpenShift

Copy link
Copy Markdown
Contributor

Version(s):
5.0

Issue:
https://redhat.atlassian.net/browse/OSDOCS-20691

Link to docs preview:

QE review:

  • QE has approved this change.

Additional information:

@openshift-ci openshift-ci Bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Aug 27, 2026
PRESET="${2:-}"
if [ -z "$PRESET" ] || [ "$PRESET" = "list" ]; then
print_presets; [ "$PRESET" = "list" ] && exit 0
echo "ERROR: --preset requires a name." >&2; exit 1

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] AsciiDoc.CodeBlockSubsVerbatim: Code block contains shell redirection '>&2' but is missing 'subs=verbatim'. Add 'subs=verbatim' or 'subs="+quotes,verbatim"' to prevent parsing issues.

case "$PRESET" in
tolerant-detection) apply_preset_tolerant_detection ;;
slow-bmc) apply_preset_slow_bmc ;;
*) echo "ERROR: unknown preset '$PRESET'." >&2; print_presets; exit 1 ;;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] AsciiDoc.CodeBlockSubsVerbatim: Code block contains shell redirection '>&2' but is missing 'subs=verbatim'. Add 'subs=verbatim' or 'subs="+quotes,verbatim"' to prevent parsing issues.

fi

if [ "$COROSYNC_TOKEN" -lt 3000 ] || [ "$COROSYNC_TOKEN" -gt 10000 ]; then
echo "ERROR: COROSYNC_TOKEN=$COROSYNC_TOKEN outside safe range (3000-10000ms)." >&2

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] AsciiDoc.CodeBlockSubsVerbatim: Code block contains shell redirection '>&2' but is missing 'subs=verbatim'. Add 'subs=verbatim' or 'subs="+quotes,verbatim"' to prevent parsing issues.

echo "ERROR: COROSYNC_TOKEN=$COROSYNC_TOKEN outside safe range (3000-10000ms)." >&2
exit 1
fi
command -v oc >/dev/null 2>&1 || { echo "ERROR: oc not found in PATH." >&2; exit 1; }

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] AsciiDoc.CodeBlockSubsVerbatim: Code block contains shell redirection '2>&1' but is missing 'subs=verbatim'. Add 'subs=verbatim' or 'subs="+quotes,verbatim"' to prevent parsing issues.

exit 1
fi
command -v oc >/dev/null 2>&1 || { echo "ERROR: oc not found in PATH." >&2; exit 1; }
oc whoami >/dev/null 2>&1 || { echo "ERROR: not logged in. Run 'oc login' first." >&2; exit 1; }

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] AsciiDoc.CodeBlockSubsVerbatim: Code block contains shell redirection '2>&1' but is missing 'subs=verbatim'. Add 'subs=verbatim' or 'subs="+quotes,verbatim"' to prevent parsing issues.

@openshift-ci

openshift-ci Bot commented Aug 27, 2026

Copy link
Copy Markdown

@bjahagir-OpenShift: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants