You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2012/05/14 09:19:52 UTC

[jira] [Closed] (MESOS-192) m2.2xlarge has 1 local disk, not 2

     [ https://issues.apache.org/jira/browse/MESOS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reynold Xin closed MESOS-192.
-----------------------------

    Resolution: Not A Problem
    
> 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