You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Sanjeev N (JIRA)" <ji...@apache.org> on 2013/05/24 12:51:21 UTC

[jira] [Commented] (CLOUDSTACK-2670) [Object_Store_Refactor] UI/API: migrate volume does not show the available primary storages within the cluster

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

Sanjeev N commented on CLOUDSTACK-2670:
---------------------------------------

mysql> select * from storage_pool\G;
*************************** 1. row ***************************
                   id: 1
                 name: pri_xen_os
                 uuid: c65a038a-750c-3b4f-bf26-7ce3b74e1c85
            pool_type: NetworkFilesystem
                 port: 2049
       data_center_id: 1
               pod_id: 1
           cluster_id: 1
      available_bytes: 2815279431680
       capacity_bytes: 5902284816384
         host_address: 10.147.28.7
            user_info: NULL
                 path: /export/home/sanjeev/pri_xen_os
              created: 2013-05-24 12:09:14
              removed: NULL
          update_time: NULL
               status: Up
storage_provider_name: DefaultPrimary
                scope: CLUSTER
*************************** 2. row ***************************
                   id: 2
                 name: pri_xen_os2
                 uuid: 05820c30-2a0e-33f7-b358-cc9c08864e10
            pool_type: NetworkFilesystem
                 port: 2049
       data_center_id: 1
               pod_id: 1
           cluster_id: 1
      available_bytes: 2776974163968
       capacity_bytes: 5902284816384
         host_address: 10.147.28.7
            user_info: NULL
                 path: /export/home/sanjeev/pri_xen_os2
              created: 2013-05-24 15:36:43
              removed: NULL
          update_time: NULL
               status: Up
storage_provider_name: DefaultPrimary
                scope: CLUSTER
2 rows in set (0.00 sec)

ERROR:
No query specified

                
> [Object_Store_Refactor] UI/API: migrate volume does not show the available primary storages within the cluster
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2670
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2670
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API
>    Affects Versions: 4.2.0
>         Environment: Latest build from object store branch: CloudStack-non-OSS-object_store-47-rhel6.3.tar.gz
>            Reporter: Sanjeev N
>             Fix For: 4.2.0
>
>
> Migrate volume does not show the available primary storages within the cluster
> Steps to reproduce:
> ================
> 1.Bring up CS with xen cluster
> 2.Deploy guest vm
> 3.Add another primary storage to in the cluster
> 4.Stop the vm and try to migrate the root disk to another available primary storage in the cluster
> Result:
> ======
> migrate volume called findStoragePoolsFroMigration but the API returned blank response:
> http://10.147.59.119:8080/client/api?command=findStoragePoolsForMigration&id=1a4eb56e-4050-4688-b5d7-d721ce4439a2&response=json&sessionkey=ixXFsVuKowmsD%2FQeRoCj8INv7Y0%3D&_=1369391000834
> { "findstoragepoolsformigrationresponse" : { } }
> So migrate volume page displays blank in storage pool drop down list in UI.

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