Skip to content

Commit

Permalink
CASMPET-7255/ CASMTRIAGE-7303: iSCSI SBPS: Improvements in worker nod…
Browse files Browse the repository at this point in the history
…e(s) personalization doc

  - updated iSCSI_SBPS_Node_Personalization.md doc
  • Loading branch information
ravikanth-nalla-hpe authored and dborman-hpe committed Oct 14, 2024
1 parent aa933f3 commit 2056e57
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The LUN projection is over either HSN or NMN.
{
"layers": [
{
"cloneUrl": "https://api-gw-service-nmn.local/vcs/cray/csm-config-management.git",
"clone_url": "https://api-gw-service-nmn.local/vcs/cray/csm-config-management.git",
"commit": "${COMMIT}",
"name": "iscsi-sbps-iscsi-targets-config",
"playbook": "config_sbps_iscsi_targets.yml"
Expand Down Expand Up @@ -90,7 +90,7 @@ The LUN projection is over either HSN or NMN.
"clone_url": "https://api-gw-service-nmn.local/vcs/cray/csm-config-management.git",
"commit": "3bb1fce7d7de4c2cce237ab19dd6f239158d6d07",
"name": "iscsi-sbps-iscsi-targets-config",
"playbook": "ansible/config_sbps_iscsi_targets.yml"
"playbook": "config_sbps_iscsi_targets.yml"
}
],
"name": "iscsi-sbps-targets-config"
Expand Down Expand Up @@ -150,6 +150,14 @@ The LUN projection is over either HSN or NMN.
}
```
Note:
For specific target worker nodes selection for node personalization (instead of default: to all workers)
use CFS option `--ansible-limit` with xnames of the worker nodes while creating a session.
```bash
cray cfs v3 sessions create --name <session_name> --configuration-name <config_name> --ansible-limit <xname1,xname2,...>
```
### Monitor CFS session
#### Check status of CFS session
Expand Down

0 comments on commit 2056e57

Please sign in to comment.