Reynold Xin created MESOS-192:
---------------------------------
Summary: m2.2xlarge has 1 local disk, not 2
Key: MESOS-192
URL: https://issues.apache.org/jira/browse/MESOS-192
Project: Mesos
Issue Type: Bug
Components: ec2
Reporter: Reynold Xin
In mesos_ec2.py, "m2.2xlarge" should return 1 disk instead of 2.
def get_num_disks(instance_type):
if instance_type in ["m1.xlarge", "c1.xlarge", "m2.xlarge", "cc1.4xlarge"]:
return 4
elif instance_type in ["m1.small", "c1.medium", "m2.2xlarge"]:
return 1
else:
return 2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira