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
It could take a very long time to shut down a GP1-L because volume needs to be backed up.
To improve this duration we could rely on instance terminate feature. We need to be careful as this will delete some volume and IP also automatically (we need to check instance API)
We would create in instance/v1/custom_server.go
func serverTerminateCommand() *core.Command
We would also need to add test usage in custom_server_test.go with the usage of this command.
In the command usage, we must be explicit if block volumes are deleted by the API when using terminate
The text was updated successfully, but these errors were encountered:
remyleone
changed the title
Add support for instance terminate acttion
Add support for instance terminate action
Apr 27, 2020
* feat(reg): fix test obj
* feat(obj): skip test to be used with cassettes
* feat(obj): skip test to be used with cassettes
* feat(obj): set resource name for test
It could take a very long time to shut down a GP1-L because volume needs to be backed up.
To improve this duration we could rely on instance terminate feature. We need to be careful as this will delete some volume and IP also automatically (we need to check instance API)
We would create in
instance/v1/custom_server.go
We would also need to add test usage in
custom_server_test.go
with the usage of this command.In the command usage, we must be explicit if block volumes are deleted by the API when using terminate
The text was updated successfully, but these errors were encountered: