Fix inconsistent plan on Slurm cluster reconfigure#4538
Merged
samskillman merged 3 commits intoSep 25, 2025
Conversation
When changing startup script content or changing partitions, following error may occur: ╷ │ Error: Provider produced inconsistent final plan │ │ When expanding the plan for module.slurm_controller.module.slurm_files.google_storage_bucket_object.nodeset_config["flexnodeset"] to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/google" produced an invalid new value for .md5hash: was known, but now unknown. │ │ This is a bug in the provider, which should be reported in the provider's own issue tracker. With this change this is no longer the case
af5f50e to
dcc74ab
Compare
Collaborator
|
/gcbrun |
samskillman
approved these changes
Sep 25, 2025
cboneti
approved these changes
Sep 25, 2025
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun(9c1caf4) |
Collaborator
|
Most tests above passed, other are due to unrelated issues, stockout, etc. Merging. |
fdd04fb
into
GoogleCloudPlatform:develop
28 of 67 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When changing startup script content or changing partitions, following error may occur:
By adding
source_md5hashattribute togoogle_storage_bucket_objectthis problem is no longer reproducible.Bumped version of the provider to v6.41 as this is when
source_md5hashwas introduced.Submission Checklist
NOTE: Community submissions can take up to 2 weeks to be reviewed.
Please take the following actions before submitting this pull request.
b/398227662