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

Fix[SMT]: Update rs code for error in live_resize_memory #811

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

lionriver
Copy link
Contributor

z/VM: Fail to resize memory, but the error message wrongly reports fail to resize CPU.

Changes for fix:
change rs code for error in live_resize_memory: 7 ==> 17(newly defined for memory error)

@SeanHQF
Copy link
Contributor

SeanHQF commented Mar 13, 2024

@lionriver pls solve the CI error according to the details.
@zhshuj @jichenjc @bjhuangr pls help review, thx

16: ("Failed to start the guest: '%(userid)s', %(msg)s")
16: ("Failed to start the guest: '%(userid)s', %(msg)s"),
17: ("Failed to live resize memory of guest: '%(userid)s', "
"error: failed to update the memory size: '%(err)s'.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's change the error reason to be more precise.
"error: failed to update the memory size: '%(err)s'.")
==>
"error: chmem command failed: '%(err)s'.")

@jichenjc
Copy link
Collaborator

@lionriver please fix the DCO (I think you need sign the PR) , thanks

@bjhuangr bjhuangr merged commit 746dc8b into openmainframeproject:master Mar 15, 2024
2 checks passed
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.

5 participants