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

should be stoppable #6

Closed
MadDataScience opened this issue Jun 20, 2013 · 5 comments
Closed

should be stoppable #6

MadDataScience opened this issue Jun 20, 2013 · 5 comments

Comments

@MadDataScience
Copy link

When I try to stop an anaconda cluster, I get:

!!! ERROR - Cluster 'anaconda_cluster' does not contain any 'stoppable'
!!! ERROR - nodes and can only be terminated. Please use the 'terminate'
!!! ERROR - command instead to destroy the cluster.

This is extremely annoying because I don't like wasting money keeping the cluster running when I'm not at work but starting a new one takes hours because of all the packages I install.

@quasiben
Copy link
Contributor

Good point. I write in the stop function tonight.

@sjobeek
Copy link

sjobeek commented Aug 15, 2013

I'm also interested in being able to stop these instances. Has the stop function been implemented yet?

@jtriley
Copy link
Contributor

jtriley commented Oct 8, 2013

There is no 'stop' function to be implemented here. This error is related to the fact that the AMIs you're using are S3-backed (or instance-store) and not EBS-backed. Simpy switching to an EBS-backed AMI will allow the cluster to be stoppable.

@jtriley
Copy link
Contributor

jtriley commented Oct 8, 2013

@Eklypse Also, if you're spending hours building/installing packages every time you start a cluster I would highly recommend rebundling your own AMI using StarCluster's ebsimage command[1]. Starting a cluster should ideally be less than 10min at the most.

[1] http://star.mit.edu/cluster/docs/0.94/manual/create_new_ami.html

@MadDataScience
Copy link
Author

Thanks!

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

4 participants