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-1935: create_image_customization_session() missing image_name argument #286

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

annapoorna-s-alt
Copy link
Contributor

Summary and Scope

Traceback Error - "TypeError: create_image_customization_session() missing 1 required positional argument: 'image_name'" has been observed with the latest stable build of release/3.25

To fix this, Backport CRAYSAT-1747: Allow passing CFS session name to SAT 2.6 / CSM 1.5 as a solution

Incorrect logging is observed in sat bootprep logs SAT is also generating a session name, which is conflicting with session name generated in create_image_customization_session

Hence updating the begin_image_configure to pass session name to address sat bootprep incorrect logging

(cherry picked from commit e35ac28)

Issues and Related PRs

List and characterize relationship to Jira/Github issues and other pull requests. Be sure to list dependencies.

Testing

List the environments in which these changes were tested.

Tested on:

#rocket

Test description:

How were the changes tested and success verified? If schema changes were part of this change, how were those handled in your upgrade/downgrade testing?

Test the unstable build to create the images successfully from sat bootprep command without any Traceback error

Risks and Mitigations

Are there known issues with these changes? Any other special considerations?

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

…` argument

Backport `CRAYSAT-1747: Allow passing CFS session name` to SAT 2.6 / CSM 1.5

Incorrect logging is observed in sat bootprep logs SAT is also
generating a session name, which is conflicting with session
name generated in create_image_customization_session

Hence updating the `begin_image_configure` to pass session name
to address sat bootprep incorrect logging

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

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.

2 participants