Chandan Purushothama created CLOUDSTACK-3815:
------------------------------------------------

             Summary: "SNAPSHOT.CREATE" event's states are not registered on 
the events table 
                 Key: CLOUDSTACK-3815
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3815
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Snapshot
    Affects Versions: 4.2.0
            Reporter: Chandan Purushothama
            Priority: Critical
             Fix For: 4.2.0



I see only "Scheduled" state of the event registered. 
"Created","Started","Completed" states of the event are missing

mysql> select 
id,type,state,description,user_id,account_id,domain_id,created,level,start_id,parameters,archived
 from event where type like "SNAPSHOT.CREATE";
+----+-----------------+-----------+---------------------------------+---------+------------+-----------+---------------------+-------+----------+------------+----------+
| id | type            | state     | description                     | user_id 
| account_id | domain_id | created             | level | start_id | parameters 
| archived |
+----+-----------------+-----------+---------------------------------+---------+------------+-----------+---------------------+-------+----------+------------+----------+
| 76 | SNAPSHOT.CREATE | Scheduled | creating snapshot for volume: 3 |       3 
|          3 |         1 | 2013-07-24 21:32:15 | INFO  |        0 | NULL       
|        0 |
+----+-----------------+-----------+---------------------------------+---------+------------+-----------+---------------------+-------+----------+------------+----------+
1 row in set (0.01 sec)

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

Reply via email to