Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAYSAT-1876: Backport cfs fixes to release/3.25 for CSM 1.5 and SAT 2.6 #237

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

annapoorna-s-alt
Copy link
Contributor

@annapoorna-s-alt annapoorna-s-alt commented Jul 10, 2024

Update the _update_container_status method of the CFSImageConfigurationSession class in csm_api_client.service.cfs to handle the case when either init_container_statuses or container_statuses or both are None.

(cherry picked from commit dc5b6ae)

Summary and Scope

Backport the following changes to release/3.25 for inclusion in CSM 1.5 and SAT 2.6.

Issues and Related PRs

Resolves CRAYSAT-1876

Testing

List the environments in which these changes were tested.

Tested on:

Baldar

Test description:

Sanity tested on baldar

Risks and Mitigations

Low

Pull Request Checklist

  • Version number(s) incremented, if applicable
  • Copyrights updated
  • License file intact
  • Target branch correct
  • CHANGELOG.md updated
  • Testing is appropriate and complete, if applicable
  • HPC Product Announcement prepared, if applicable

Update the _update_container_status method of the CFSImageConfigurationSession class
in csm_api_client.service.cfs to handle the case when either init_container_statuses
or container_statuses or both are None.

(cherry picked from commit dc5b6ae)
@annapoorna-s-alt
Copy link
Contributor Author

ncn-m001:/mnt/developer/sann/SAT # sat --version
sat 3.25.14
ncn-m001:/mnt/developer/sann/SAT # sat status
INFO: All values for 'Most Recent Session Template' are 'MISSING', omitting key.
+----------------+-----------+------+-----------+-----------+------+---------+------+----------+-------------+---------+----------+------------------------------+----------------------+-------------+-------------+--------------------------------------+--------------------------------------+
| xname          | Aliases   | Type | NID       | State     | Flag | Enabled | Arch | Class    | Role        | SubRole | Net Type | Desired Config               | Configuration Status | Error Count | Boot Status | Most Recent BOS Session              | Most Recent Image                    |
+----------------+-----------+------+-----------+-----------+------+---------+------+----------+-------------+---------+----------+------------------------------+----------------------+-------------+-------------+--------------------------------------+--------------------------------------+
| x8000c0s0b0n0  | nid001000 | Node | 1000      | Ready     | OK   | True    | X86  | Hill     | Compute     | None    | Sling    | ssi-compute-24.3.3-24.6.1    | pending              | 0           | stable      | 4449719c-4aa2-48ea-a82f-3bd51787e8af | c7822c4a-d64e-4e12-8a7e-64cf4de68c26 |
| x8000c0s0b0n1  | nid001001 | Node | 1001      | On        | OK   | True    | X86  | Hill     | Compute     | None    | Sling    | ssi-compute-24.3.3-24.6.1    | configured           | 0           | stable      | 4449719c-4aa2-48ea-a82f-3bd51787e8af | MISSING                              |
| x8000c0s0b1n0  | nid001002 | Node | 1002      | Ready     | OK   | True    | X86  | Hill     | Compute     | None    | Sling    | ssi-compute-24.3.3-24.6.1    | pending              | 0           | stable      | bad06f6d-6094-4979-9201-b76e1a8f7e75 | c7822c4a-d64e-4e12-8a7e-64cf4de68c26 |
...

ncn-m001:/mnt/developer/sann/SAT # sat showrev --local
################################################################################
Local Host Operating System
################################################################################
+-----------+----------------------------------------------------+
| component | version                                            |
+-----------+----------------------------------------------------+
| Kernel    | 5.14.21-150500.55.39.1.27360.1.PTF.1215587-default |
| SLES      | SLE_HPC 15-SP5                                     |
+-----------+----------------------------------------------------+


@annapoorna-s-alt annapoorna-s-alt merged commit 3253129 into release/3.25 Jul 11, 2024
3 checks passed
@annapoorna-s-alt annapoorna-s-alt deleted the backport-2.6 branch July 11, 2024 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants