Shahar Havivi has uploaded a new change for review. Change subject: Fail to add Event-Notification ......................................................................
Fail to add Event-Notification While trying to add event notification name "Failed to restart VM on a different host" under "VM Events" getting popup the following popup error: Error while executing action: The notification event VDS_INITIATED_RUN_VM_FAILED is unsupported. Change-Id: Id99444dc827bf21fd70637276eb3a9390839002f Bug-Url: https://bugzilla.redhat.com/1057136 Signed-off-by: Shahar Havivi <[email protected]> --- A packaging/dbscripts/upgrade/03_04_0580_add_restart_different_host_event.sql 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/33/23633/1 diff --git a/packaging/dbscripts/upgrade/03_04_0580_add_restart_different_host_event.sql b/packaging/dbscripts/upgrade/03_04_0580_add_restart_different_host_event.sql new file mode 100644 index 0000000..f39aa4a --- /dev/null +++ b/packaging/dbscripts/upgrade/03_04_0580_add_restart_different_host_event.sql @@ -0,0 +1,2 @@ +-- Add new notifications +insert into event_map(event_up_name, event_down_name) values('VDS_INITIATED_RUN_VM_FAILED', ''); -- To view, visit http://gerrit.ovirt.org/23633 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id99444dc827bf21fd70637276eb3a9390839002f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
