[OSDOCS#20691]: Fencing parameters tuning for TNF - #118946
[OSDOCS#20691]: Fencing parameters tuning for TNF#118946bjahagir-OpenShift wants to merge 1 commit into
Conversation
1ae1327 to
2451f19
Compare
| PRESET="${2:-}" | ||
| if [ -z "$PRESET" ] || [ "$PRESET" = "list" ]; then | ||
| print_presets; [ "$PRESET" = "list" ] && exit 0 | ||
| echo "ERROR: --preset requires a name." >&2; exit 1 |
There was a problem hiding this comment.
🤖 [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 ;; |
There was a problem hiding this comment.
🤖 [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 |
There was a problem hiding this comment.
🤖 [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; } |
There was a problem hiding this comment.
🤖 [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; } |
There was a problem hiding this comment.
🤖 [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.
|
@bjahagir-OpenShift: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Version(s):
5.0
Issue:
https://redhat.atlassian.net/browse/OSDOCS-20691
Link to docs preview:
QE review:
Additional information: