Sahina Bose has uploaded a new change for review.

Change subject: engine: Added missing notification entries to event map
......................................................................

engine: Added missing notification entries to event map

Added missing event notification entries to event map

Change-Id: I2958589793dd06584cb7375215f5d97fb1c48506
Bug-Url: https://bugzilla.redhat.com/982540
Bug-Url: https://bugzilla.redhat.com/974210
Signed-off-by: Sahina Bose <[email protected]>
---
A packaging/dbscripts/upgrade/03_03_0470_add_missing_event_map.sql
1 file changed, 12 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/00/16900/1

diff --git a/packaging/dbscripts/upgrade/03_03_0470_add_missing_event_map.sql 
b/packaging/dbscripts/upgrade/03_03_0470_add_missing_event_map.sql
new file mode 100644
index 0000000..393bc87
--- /dev/null
+++ b/packaging/dbscripts/upgrade/03_03_0470_add_missing_event_map.sql
@@ -0,0 +1,12 @@
+insert into event_map(event_up_name, event_down_name) 
values('VM_STATUS_RESTORED', 'UNASSIGNED');
+insert into event_map(event_up_name, event_down_name) 
values('GLUSTER_SERVER_REMOVE', 'GLUSTER_SERVER_REMOVE_FAILED');
+insert into event_map(event_up_name, event_down_name) 
values('GLUSTER_VOLUME_OPTION_ADDED', 'UNASSIGNED');
+insert into event_map(event_up_name, event_down_name) 
values('GLUSTER_VOLUME_OPTION_MODIFIED', 'UNASSIGNED');
+insert into event_map(event_up_name, event_down_name) 
values('GLUSTER_VOLUME_OPTIONS_RESET_ALL', 'UNASSIGNED');
+insert into event_map(event_up_name, event_down_name) 
values('GLUSTER_VOLUME_PROFILE_START', 'GLUSTER_VOLUME_PROFILE_START_FAILED');
+insert into event_map(event_up_name, event_down_name) 
values('GLUSTER_VOLUME_PROFILE_START_FAILED', 'UNASSIGNED');
+insert into event_map(event_up_name, event_down_name) 
values('GLUSTER_VOLUME_PROFILE_STOP', 'GLUSTER_VOLUME_PROFILE_STOP_FAILED');
+insert into event_map(event_up_name, event_down_name) 
values('GLUSTER_VOLUME_PROFILE_STOP_FAILED', 'UNASSIGNED');
+
+
+


-- 
To view, visit http://gerrit.ovirt.org/16900
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2958589793dd06584cb7375215f5d97fb1c48506
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to