You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Jessica Wang (JIRA)" <ji...@apache.org> on 2013/07/30 00:53:50 UTC

[jira] [Resolved] (CLOUDSTACK-2451) [UI] Dropdown menu for action button change service offering is not listing inbuilt SO for system vms;listing SO which is in use

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jessica Wang resolved CLOUDSTACK-2451.
--------------------------------------

    Resolution: Fixed

Prashant,

I'm unable to reproduce this bug on my machine. It works correctly on my machine.

Please see my attachments:

(1) In "jessica_consoleProxyVM_changeServiceOfferingDialog.jpg", 

http://10.216.133.43:8080/client/api?command=listServiceOfferings&issystem=true&systemvmtype=consoleproxy&response=json&sessionkey=bi66EZ5%2BH0xfMIaKKdXcA0b%2FJvM%3D&_=1375137638684
{
    "listserviceofferingsresponse": {
        "count": 3,
        "serviceoffering": [
            {
                "id": "ad0195e4-5c46-4951-8d00-7b0beb660c1b",
                "name": "System Offering For Console Proxy",
                "cpunumber": 1,
                "cpuspeed": 500,
                "memory": 1024,
                "created": "2013-07-18T16:10:42-0700",
                "storagetype": "shared",
                "offerha": false,
                "limitcpuuse": false,
                "isvolatile": false,
                "issystem": true,
                "defaultuse": true,
                "systemvmtype": "consoleproxy",
                "networkrate": 0
            },
            {
                "id": "e9a467a2-3f40-45f1-b07f-013a7478c73f",
                "name": "ccc_consoleProxy",
                "displaytext": "ccc_consoleProxy",
                "cpunumber": 111,
                "cpuspeed": 111,
                "memory": 111,
                "created": "2013-07-29T15:34:42-0700",
                "storagetype": "shared",
                "offerha": false,
                "limitcpuuse": false,
                "isvolatile": false,
                "issystem": true,
                "defaultuse": false,
                "systemvmtype": "consoleproxy"
            },
            {
                "id": "69a85103-4601-47f5-ab9e-e9f52ca2552e",
                "name": "aaa_consoleProxy",
                "displaytext": "aaa_consoleProxy",
                "cpunumber": 111,
                "cpuspeed": 111,
                "memory": 111,
                "created": "2013-07-29T15:32:44-0700",
                "storagetype": "shared",
                "offerha": false,
                "limitcpuuse": false,
                "isvolatile": false,
                "issystem": true,
                "defaultuse": false,
                "systemvmtype": "consoleproxy"
            }
        ]
    }
}

Compute Offering dropdown correctly shows the two service offerings that are not in use (i.e. "ccc_consoleProxy", "aaa_consoleProxy") and does NOT show the service offering that is in use (i.e. "System Offering For Console Proxy")


(2) In "jessica_secondaryStorageVM_changeServiceOfferingDialog.jpg"

http://10.216.133.43:8080/client/api?command=listServiceOfferings&issystem=true&systemvmtype=secondarystoragevm&response=json&sessionkey=bi66EZ5%2BH0xfMIaKKdXcA0b%2FJvM%3D&_=1375138113912

{
    "listserviceofferingsresponse": {
        "count": 2,
        "serviceoffering": [
            {
                "id": "ba1acfa4-314d-4be3-ab5b-01b86080aa16",
                "name": "System Offering For Secondary Storage VM",
                "cpunumber": 1,
                "cpuspeed": 500,
                "memory": 256,
                "created": "2013-07-18T16:10:42-0700",
                "storagetype": "shared",
                "offerha": false,
                "limitcpuuse": false,
                "isvolatile": false,
                "issystem": true,
                "defaultuse": true,
                "systemvmtype": "secondarystoragevm"
            },
            {
                "id": "eaac8176-0a47-4b54-b6a4-2680f5cac426",
                "name": "ddd_secondaryStorage",
                "displaytext": "ddd_secondaryStorage",
                "cpunumber": 111,
                "cpuspeed": 111,
                "memory": 111,
                "created": "2013-07-29T15:35:54-0700",
                "storagetype": "shared",
                "offerha": false,
                "limitcpuuse": false,
                "isvolatile": false,
                "issystem": true,
                "defaultuse": false,
                "systemvmtype": "secondarystoragevm"
            }
        ]
    }
}

Compute Offering dropdown correctly shows the one that is not in use (i.e. "ddd_secondaryStorage") and does NOT show the servic offering that is in use (i.e. "System Offering For Secondary Storage VM").


If you are able to reproduce this bug in your environment (which I presume is 4.2v), please provide database dump, screenshots, API calls when reopening this bug.

thank you.

Jessica
                
> [UI] Dropdown menu for action button change service offering is not listing inbuilt SO for system vms;listing SO which is in use
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2451
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2451
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.2.0
>            Reporter: prashant kumar mishra
>            Assignee: Jessica Wang
>             Fix For: 4.2.0
>
>         Attachments: jessica_consoleProxyVM_changeServiceOfferingDialog.jpg, jessica_secondaryStorageVM_changeServiceOfferingDialog.jpg, screenshot-1.jpg
>
>
> Drop down menu should show inbuilt SO and should not show current SO (in use). Check  screenshot for better understanding 
> Steps to reproduce
> ---------------------------
> 1-Create SO for cpvm
> 2-disble zone
> 3-Stop cpvm
> 4-click on change SO for cpvm
> Expected
> --------------
> Popup window should show all SO except current one (in use)
> Actual
> ------------
> UI is not showing Inbuilt SO but listing current SO(in use) .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira