<div>
                    <div>I think it’s an issue with the latest version of boto. Are you using boto-2.33? Downgrading to boto-2.32.0 resolved the issue.</div><div><br></div><div>Change the boto version in setup.py and reinstall StarCluster (boto==2.32.0)</div>
                </div>
                <div><div><br></div><div><br></div></div>
                 
                <p style="color: #A0A0A8;">On Thursday, October 9, 2014 at 3:31 PM, MacMullan, Hugh wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div>

<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->


<div>
<p style="margin: 0px;">Hi Starcluster Friends!<o:p></o:p></p>
<p style="margin: 0px;"><o:p>&nbsp;</o:p></p>
<p style="margin: 0px;">Just today I heard from a user that he was having trouble adding nodes from the master of a StarCluster created cluster. The AMI is StarCluster public 64-bit Ubuntu EBS non-HVM (ami-765b3e1f in us-east-1). These instances have been working
 reliably this way for many months, so it seems like something has changed at AWS? Anyone know of anything?<o:p></o:p></p>
<p style="margin: 0px;"><o:p>&nbsp;</o:p></p>
<p style="margin: 0px;">Running default StarCluster 0.95.5<o:p></o:p></p>
<p style="margin: 0px;">The behavior: locally (not from in EC2) I can add nodes just like normal. From the master, I get this:<o:p></o:p></p>
<p style="margin: 0px;"><o:p>&nbsp;</o:p></p>
<p style="margin: 0px;">++++++++++++++++++++<o:p></o:p></p>
<p style="margin: 0px;">$ starcluster an mycluster -a node001<o:p></o:p></p>
<p style="margin: 0px;">StarCluster - (<a href="http://star.mit.edu/cluster">http://star.mit.edu/cluster</a>) (v. 0.95.5)<o:p></o:p></p>
<p style="margin: 0px;">Software Tools for Academics and Researchers (STAR)<o:p></o:p></p>
<p style="margin: 0px;">Please submit bug reports to <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><o:p></o:p></p>
<p style="margin: 0px;"><o:p>&nbsp;</o:p></p>
<p style="margin: 0px;">&gt;&gt;&gt; Launching node(s): node001<o:p></o:p></p>
<p style="margin: 0px;">!!! ERROR - InvalidBlockDeviceMapping: the encrypted flag cannot be specified since device /dev/sda1 has a snapshot specified.<o:p></o:p></p>
<p style="margin: 0px;">Traceback (most recent call last):<o:p></o:p></p>
<p style="margin: 0px;">&nbsp; File "/usr/local/lib/python2.7/dist-packages/starcluster/cli.py", line 274, in main<o:p></o:p></p>
<p style="margin: 0px;">&nbsp;&nbsp;&nbsp; sc.execute(args)<o:p></o:p></p>
<p style="margin: 0px;">&nbsp; File "/usr/local/lib/python2.7/dist-packages/starcluster/commands/addnode.py", line 128, in execute<o:p></o:p></p>
<p style="margin: 0px;">&nbsp;&nbsp;&nbsp; no_create=self.opts.no_create)<o:p></o:p></p>
<p style="margin: 0px;">&nbsp; File "/usr/local/lib/python2.7/dist-packages/starcluster/cluster.py", line 189, in add_nodes<o:p></o:p></p>
<p style="margin: 0px;">&nbsp;&nbsp;&nbsp; no_create=no_create)<o:p></o:p></p>
<p style="margin: 0px;">&nbsp; File "/usr/local/lib/python2.7/dist-packages/starcluster/cluster.py", line 1033, in add_nodes<o:p></o:p></p>
<p style="margin: 0px;">&nbsp;&nbsp;&nbsp; spot_bid=spot_bid)<o:p></o:p></p>
<p style="margin: 0px;">&nbsp; File "/usr/local/lib/python2.7/dist-packages/starcluster/cluster.py", line 966, in create_nodes<o:p></o:p></p>
<p style="margin: 0px;">&nbsp;&nbsp;&nbsp; resvs.append(self.ec2.request_instances(image_id, **kwargs))<o:p></o:p></p>
<p style="margin: 0px;">&nbsp; File "/usr/local/lib/python2.7/dist-packages/starcluster/awsutils.py", line 523, in request_instances<o:p></o:p></p>
<p style="margin: 0px;">&nbsp;&nbsp;&nbsp; **shared_kwargs)<o:p></o:p></p>
<p style="margin: 0px;">&nbsp; File "/usr/local/lib/python2.7/dist-packages/starcluster/awsutils.py", line 624, in run_instances<o:p></o:p></p>
<p style="margin: 0px;">&nbsp;&nbsp;&nbsp; return self.conn.run_instances(image_id, **kwargs)<o:p></o:p></p>
<p style="margin: 0px;">&nbsp; File "/usr/local/lib/python2.7/dist-packages/boto/ec2/connection.py", line 974, in run_instances<o:p></o:p></p>
<p style="margin: 0px;">&nbsp;&nbsp;&nbsp; verb='POST')<o:p></o:p></p>
<p style="margin: 0px;">&nbsp; File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", line 1204, in get_object<o:p></o:p></p>
<p style="margin: 0px;">&nbsp;&nbsp;&nbsp; raise self.ResponseError(response.status, response.reason, body)<o:p></o:p></p>
<p style="margin: 0px;">EC2ResponseError: EC2ResponseError: 400 Bad Request<o:p></o:p></p>
<p style="margin: 0px;">&lt;?xml version="1.0" encoding="UTF-8"?&gt;<o:p></o:p></p>
<p style="margin: 0px;">&lt;Response&gt;&lt;Errors&gt;&lt;Error&gt;&lt;Code&gt;InvalidBlockDeviceMapping&lt;/Code&gt;&lt;Message&gt;the encrypted flag cannot be specified since device /dev/sda1 has a snapshot specified.&lt;/Message&gt;&lt;/Error&gt;&lt;/Errors&gt;&lt;RequestID&gt;SOMEREQUESTID&lt;/RequestID&gt;&lt;/Response&gt;<o:p></o:p></p>
<p style="margin: 0px;">++++++++++++++++++++<o:p></o:p></p>
<p style="margin: 0px;"><o:p>&nbsp;</o:p></p>
<p style="margin: 0px;">Any thoughts? Anyone else seeing this?<o:p></o:p></p>
<p style="margin: 0px;"><o:p>&nbsp;</o:p></p>
<p style="margin: 0px;">-Hugh<o:p></o:p></p>
</div>


</div><div><div>_______________________________________________</div><div>StarCluster mailing list</div><div><a href="mailto:StarCluster@mit.edu">StarCluster@mit.edu</a></div><div><a href="http://mailman.mit.edu/mailman/listinfo/starcluster">http://mailman.mit.edu/mailman/listinfo/starcluster</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>