[jira] [Updated] (CLOUDSTACK-7767) [Events] All events are not generated for snapshot creation

2014-10-22 Thread Sanjeev N (JIRA)

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

Sanjeev N updated CLOUDSTACK-7767:
--
Attachment: cloud.dmp
management-server.rar

Attached MS log and cloud db dump.

> [Events] All events are not generated for snapshot creation
> ---
>
> Key: CLOUDSTACK-7767
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7767
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Snapshot
>Affects Versions: 4.5.0
> Environment: Latest build from 4.5 with commit [root@BPKxDmS ~]# 
> cloudstack-sccs
> 562c89544e80dcd61ae5fd179eb8546de2598b33
>Reporter: Sanjeev N
>Priority: Critical
> Fix For: 4.5.0
>
> Attachments: cloud.dmp, management-server.rar
>
>
> [Events] All events are not generated for snapshot creation
> Steps to Reproduce:
> ===
> 1.Bring up CS with latest build from 4.5
> 2.Deploy a vm using cent os template
> 3.Take a snapshot on the root disk of the vm
> 4.Verify the cloud.events table for the snapshot events
> We could see events with states "created,sheduled,started and completed" for 
> vm,volume and template whereas there is only one event with state "scheduled" 
> for snapshot creation.
> So by looking at the events user will not be able to find out whether the 
> snaphot creation is completed of not.
> Following is the DB snippet:
> mysql> select id,uuid,type,state,description  from event where type in 
> ("SNAPSHOT.CREATE","VM.CREATE","VOLUME.CREATE","TEMPLATE.CREATE");
> +-+--+-+---++
> | id  | uuid | type| state | 
> description   
>  |
> +-+--+-+---++
> | 189 | 1f48cbef-648e-4728-9eb1-5178bea3b4fd | SNAPSHOT.CREATE | Scheduled | 
> creating snapshot for volume: 10  
>  |
> | 207 | 9162ed93-bd6c-4e78-8f4a-1836859f5009 | SNAPSHOT.CREATE | Scheduled | 
> creating snapshot for volume: 15  
>  |
> | 208 | 261b95a7-0a4d-45cd-9922-3cde8640ab02 | SNAPSHOT.CREATE | Scheduled | 
> creating snapshot for volume: 15  
>  |
> | 212 | e80e1383-944b-4ac9-bc86-70511de86c94 | SNAPSHOT.CREATE | Scheduled | 
> creating snapshot for volume: 15  
>  |
> | 168 | 518e4ae7-e506-4b93-a8b5-696777b91706 | TEMPLATE.CREATE | Completed | 
> Successfully completed creating template. Id: 202 name: cent53
>  |
> | 193 | 3d20409e-a9e5-438a-9a00-2deb23ee87fe | TEMPLATE.CREATE | Created   | 
> Successfully created entity for creating template 
>  |
> | 194 | 528f823e-b817-4b9a-8935-2f57ac5a4c9b | TEMPLATE.CREATE | Scheduled | 
> creating template: fromSnapRoot10 
>  |
> | 195 | 9ab1d914-9f30-4a3d-8070-1fdce6827f6d | TEMPLATE.CREATE | Started   | 
> creating template. Template Id: 203 from snapshot Id: 1   
>  |
> | 196 | d2676d55-84c8-4486-9aca-0f3eda74a4a7 | TEMPLATE.CREATE | Completed | 
> Successfully completed creating template. Template Id: 203 from snapshot Id: 
> 1 |
> | 154 | 3b9207d6-d120-4762-b9e3-423f849870d6 | VM.CREATE   | Created   | 
> Successfully created entity for deploying Vm. Vm Id: 8
>  |
> | 155 | 7c47beb2-e105-478f-9575-e3ab1b2709ec | VM.CREATE   | Scheduled | 
> starting Vm. Vm Id: 8 
>  |
> | 156 | 27718b57-b679-412b-b983-0f9cf7757930 | VM.CREATE   | Started   | 
> starting Vm. Vm Id: 8 
>  |
> | 159 | 6b5bece5-bfab-41c0-906e-8fbec2ddd2bf | VM.CREATE   | Completed | 
> Successfully completed starting Vm. Vm Id: 8  
>  |
> | 170 | 66412dc3-fc03-4a2d-b796-807bd6ec096f | VM.CREATE   | Created   | 
> Successfully created entity for deploying Vm. Vm Id: 10   
>  |
> | 171 | a6c91812-9218-451c-a801-60652089ba7b | VM.CREATE   | Scheduled | 
> starting Vm. Vm Id: 10
>  |
> | 172 | 3f0cd706-ac3d-48a5-b4f9-a51d96e95dca | VM.CREATE   | Started   | 
> starting Vm. Vm Id: 10
>  |
> | 175 | dde1bff2-5f68-43a9-a090-10718c3a14f

