Bug 836944 - Events - not all events are reported when removing vms
Summary: Events - not all events are reported when removing vms
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Eli Mesika
QA Contact:
URL:
Whiteboard: infra virt
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-02 09:42 UTC by Elena
Modified: 2014-01-13 01:45 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-18 08:03:44 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Elena 2012-07-02 09:42:03 UTC
When removing 10 vms simultaneously only 8-9 of events with type=36 are reported.
Found in automated rest api tests:
http://<hist>/api/events?search=type%3D36

Comment 2 Eli Mesika 2012-07-18 08:03:44 UTC
You should use type 113 for it, not 36 !!!

please note that type 36 only reports on removal initialization since the VM may have images to remove and that is an async operation.

The message format on type 36 is:
  Removal of VM <vm> was initiated by <user>.

while teh message format on type 113 is:
  VM <vm> was successfully removed.

Please allign your tests to use type 113 if you want to see which VMs completes removal (i.e. finished to remove also the VM images)


Note You need to log in before you can comment on or make changes to this bug.