pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Start up in cloud with variable number of slaves #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently running appscale-run-instances yields one master and three
slaves. Need to change this behavior to use the -min flag and have it
produce one master and (min-1) slaves.

Have done a quick review of the code involved and the changes involved
should be relatively minimal.

Original issue reported on code.google.com by shattere...@gmail.com on 8 May 2009 at 4:38

GoogleCodeExporter commented 9 years ago
Done. For now, --min must be at least 2. Issue 51 is opened to handle the case 
of
--min = 1.

Original comment by shattere...@gmail.com on 13 May 2009 at 12:56