You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Alex Brett (JIRA)" <ji...@apache.org> on 2014/10/20 17:30:34 UTC

[jira] [Commented] (CLOUDSTACK-7753) [Automation] [HyperV] TestServiceOfferings.test_04_change_offering_small detecting memory incorrectly

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-7753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176984#comment-14176984 ] 

Alex Brett commented on CLOUDSTACK-7753:
----------------------------------------

integration.smoke.test_service_offerings.TestServiceOfferings.test_04_change_offering_small is currently failing on HyperV, the bug CLOUDSTACK-7737 was raised from this, however it was determined that cloudstack is doing the right thing, as such we need to fix the Marvin test instead...

> [Automation] [HyperV] TestServiceOfferings.test_04_change_offering_small detecting memory incorrectly
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-7753
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7753
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Automation
>    Affects Versions: 4.5.0
>            Reporter: Alex Brett
>            Assignee: Alex Brett
>            Priority: Critical
>             Fix For: 4.5.0
>
>
> Deployed VM has the following memory configuration on the VM:
> [root@Atoms-VM-2 ~]# cat /proc/meminfo | grep Mem
> MemTotal:         363416 kB
> MemFree:           81864 kB
> [root@Atoms-VM-2 ~]#
> Which is around 354.8984375 MB
> But the Service Offering specified specifies 512 MB as shown below:
> mysql> select id,name,instance_name,state,service_offering_id from vm_instance where id=59 \G
>                  id: 59
>                name: Atoms-VM-2
>       instance_name: i-36-59-VM
>               state: Running
> service_offering_id: 1
> 1 row in set (0.00 sec)
> mysql> select * from service_offering where id=1 \G
>                 id: 1
>                cpu: 1
>              speed: 500
>           ram_size: 512
>            nw_rate: NULL
>            mc_rate: NULL
>         ha_enabled: 0
>      limit_cpu_use: 0
>           host_tag: NULL
>        default_use: 0
>            vm_type: NULL
>           sort_key: 0
>        is_volatile: 0
> deployment_planner: NULL
> 1 row in set (0.00 sec)
> mysql>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)