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 GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/09 08:16:11 UTC

[jira] [Commented] (CLOUDSTACK-9127) Missing PV-bootloader-args for "SUSE Linux Enterprise Server 10 SP2 and SP3"

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

ASF GitHub Bot commented on CLOUDSTACK-9127:
--------------------------------------------

GitHub user SudharmaJain opened a pull request:

    https://github.com/apache/cloudstack/pull/1196

    CLOUDSTACK-9127 Missing PV-bootloader-args for "SUSE Linux Enterprise…

    … Server 10 SP2 and SP3"
    
    ISSUE
    --------
    STOP-START of SUSE Linux VMs fail, as PV-bootloader-args are missing during the start command.
    DESCRIPTION
    ----------------------
    Repro steps
    1. Upload Suse ISO 
    2. Create a VM with this ISO, and install it.
    3. Detach ISO from the VM. 
    4. Reboot the VM, :>>>> This will work fine, as the pv-bootloader-args are not missing during reboot.
    5.Stop the VM from CCP(VM will get destroyed in Xencenter)
    6. Start the same VM from CCP , it will try to start but will fail.
    
    Before Applying the fix
    --------------------------------
    Before applying the starting the VM failed with following exception 
    com.cloud.utils.exception.CloudRuntimeException: Unable to start VM(i-2-6-VM) on host(7cfd6388-b763-4c09-b3a3-9679db2904a3) due to Task failed! Task record:                 uuid: 21a6799f-9523-7c0e-bb86-1de750a38d74
               nameLabel: Async.VM.start_on
         nameDescription:
       allowedOperations: []
       currentOperations: {}
                 created: Wed Dec 09 07:00:29 UTC 2015
                finished: Wed Dec 09 07:00:31 UTC 2015
                  status: failure
              residentOn: com.xensource.xenapi.Host@513d238c
                progress: 1.0
                    type: <none/>
                  result:
               errorInfo: [BOOTLOADER_FAILED, OpaqueRef:0b10b6ac-837d-29af-da9d-6ef1e11a064a, Unable to find partition containing kernel
    ]
             otherConfig: {}
               subtaskOf: com.xensource.xenapi.Task@aaf13f6f
                subtasks: []
    
    ![image](https://cloud.githubusercontent.com/assets/12229259/11678758/bd0fc9aa-9e70-11e5-9687-c77bfecaa4dd.png)
    
    
    After Applying the fix
    --------------------------
    After applying the fix I am able to start the vm.
    ![image](https://cloud.githubusercontent.com/assets/12229259/11678938/6d44f5b0-9e72-11e5-83b0-60a736408b4d.png)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SudharmaJain/cloudstack cs-9127

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1196.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1196
    
----
commit fa81844812a26832e42b31e415de66277c59e3c5
Author: SudharmaJain <su...@citrix.com>
Date:   2015-12-09T06:23:51Z

    CLOUDSTACK-9127 Missing PV-bootloader-args for "SUSE Linux Enterprise Server 10 SP2 and SP3"

----


> Missing PV-bootloader-args for "SUSE Linux Enterprise Server 10 SP2 and SP3"
> ----------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9127
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9127
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: sudharma jain
>
> STOP-START of SUSE Linux VMs fail, as PV-bootloader-args are missing during the start command.
> DESCRIPTION
> =======
> Repro steps
> 1. Upload Suse ISO 
> 2. Create a VM with this ISO, and install it.
> 3. Detach ISO from the VM. 
> 4. Reboot the VM, :>>>> This will work fine, as the pv-bootloader-args are not missing during reboot.
> 5.Stop the VM from CCP(VM will get destroyed in Xencenter)
> 6. Start the same VM from CCP , it will try to start but will fail with below error



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)