[ https://issues.apache.org/jira/browse/CLOUDSTACK-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Abhinandan Prateek updated CLOUDSTACK-3815: ------------------------------------------- Fix Version/s: (was: 4.2.0) 4.2.1 > "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: Minor > Fix For: 4.2.1 > > > 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 was sent by Atlassian JIRA (v6.1#6144)