Allon Mureinik has uploaded a new change for review.

Change subject: update storagepool temp
......................................................................

update storagepool temp

<core | restapi | tools | history | engine | userportal | webadmin>: short 
summary under 50 chars

Longer description using lines' length under 72 chars.

With multiple paragraphs if necessary.

Change-Id: I501689a7cd332df1a80cb12281ff12b5ae370994
Bug-Url: https://bugzilla.redhat.com/??????
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStoragePoolCommand.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/96/21396/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStoragePoolCommand.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStoragePoolCommand.java
index 9be168b..af45b5f 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStoragePoolCommand.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStoragePoolCommand.java
@@ -174,7 +174,7 @@
         }
         returnValue = returnValue && checkStoragePoolNameLengthValid();
         if (returnValue
-                && 
Version.OpInequality(_oldStoragePool.getcompatibility_version(), 
getStoragePool()
+                && 
!_oldStoragePool.getcompatibility_version().equals(getStoragePool()
                         .getcompatibility_version())) {
             if (!isStoragePoolVersionSupported()) {
                 
addCanDoActionMessage(VersionSupport.getUnsupportedVersionMessage());


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

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

Reply via email to