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/11 09:27:54 UTC

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

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

        

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

Posted by "Reynold Xin (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Reynold Xin (JIRA)" <ji...@apache.org>.
     [ 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