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
While doing some tests with CVS-Software I noted that the TF provider (20.11.1) returns with "Creation complete" messages, while the UI shows that the volume is still being created. I also see situations, where this happens, while the volume fails to be created minutes later, due to configuration errors.
It's hard to give debug output here. My current example:
Provider Output: netapp-gcp_volume.gcp-minimal-volume: Creation complete after 39s [id=a725c55b-6fa8-2557-d48d-704e46f87250]
UI (minutes later):
Please note that I am testing special things here and it would be totally fine for the volume create to fail. But I would expect the TF provider volume create not to return with success, while volume creation is still in progress.
My guess it that TF provider and API are okay, but machinery behind API behaves differently between CVS-Performance and CVS-Software.
The text was updated successfully, but these errors were encountered:
fix is on its way. In my experience, it takes around 11 minutes to create the very first CVS "software" volume in a region (or zone). Once a volume exists, the following volumes are created in 1 or 2 minutes.
2020/11/26 01:37:33 Volume creation still in progress after 105 seconds.
2020/11/26 01:38:18 Volume creation still in progress after 150 seconds.
2020/11/26 01:39:28 Volume creation still in progress after 220 seconds.
2020/11/26 01:40:11 Volume creation still in progress after 263 seconds.
2020/11/26 01:41:33 Volume creation still in progress after 344 seconds.
2020/11/26 01:42:19 Volume creation still in progress after 390 seconds.
2020/11/26 01:43:37 Volume creation still in progress after 468 seconds.
2020/11/26 01:44:31 Volume creation still in progress after 522 seconds.
2020/11/26 01:45:27 Volume creation still in progress after 577 seconds.
While doing some tests with CVS-Software I noted that the TF provider (20.11.1) returns with "Creation complete" messages, while the UI shows that the volume is still being created. I also see situations, where this happens, while the volume fails to be created minutes later, due to configuration errors.
It's hard to give debug output here. My current example:
Provider Output:
netapp-gcp_volume.gcp-minimal-volume: Creation complete after 39s [id=a725c55b-6fa8-2557-d48d-704e46f87250]
UI (minutes later):
Please note that I am testing special things here and it would be totally fine for the volume create to fail. But I would expect the TF provider volume create not to return with success, while volume creation is still in progress.
My guess it that TF provider and API are okay, but machinery behind API behaves differently between CVS-Performance and CVS-Software.
The text was updated successfully, but these errors were encountered: