Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Linode keeps trying to use 32bit kernel #51

@aberrios85

Description

@aberrios85

When I'm booting a VM the VM keeps choosing a 32bit kernel, even though I'm specifying a 64bit one. There were some Kernel API changes recently that seemed to coincide with the problem occurring. Am using KVM but same issue with Xen.

From the support ticket:

We made some API changes last week with regards to kernels. avail.kernels() returns all kernels, regardless of whether they are Xen or KVM-only; previously, avail.kernels defaulted to only showing Xen kernels.

command:

knife linode server create -k 138 -L db0 -N db0 -r recipe[mariadb::galera],recipe[mariadb::galera_init],recipe[muc-infra::hostsfile]

knife.rb settings

knife[:linode_api_key] = "MyApiKey"
knife[:linode_image] = "129"
knife[:linode_flavor] = "1"
knife[:linode_datacenter] = "7"

excerpt of output of knife linode kernel list

 ID                                        Name                                    
137                                       Latest 32 bit (4.1.5-x86-linode80)      
178                                       3.13.7-x86-linode57                     
180                                       3.14.1-x86-linode58                     
182                                       3.14.4-x86-linode59                     
184                                       3.14.5-x86-linode60                     
186                                       3.14.5-x86-linode61                     
188                                       3.15.2-x86-linode62                     
190                                       3.15.3-x86-linode63                     
192                                       3.15.4-x86-linode64                     
194                                       3.16.5-x86-linode65                     
198                                       3.16.7-x86-linode67                     
200                                       3.18.1-x86-linode68                     
203                                       3.18.3-x86-linode69                     
204                                       3.18.5-x86-linode70                     
206                                       3.19.1-x86-linode71                     
208                                       4.0-x86-linode72                        
211                                       4.0.1-x86-linode73                      
217                                       4.0.4-x86-linode75                      
219                                       4.0.5-x86-linode76                      
221                                       4.0.5-x86-linode77                      
222                                       4.1.0-x86-linode78                      
224                                       4.1.5-x86-linode79                      
227                                       4.1.5-x86-linode80                      
138                                       Latest 64 bit (4.1.5-x86_64-linode61)   
177                                       3.13.7-x86_64-linode38                  
179                                       3.14.1-x86_64-linode39                  
181                                       3.14.4-x86_64-linode40                  
183                                       3.14.5-x86_64-linode41                  
185                                       3.14.5-x86_64-linode42                  
187                                       3.15.2-x86_64-linode43

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions