You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Tomaz Muraus (JIRA)" <ji...@apache.org> on 2013/10/26 23:55:31 UTC

[jira] [Comment Edited] (LIBCLOUD-424) outdated kernel ID

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

Tomaz Muraus edited comment on LIBCLOUD-424 at 10/26/13 9:54 PM:
-----------------------------------------------------------------

Thanks, I've updated kernel versions which are used by default.

Next time it would help / make it easier for us, if you provide some references links (https://www.linode.com/kernels/ in this case).


was (Author: kami):
Thanks, I've updated kernel versions which are used by time.

Next time it would help / make it easier for us, if you provide some references links (https://www.linode.com/kernels/ in this case).

> 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)