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 subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/19 19:11:01 UTC

[jira] [Commented] (CLOUDSTACK-9939) Volumes stuck in Creating state while restarting the Management Server when the volume creation is in progress

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

ASF subversion and git services commented on CLOUDSTACK-9939:
-------------------------------------------------------------

Commit a40e0f0097ec5776c43f205383021138f33a68d1 in cloudstack's branch refs/heads/master from pavanaravapalli
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=a40e0f0 ]

CLOUDSTACK-9939: Volumes stuck in Creating state while restarting the Management Server when the volume creation is in progress (#2163)



> Volumes stuck in Creating state while restarting the Management Server when the volume creation is in progress
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9939
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9939
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.10.0.0
>         Environment: ACS -4.10. 
> http://10.112.3.52:8080/client/ 
> user : admin 
> password : password 
>            Reporter: veerapuppala
>            Assignee: Pavan Kumar Aravapalli
>
> Issue:
> -------
> Volumes stuck in Creating state while restarting the Management server when the volume creation is in progress
> Steps to reproduce :
> -------------------------
> 1) Create Volumes from the snapshot 
> 3) Restart the MS while the volume creation is in progress
> Existing behavior:
> ---------------------
> Volume stuck in "Creating" state after the MS restart.
> mysql> select *  from volumes where state='Creating'\G;
>                         id: 26
>                 account_id: 2
>                  domain_id: 1
>                    pool_id: 1
>               last_pool_id: NULL
>                instance_id: NULL
>                  device_id: NULL
>                       name: m29vol5
>                       uuid: 3a1bf211-ee97-4225-b531-e78a96e9ce35
>                       size: 21474836480
>                     folder: NULL
>                       path: NULL
>                     pod_id: NULL
>             data_center_id: 1
>                 iscsi_name: NULL
>                    host_ip: NULL
>                volume_type: DATADISK
>                  pool_type: NULL
>           disk_offering_id: 2
>                template_id: 5
> first_snapshot_backup_uuid: NULL
>                recreatable: 0
>                    created: 2017-05-29 08:59:56
>                   attached: NULL
>                    updated: 2017-05-29 08:59:56
>                    removed: NULL
>                      state: Creating
>                 chain_info: NULL
>               update_count: 1
>                  disk_type: NULL
>     vm_snapshot_chain_size: NULL
>                     iso_id: NULL
>             display_volume: 1
>                     format: VHD
>                   min_iops: NULL
>                   max_iops: NULL
>              hv_ss_reserve: NULL
>          provisioning_type: thin
> ===============================
>                         id: 27
>                 account_id: 2
>                  domain_id: 1
>                    pool_id: 1
>               last_pool_id: NULL
>                instance_id: NULL
>                  device_id: NULL
>                       name: m29vol5
>                       uuid: f677826f-e470-4179-9c3f-9e55413047f1
>                       size: 21474836480
>                     folder: NULL
>                       path: NULL
>                     pod_id: NULL
>             data_center_id: 1
>                 iscsi_name: NULL
>                    host_ip: NULL
>                volume_type: DATADISK
>                  pool_type: NULL
>           disk_offering_id: 2
>                template_id: 5
> first_snapshot_backup_uuid: NULL
>                recreatable: 0
>                    created: 2017-05-29 09:00:08
>                   attached: NULL
>                    updated: 2017-05-29 09:00:08
>                    removed: NULL
>                      state: Creating
>                 chain_info: NULL
>               update_count: 1
>                  disk_type: NULL
>     vm_snapshot_chain_size: NULL
>                     iso_id: NULL
>             display_volume: 1
>                     format: VHD
>                   min_iops: NULL
>                   max_iops: NULL
>              hv_ss_reserve: NULL
>          provisioning_type: thin



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)