[jira] [Updated] (CLOUDSTACK-7767) [Events] All events are not generated for snapshot creation

2014-11-10 Thread Anshul Gangwar (JIRA)

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

Anshul Gangwar updated CLOUDSTACK-7767:
---
Status: Reviewable  (was: In Progress)

> [Events] All events are not generated for snapshot creation
> ---
>
> Key: CLOUDSTACK-7767
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7767
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Snapshot
>Affects Versions: 4.5.0
> Environment: Latest build from 4.5 with commit [root@BPKxDmS ~]# 
> cloudstack-sccs
> 562c89544e80dcd61ae5fd179eb8546de2598b33
>Reporter: Sanjeev N
>Assignee: Anshul Gangwar
>Priority: Critical
> Fix For: 4.5.0
>
> Attachments: cloud.dmp, management-server.rar
>
>
> [Events] All events are not generated for snapshot creation
> Steps to Reproduce:
> ===
> 1.Bring up CS with latest build from 4.5
> 2.Deploy a vm using cent os template
> 3.Take a snapshot on the root disk of the vm
> 4.Verify the cloud.events table for the snapshot events
> We could see events with states "created,sheduled,started and completed" for 
> vm,volume and template whereas there is only one event with state "scheduled" 
> for snapshot creation.
> So by looking at the events user will not be able to find out whether the 
> snaphot creation is completed of not.
> Following is the DB snippet:
> mysql> select id,uuid,type,state,description  from event where type in 
> ("SNAPSHOT.CREATE","VM.CREATE","VOLUME.CREATE","TEMPLATE.CREATE");
> +-+--+-+---++
> | id  | uuid | type| state | 
> description   
>  |
> +-+--+-+---++
> | 189 | 1f48cbef-648e-4728-9eb1-5178bea3b4fd | SNAPSHOT.CREATE | Scheduled | 
> creating snapshot for volume: 10  
>  |
> | 207 | 9162ed93-bd6c-4e78-8f4a-1836859f5009 | SNAPSHOT.CREATE | Scheduled | 
> creating snapshot for volume: 15  
>  |
> | 208 | 261b95a7-0a4d-45cd-9922-3cde8640ab02 | SNAPSHOT.CREATE | Scheduled | 
> creating snapshot for volume: 15  
>  |
> | 212 | e80e1383-944b-4ac9-bc86-70511de86c94 | SNAPSHOT.CREATE | Scheduled | 
> creating snapshot for volume: 15  
>  |
> | 168 | 518e4ae7-e506-4b93-a8b5-696777b91706 | TEMPLATE.CREATE | Completed | 
> Successfully completed creating template. Id: 202 name: cent53
>  |
> | 193 | 3d20409e-a9e5-438a-9a00-2deb23ee87fe | TEMPLATE.CREATE | Created   | 
> Successfully created entity for creating template 
>  |
> | 194 | 528f823e-b817-4b9a-8935-2f57ac5a4c9b | TEMPLATE.CREATE | Scheduled | 
> creating template: fromSnapRoot10 
>  |
> | 195 | 9ab1d914-9f30-4a3d-8070-1fdce6827f6d | TEMPLATE.CREATE | Started   | 
> creating template. Template Id: 203 from snapshot Id: 1   
>  |
> | 196 | d2676d55-84c8-4486-9aca-0f3eda74a4a7 | TEMPLATE.CREATE | Completed | 
> Successfully completed creating template. Template Id: 203 from snapshot Id: 
> 1 |
> | 154 | 3b9207d6-d120-4762-b9e3-423f849870d6 | VM.CREATE   | Created   | 
> Successfully created entity for deploying Vm. Vm Id: 8
>  |
> | 155 | 7c47beb2-e105-478f-9575-e3ab1b2709ec | VM.CREATE   | Scheduled | 
> starting Vm. Vm Id: 8 
>  |
> | 156 | 27718b57-b679-412b-b983-0f9cf7757930 | VM.CREATE   | Started   | 
> starting Vm. Vm Id: 8 
>  |
> | 159 | 6b5bece5-bfab-41c0-906e-8fbec2ddd2bf | VM.CREATE   | Completed | 
> Successfully completed starting Vm. Vm Id: 8  
>  |
> | 170 | 66412dc3-fc03-4a2d-b796-807bd6ec096f | VM.CREATE   | Created   | 
> Successfully created entity for deploying Vm. Vm Id: 10   
>  |
> | 171 | a6c91812-9218-451c-a801-60652089ba7b | VM.CREATE   | Scheduled | 
> starting Vm. Vm Id: 10
>  |
> | 172 | 3f0cd706-ac3d-48a5-b4f9-a51d96e95dca | VM.CREATE   | Started   | 
> starting Vm. Vm Id: 10
>  |
> | 175 | dde1bff2-5f68-43a9-a090-10718c3a14f3 | VM.CR