Skip to content

Commit abccf23

Browse files
committed
Ignore changes block-device in compute_fixed_image
Fixes slurm controlled rebuild for volume backed instances. This is required because image_id is used in the block device.
1 parent b99b1e9 commit abccf23

File tree

1 file changed

+1
-0
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/tofu/node_group

1 file changed

+1
-0
lines changed

environments/skeleton/{{cookiecutter.environment}}/tofu/node_group/nodes.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ resource "openstack_compute_instance_v2" "compute_fixed_image" {
115115
lifecycle {
116116
ignore_changes = [
117117
image_id,
118+
block_device,
118119
]
119120
}
120121

0 commit comments

Comments
 (0)