Martin Peřina has uploaded a new change for review.

Change subject: core: Remove event subscriptions from monitored tasks
......................................................................

core: Remove event subscriptions from monitored tasks

Removes Add/RemoveEventSubscriptions from monitored tasks
due to theirs simplicity.

Change-Id: I9bfa009a9193d3e7f18b2ba22e9d80502228a324
Bug-Url: https://bugzilla.redhat.com/919045
Signed-off-by: Martin Perina <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/42/15342/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java
index f7c2990..bdec36f 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java
@@ -212,8 +212,8 @@
     LiveMigrateVmDisks(1011, false, QuotaDependency.STORAGE),
     MoveDisks(1012, false, QuotaDependency.NONE),
     // Event Notification
-    AddEventSubscription(1100, QuotaDependency.NONE),
-    RemoveEventSubscription(1101, QuotaDependency.NONE),
+    AddEventSubscription(1100, false, QuotaDependency.NONE),
+    RemoveEventSubscription(1101, false, QuotaDependency.NONE),
 
     // Config
     ReloadConfigurations(1301, ActionGroup.CONFIGURE_ENGINE, false, 
QuotaDependency.NONE),


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

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

Reply via email to