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

If user shut-down his vm through windows, he is totally blocked. #282

Open
corentindrouet opened this issue Sep 23, 2016 · 2 comments
Open

Comments

@corentindrouet
Copy link
Contributor

This problem was seen on aws driver.
Steps to reproduce:

  • Go to your VDI.
  • Go to 'start' and shut-down your machine through windows (don't close it with close/minimize vdi).
    Now your vm is in stop status on AWS.
    That mean that this vm is never terminated cause she is not even running. You can't access the vdi again.
    If you try to start this machine again manually on aws, the ip of this one will change, so you will need to change it on base, otherwise, you are totally blocked with this vm because she is assigned to you, and you cannot have an other one if your's is not remove from base.
@dynamiccast
Copy link
Contributor

What happen if the user reboots the machine from the web interface ?
If the machine is shut down from the VDI, is a blank VDI displayed or at least an information message is shown ?
Does the machine keeps its green status "running" on the machine list ?

@corentindrouet
Copy link
Contributor Author

The machine is stopped, so reboot fail.
Not blank page are shown if you try to disconnect or minimize the vdi.
Yes, the machine keep its green status, but the count down of termination started.

The problem is, the machine is stopped on aws, so when this situation happen, we need to start the machine. This option is now implemented on drivers, so we should use it to solve this problem.

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

No branches or pull requests

2 participants