You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/12/17 07:02:00 UTC

[jira] [Commented] (CLOUDSTACK-10193) SystemVMs/VRs face kernel panic due to OOM on VMware

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

ASF subversion and git services commented on CLOUDSTACK-10193:
--------------------------------------------------------------

Commit af4668c5269752cb909a3c357a3e11015ba8fbb9 in cloudstack's branch refs/heads/debian9-systemvmtemplate from [~rohit.yadav@shapeblue.com]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=af4668c ]

CLOUDSTACK-10193: Use other64Linux for systemvms on VMware

In default/fresh installations, the guest os type for systemvms with id=15
or Debian 5 (32-bit) can cause memory allocation issues to guest. Using
Other Linux 64-bit as guest OS systemvms get all the allocated RAM. This
avoids OOM related kernel panics for certain VRs such as rVRs, lbvm etc.

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


> SystemVMs/VRs face kernel panic due to OOM on VMware
> ----------------------------------------------------
>
>                 Key: CLOUDSTACK-10193
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10193
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: Rohit Yadav
>            Assignee: Rohit Yadav
>             Fix For: 4.11.0.0
>
>
> An edge case, systemvms use the guest os type 15 (or Debian 32-bit) which may lead VMware vCenter to not allocate all the RAM (default 256MB) to the guest. Via vCenter it shows that 256MB is allocated, but free -m (or cat /proc/meminfo) revealed that only 157MB was allocate in my testing against VMware 5.5 and 6.5. The fix would be to use a more appropriate guest os type that works for VMware 5.0+, other 64-bit Linux. We cannot use Debian7+ 64-bit as the guest os type is not available on older vCenter.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)