Comment 5 for bug 1341486

Revision history for this message
Vladimir Sharshov (vsharshov) wrote :

Aleksandr Didenko (adidenko) logs:

Astute got message where new kernel params not insert in required filed. Information which applied for provisioning state should contain in provisioning state, but:

2014-07-15T13:43:59 debug: [374] Process message from worker queue: ...

    \"pm_data\": {\"kernel_params\": \"console=ttyS0,9600 console=tty0 rootdelay=90 nomodeset\"

but should

    \"pm_data\": {\"kernel_params\": \"console=ttyS0,9600 console=tty0 rootdelay=90 nomodeset intel_iommu=on\"

also this param showed in deployment section:

  \"metadata\": {<...> \"kernel_params\": {\"kernel\": \"console=ttyS0,9600 console=tty0 rootdelay=90 nomodeset intel_iommu=on\"}

this section correct.

For some reason Nailgun do no send data correctly for this case.

This can be proven by Nailgun logs to. If we check Nailgun app.logs:

2014-07-15 13:43:59.007 DEBUG [7f933810e740] (__init__) RPC cast to orchestrator:

    {
        "args": {
            "task_uuid": "3a8bd2aa-4d00-4b12-af6c-429b152b45ca",
            "provisioning_info": {
                "nodes": [
                   {
                    "uid": "1",
                       "ks_meta": {
                            "pm_data": {
                                "kernel_params": "console=ttyS0,9600 console=tty0 rootdelay=90 nomodeset",

        "args": {
            "task_uuid": "74bc69a5-0290-4a8b-b0e0-2c0b893bfa0a",
            "deployment_info": [
                    "kernel_params": {
                        "kernel": "console=ttyS0,9600 console=tty0 rootdelay=90 nomodeset intel_iommu=on",

Aleksandr, do you use web interface or cli to deploy this cluster?

Also i could not reproduce it in 5.1 ISO #343.

Result in /boot/grub/grub.cfg:

        linux /vmlinuz-3.11.0-18-generic root=UUID=abf917c0-df3d-4093-93d9-46f950169749 ro console=ttyS0,9600 console=tty0 rootdelay=90 nomodeset intel_iommu=on

        linux /vmlinuz-3.11.0-18-generic root=UUID=abf917c0-df3d-4093-93d9-46f950169749 ro recovery nomodeset console=ttyS0,9600 console=tty0 rootdelay=90 nomodeset intel_iommu=on

         linux /vmlinuz-3.2.0-65-generic root=UUID=abf917c0-df3d-4093-93d9-46f950169749 ro console=ttyS0,9600 console=tty0 rootdelay=90 nomodeset intel_iommu=on

        linux /vmlinuz-3.2.0-65-generic root=UUID=abf917c0-df3d-4093-93d9-46f950169749 ro recovery nomodeset console=ttyS0,9600 console=tty0 rootdelay=90 nomodeset intel_iommu=on