Skip to content
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

"vagrant halt" shuts down the machine, but returns an error #9

Open
angristan opened this issue Oct 4, 2020 · 0 comments · May be fixed by #16
Open

"vagrant halt" shuts down the machine, but returns an error #9

angristan opened this issue Oct 4, 2020 · 0 comments · May be fixed by #16

Comments

@angristan
Copy link
Contributor

The machine is powered off but vagrant returns an error.

Opening here for visibility, real issue is kaorimatz/fog-scaleway#7

angristan added a commit to scaleway/vagrant-scaleway that referenced this issue Oct 4, 2020
Since the tasks API endpoint does not exist anymore (kaorimatz/fog-scaleway#7),
polling for the task will result in an error even if the actual task succeeded.

While tasks-related code should be removed from fog-scaleway,
setting async to true for the server.terminate and sever.poweroff metods
will bypass this polling.

Fixes kaorimatz#9.
@angristan angristan linked a pull request Oct 4, 2020 that will close this issue
angristan added a commit to scaleway/vagrant-scaleway that referenced this issue Oct 4, 2020
Since the tasks API endpoint does not exist anymore (kaorimatz/fog-scaleway#7),
polling for the task will result in an error even if the actual task succeeded.

While tasks-related code should be removed from fog-scaleway,
setting async to true for the server.terminate and server.poweroff methods
will bypass this polling.

Fixes kaorimatz#9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant