fix(terraform): cap EPHEMERAL volume size to reserve disk space for swap partition on worker nodes

This commit is contained in:
Story Crater Bot
2026-08-10 22:22:20 -07:00
parent 209df7558e
commit 3f5d44d6fa
3 changed files with 22 additions and 12 deletions
+1
View File
@@ -102,6 +102,7 @@ resource "local_file" "worker_configs" {
gpu_count = each.value.gpu_count
extra_disks = each.value.extra_disks
swap_size = each.value.swap_size
ephemeral_max_size = each.value.ephemeral_max_size
# Cluster config
cluster_id = var.cluster_id