<div>Hello,</div><div><br></div><div>I have been working towards adapting starcluster for use with Eucalyptus. I am happy to report that I have the start and terminate commands working. I have moved on to work on the add node and remove node commands.</div>
<div><br></div><div>When I run the add node command, it appears that starcluster starts a second master node rather than a node 002. When I look in the debug log I see this;</div><div><br></div>DEBUG:starcluster:existing nodes: {u'i-52DE3ECA': <Node: master (i-52DE3ECA)>, u'i-F6F5453E': <Node: node001 (i-F6F5453E)>, u'i-5C414124': <Node: master (i-5C414124)>, u'i-F1D140FC': <Node: master (i-F1D140FC)>}<div>
<br></div><div>Any thoughts on this issue would be greatly appreciated,</div><div><br></div><div>Thanks,</div><div>-Rob</div><div><br></div><div><div>[rerpc@PC001539 ~]$ starcluster an -i emi-594335AB mycluster1</div><div>
StarCluster - (<a href="http://star.mit.edu/cluster">http://star.mit.edu/cluster</a>) (v. 0.9999)</div><div>Software Tools for Academics and Researchers (STAR)</div><div>Please submit bug reports to <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a></div>
<div><br></div><div>*** WARNING - ************************************************************</div><div>*** WARNING - The cluster 'mycluster1' was created with a newer version of</div><div>*** WARNING - StarCluster (). You're currently using version 0.9999.</div>
<div>*** WARNING - </div><div>*** WARNING - This may or may not be a problem depending on what's changed</div><div>*** WARNING - between these versions, however, it's highly recommended</div><div>*** WARNING - that you use version when using the 'mycluster1' cluster.</div>
<div>*** WARNING - ************************************************************</div><div>>>> Launching node(s): node002</div><div>Reservation:r-A4DD42B1</div><div>>>> Waiting for node(s) to come up... (updating every 30s)</div>
<div>>>> Waiting for all nodes to be in a 'running' state...</div><div>!!! ERROR - Unhandled exception occured</div><div>Traceback (most recent call last):</div><div> File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cli.py", line 259, in main</div>
<div> sc.execute(args)</div><div> File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/commands/addnode.py", line 120, in execute</div><div> no_create=self.opts.no_create)</div>
<div> File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cluster.py", line 170, in add_nodes</div><div> no_create=no_create)</div><div> File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cluster.py", line 941, in add_nodes</div>
<div> self.wait_for_cluster(msg="Waiting for node(s) to come up...")</div><div> File "<string>", line 2, in wait_for_cluster</div><div> File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/utils.py", line 92, in wrap_f</div>
<div> res = func(*arg, **kargs)</div><div> File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cluster.py", line 1344, in wait_for_cluster</div><div> self.progress_bar.finish()</div>
<div> File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cluster.py", line 1244, in progress_bar</div><div> force_update=True)</div><div> File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/progressbar.py", line 299, in __init__</div>
<div> super(ProgressBar, self).__init__(maxval, force_update=force_update)</div><div> File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/progressbar.py", line 206, in __init__</div>
<div> assert maxval > 0</div><div>AssertionError</div><div><br></div><div>!!! ERROR - Oops! Looks like you've found a bug in StarCluster</div><div>!!! ERROR - Crash report written to: /home/rerpc/.starcluster/logs/crash-report-11108.txt</div>
<div>!!! ERROR - Please remove any sensitive data from the crash report</div><div>!!! ERROR - and submit it to <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a></div></div><div><br></div>