You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refer to the `NNF.md file` at the root directory of the fence-agents repository.
43
55
56
+
#### Setup
44
57
Configure the NNF agent with the following parameters:
45
58
46
59
| Argument | Definition |
@@ -52,6 +65,13 @@ Configure the NNF agent with the following parameters:
52
65
|`nnf-node-name=[NNF-NODE-NAME]`| Name of the NNF node as it is appears in the System Configuration |
53
66
|`api-version=[VERSION]`| The API Version of the NNF Node resource. Defaults to "v1alpha1" |
54
67
68
+
For example, setting up the NNF fencing agent on `rabbit-node-1` with a kubernetes service API running at `192.168.0.1:6443` and the service token and certificate copied to `/etc/nnf/fence/`.
Since the NNF node is connected to 16 compute blades, careful coordination around fencing of a NNF node is required to minimize the impact of the outage. When a Rabbit node is fenced, the corresponding DWS Storage resource (`storages.dws.cray.hpe.com`) status changes. The workload manager must observe this change and follow the procedure below to recover from the fencing status.
56
76
57
77
1. Observed the `storage.Status` changed and that `storage.Status.RequiresReboot == True`
0 commit comments