Arik Hadas has posted comments on this change.

Change subject: core, engine: Prevent snapshot in ppc64
......................................................................


Patch Set 1:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmCommand.java
Line 167:      * @return
Line 168:      */
Line 169:     public boolean isSnapshotSupportedByArchitecture 
(ArchitectureType architecture, Version compatibilityVersion) {
Line 170:         boolean supported = false;
Line 171:         if (architecture != ArchitectureType.undefined) {
it will save those checks.. => it will eliminate those checks
Line 172:             supported = 
ArchStrategyFactory.getStrategy(architecture).run(new 
IsSnapshotSupported(compatibilityVersion)).returnValue();
Line 173:         }
Line 174: 
Line 175:         return supported;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4f201b63ddf441a9bc76a37fda33f54fa766d937
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Leonardo Bianconi <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa 
<[email protected]>
Gerrit-Reviewer: Leonardo Bianconi <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Vitor de Lima <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to