You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run starcluster start <name of cluster> I get the following warning:
/home/yrstrly/.virtualenvs/aws/local/lib/python2.7/site-packages/boto/ec2/connection.py:1339: \
UserWarning: The 'launch.group-id' filter now requires a security group id (sg-*) and no \
longer supports filtering by group name. Please update your filters accordingly.
This is a reproducible warning. It has appeared with every invocation of starcluster start that I've tried today.
It is also a new warning. The same command (with a different cluster name) worked without any warnings two days ago. I have not changed configurations nor anything else in my EC2 account in the intervening time.
% starcluster --version
StarCluster - (http://star.mit.edu/cluster) (v. 0.95.6)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster@mit.edu
0.95.6
% uname -ar
Linux xxx 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
When I run
starcluster start <name of cluster>
I get the following warning:This is a reproducible warning. It has appeared with every invocation of
starcluster start
that I've tried today.It is also a new warning. The same command (with a different cluster name) worked without any warnings two days ago. I have not changed configurations nor anything else in my EC2 account in the intervening time.
The text was updated successfully, but these errors were encountered: