[
https://issues.apache.org/jira/browse/LIBCLOUD-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomaz Muraus resolved LIBCLOUD-424.
-----------------------------------
Resolution: Fixed
> outdated kernel ID
> ------------------
>
> Key: LIBCLOUD-424
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-424
> Project: Libcloud
> Issue Type: Improvement
> Components: Compute
> Affects Versions: 0.13.2
> Reporter: Jon Chen
>
> From libcloud/compute/drivers/linode.py line 272:
> if image.extra['64bit']:
> kernel = 111 if image.extra['pvops'] else 107
> else:
> kernel = 110 if image.extra['pvops'] else 60
> These are very outdated. The recommended kernels are now KernelID=137 for
> x86, and KernelID=138 for x86_64. In addition, non-pv-ops kernels should not
> be enabled.
--
This message was sent by Atlassian JIRA
(v6.1#6144)