Maor Lipchuk has uploaded a new change for review.

Change subject: core: Add VDSM missing error messages(2).
......................................................................

core: Add VDSM missing error messages(2).

Add missing VDSM messages to the engine, so vdsm_verify_error_codes
test will not fail

Change-Id: Ide0c9cc1a43a4947c57ba7f647e11763726826aa
Signed-off-by: Maor Lipchuk <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
M backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties
2 files changed, 12 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/63/12763/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
index 70f75a6..c805c0f 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
@@ -46,6 +46,12 @@
     ACTIVATE_NIC_FAILED(49),
     DEACTIVATE_NIC_FAILED(50),
     UPDATE_VNIC_FAILED(56),
+    migInProgress(51),
+    mergeErr(52),
+    balloonErr(53),
+    momErr(54),
+    replicaErr(55),
+    hwInfoErr(57),
     recovery(99),
     GeneralException(100),
     StorageException(200),
diff --git 
a/backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties 
b/backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties
index 83955bc..e489961 100644
--- 
a/backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties
+++ 
b/backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties
@@ -23,6 +23,8 @@
 InvalidTask=Task invalid
 LogicalVolumeExtendError=Logical Volume extend failed
 MergeSnapshotsError=Error merging snapshots
+mergeErr=Merge failed
+balloonErr=Balloon operation is not available
 MetaDataKeyError=Meta data key error
 MetaDataKeyNotFoundError=Meta Data key not found error
 MetaDataSealIsBroken=Meta Data seal is broken (checksum mismatch)
@@ -106,6 +108,7 @@
 exist=Desktop already exists
 imageErr=Drive image file could not be found
 migrateErr=Fatal error during migration
+migInProgress=Command not supported during migration
 MissParam=Missing required parameter
 nfsErr=Storage Domain access timeout
 noConPeer=Could not connect to peer host
@@ -113,6 +116,8 @@
 noVM=Desktop does not exist
 noVmType=Unsupported VM type
 outOfMem=Not enough free memory to create Desktop
+hwInfoErr=Failed to read hardware information
+replicaErr=Drive replication error
 recovery=Recovering from crash or Initializing
 sparse=sparse creation faild
 ticketErr=Error while setting spice ticket
@@ -233,6 +238,7 @@
 CannotDetachMasterStorageDomain=Illegal action
 createIllegalVolumeSnapshotError=Cannot create volume snapshot from illegal 
volume
 createVolumeRollbackError=Failure create volume rollback
+momErr=Failed to set mom policy
 createVolumeSizeError=Requested size is too small. Must be larger or equal to 
1.
 DomainAlreadyLocked=Cannot acquire lock, resource marked as locked
 DomainLockDoesNotExist=Cannot release lock, resource not found


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

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

Reply via email to