Skip to content

Commit

Permalink
Fix typo in fence configuration (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiol authored Jul 19, 2024
1 parent d3a1189 commit e02846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dr-ha/bcp/fencing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For the purposes of this example, we will assume that you have two nodes called
You should only need to run these commands on one of your Pacemaker nodes and it will set up STONITH on all of them, however in some circumstances this may not be enough - please speak with ANS support if you are unsure.

```shell
export $ECLOUD_API_KEY="<YOUR API KEY HERE>"
export ECLOUD_API_KEY="<YOUR API KEY HERE>"
pcs stonith create ecloud_stonith fence_ecloud \
apikey="$ECLOUD_API_KEY" \
pcmk_host_check=static-list \
Expand Down

0 comments on commit e02846a

Please sign in to comment.