-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Code 504 message while deploying CVO #130
Comments
Can this be reproduced? Do you use terraform cloud/enterprise or just run terraform on your laptop terminal? If it's running on your laptop terminal and reproducible, can you do this and share the log with us? |
@chuyich I am using terraform on my linux machine . I dont think i can reproduce the issue. I tried the same code around 5 times yesterday on 3 instances it worked fine, on 2 instances it failed. |
We're adding a retry on 504. This is abit experimental, as we don't control the backend, and we don't know the root cause for now. |
We released 22.9.0 yesterday (9/8). It provides some retries on 504 errors. Can you see if it helps? |
Retries were implemented in 22.9.0. |
In between i see while deploying CVO via terraform the deployment fails with below error
netapp-cloudmanager_cvo_aws.mycvo: Still creating... [12m10s elapsed]
netapp-cloudmanager_cvo_aws.mycvo: Still creating... [12m20s elapsed]
netapp-cloudmanager_cvo_aws.mycvo: Still creating... [12m30s elapsed]
netapp-cloudmanager_cvo_aws.mycvo: Still creating... [12m40s elapsed]
netapp-cloudmanager_cvo_aws.mycvo: Still creating... [12m50s elapsed]
netapp-cloudmanager_cvo_aws.mycvo: Still creating... [13m0s elapsed]
netapp-cloudmanager_cvo_aws.mycvo: Still creating... [13m10s elapsed]
╷
│ Error: code: 504, message:
│
│ with netapp-cloudmanager_cvo_aws.mycvo,
│ on CVO.tf line 1, in resource "netapp-cloudmanager_cvo_aws" "mycvo":
│ 1: resource "netapp-cloudmanager_cvo_aws" "mycvo" {
│
╵
But if i go to my cloud manager i see the CVO gets created.
The text was updated successfully, but these errors were encountered: