Sahina Bose has uploaded a new change for review.

Change subject: engine: Fixed geo-rep auditlog issue
......................................................................

engine: Fixed geo-rep auditlog issue

Fixed a startup error logged due to missing
AuditLogType and AuditLogMessages

Change-Id: I7f6a110fd4d06d83bd16fcae9bff51201ca8140c
Signed-off-by: Sahina Bose <sab...@redhat.com>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
M 
backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
2 files changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/38471/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
index 656cc6f..e006b84 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
@@ -394,7 +394,7 @@
     GLUSTER_GEOREP_SESSION_REFRESH_FAILED(4100, AuditLogSeverity.ERROR),
     GEOREP_SESSION_STOP(4101),
     GEOREP_SESSION_STOP_FAILED(4102, AuditLogSeverity.ERROR),
-    GEOREP_SESSION_DELETE(4103),
+    GEOREP_SESSION_DELETED(4103),
     GEOREP_SESSION_DELETE_FAILED(4104, AuditLogSeverity.ERROR),
     GLUSTER_GEOREP_CONFIG_SET(4105),
     GLUSTER_GEOREP_CONFIG_SET_FAILED(4106, AuditLogSeverity.ERROR),
diff --git 
a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
 
b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
index 4125d7d..016d7bb 100644
--- 
a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
+++ 
b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
@@ -829,6 +829,8 @@
 GLUSTER_GEOREP_CONFIG_SET_FAILED=Failed to set the configuration ${key} to 
${value} on geo-rep session ${geoRepSessionKey}.
 GLUSTER_GEOREP_CONFIG_SET_DEFAULT=Configuration of ${key} of session 
${geoRepSessionKey} reset to its default value .
 GLUSTER_GEOREP_CONFIG_SET_DEFAULT_FAILED=Failed to set ${key} of session 
${geoRepSessionKey} to its default value.
+GLUSTER_GEOREP_CONFIG_LIST=Refreshed configuration options for geo-replication 
session ${geoRepSessionKey}
+GLUSTER_GEOREP_CONFIG_LIST_FAILED=Failed configuration options for 
geo-replication session ${geoRepSessionKey}
 GLUSTER_VOLUME_SNAPSHOT_DELETED=Gluster volume snapshot ${snapname} deleted.
 GLUSTER_VOLUME_SNAPSHOT_DELETE_FAILED=Failed to delete gluster volume snapshot 
${snapname}.
 GLUSTER_VOLUME_ALL_SNAPSHOTS_DELETED=Deleted all the gluster volume snapshots 
for the volume ${glusterVolumeName}.


-- 
To view, visit https://gerrit.ovirt.org/38471
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f6a110fd4d06d83bd16fcae9bff51201ca8140c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to