Skip to content

Commit

Permalink
Fix node disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed May 6, 2021
1 parent 7150635 commit 32d9902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.terraform/
.terraform.lock.hcl
.terraform.tfstate.lock.info
terraform.tfstate
terraform.tfstate.backup
credentials*
Expand Down
2 changes: 1 addition & 1 deletion slurm-gcp/basic.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ partitions = [
image = "projects/schedmd-slurm-public/global/images/family/schedmd-slurm-20-11-4-hpc-centos-7"
image_hyperthreads = false
compute_disk_type = "pd-standard"
compute_disk_size_gb = 10
compute_disk_size_gb = 20
compute_labels = {}
cpu_platform = null
gpu_count = 0
Expand Down

0 comments on commit 32d9902

Please sign in to comment.