You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run our atlantis instance on a (now clear too) small AWS instance. As we have multiple sets of states being managed and use private github repo for modules, when might have a much larger cache and plan scratch space than most.
We have found that when dis space is close enough to full we end up getting plan failures that frankly, make no sense, and some form of corruption in the plugin cache. The only time there was a clue was when a provider needed to be grabbed for the plan.
I'm not entirely certain how to describe reproducing other than to say full up the disk and run a big plan with multiple providers,
Example error:
running "/usr/local/bin/terraform plan -input=false -refresh -no-color -out \"/home/ec2-user/.atlantis/repos/enthought/terraform/12345/default/silos/projectname/silos::projectname-default.tfplan\" -var-file /home/ec2-user/tfvars/jumpcloud.tfvars" in "/home/ec2-user/.atlantis/repos/enthought/terraform/12345/default/silos/projectname": exit status 1
Error: Failed to instantiate provider "aws" to obtain schema: fork/exec /home/ec2-user/.atlantis/repos/enthought/terraform/12345/default/silos/projectname/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.63.0_x4: permission denied
The text was updated successfully, but these errors were encountered:
Hmm. I'm not sure how best to deal with this in Atlantis. I don't think it makes sense to build disk space checking into Atlantis. I think this is best dealt with via your own health checking.
Could we at least have a status or healthcheck endpoint that would report available disk and that atlantis can run? Or just add available disk to the /status output?
We run our atlantis instance on a (now clear too) small AWS instance. As we have multiple sets of states being managed and use private github repo for modules, when might have a much larger cache and plan scratch space than most.
We have found that when dis space is close enough to full we end up getting plan failures that frankly, make no sense, and some form of corruption in the plugin cache. The only time there was a clue was when a provider needed to be grabbed for the plan.
I'm not entirely certain how to describe reproducing other than to say full up the disk and run a big plan with multiple providers,
Example error:
The text was updated successfully, but these errors were encountered: