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

Failures when starting VMs are not detected #16

Open
tcrivat opened this issue May 15, 2014 · 1 comment
Open

Failures when starting VMs are not detected #16

tcrivat opened this issue May 15, 2014 · 1 comment
Assignees
Labels

Comments

@tcrivat
Copy link
Contributor

tcrivat commented May 15, 2014

If a VM fails to boot for any reason (misconfiguration, cloud reaching its max. capacity etc.), ConPaaS fails to detect this and waits indefinitely for the VM to become ready (which obviously never happens). The service remains in an inconsistent state and cannot be stopped or deleted by any means (I tried this using both the graphical front-end and the command line client). Consequently, an application containing such a service cannot be deleted.

This is not only annoying to the user, but also hampers testing: before reaching a working configuration, the account becomes cluttered with lots of test applications that cannot be removed.

@tcrivat tcrivat added the bug label May 15, 2014
@gpierre42
Copy link
Contributor

This is a bit more subtle than that. I believe this problem happens only when a manager VM fails to start. Managers should normally have a timeout mechanism in case an agent VM fails to start.

It don't think it can be too difficult to implement the same mechanism in the director as well? Maybe I am underestimating the difficulty...

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

No branches or pull requests

4 participants