[
https://issues.apache.org/jira/browse/MESOS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274482#comment-13274482
]
Reynold Xin commented on MESOS-192:
-----------------------------------
mhmm apparently I was working with a really old version of mesos. Looks like
this has been fixed.
> 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