You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Chandan Purushothama (JIRA)" <ji...@apache.org> on 2014/10/16 05:41:33 UTC

[jira] [Updated] (CLOUDSTACK-7737) [Automation] [HyperV] Deployed VM is not respecting the memory configuration specified in the service offering

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

Chandan Purushothama updated CLOUDSTACK-7737:
---------------------------------------------
    Description: 
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>


  was:

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
*************************** 1. row ***************************
                 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
*************************** 1. row ***************************
                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>



> [Automation] [HyperV] Deployed VM is not respecting the memory configuration specified in the service offering
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-7737
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7737
>             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: Chandan Purushothama
>            Assignee: Devdeep Singh
>            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)