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

Bad machine assignement, when creating an image. #429

Closed
corentindrouet opened this issue Oct 27, 2016 · 3 comments
Closed

Bad machine assignement, when creating an image. #429

corentindrouet opened this issue Oct 27, 2016 · 3 comments

Comments

@corentindrouet
Copy link
Contributor

corentindrouet commented Oct 27, 2016

Steps to reproduce:

  • Launch your vdi, and create an image.
  • Now disconnect and go to machine page.

Expected result:

  • One machine is assigned to you.

Actual result:

  • Two machines are assigned to you. (one is booting).
@corentindrouet
Copy link
Contributor Author

When creating an image, the machine's image is update to the new image created.
But when disconnect from vdi, getMachineForUser function is called by sessionEnded function, with the first image of the machine, so getMachineForUser doesn't find any machine with this image, and reassigne one to the user.

@Gentux
Copy link
Contributor

Gentux commented Oct 27, 2016

I thought PR #430 solved this issue, can you confirm it is solved and should be closed ?

@corentindrouet
Copy link
Contributor Author

Yes PR #430 solved the 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