Omer Frenkel has posted comments on this change.

Change subject: core,ui: VirtIO-SCSI enabled flag
......................................................................


Patch Set 8:

(1 comment)

much better, thanks, one issue inside

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/UpdateVmCommand.java
Line 367: 
Line 368:         if 
(Boolean.TRUE.equals(getParameters().isVirtioScsiEnabled()) &&
Line 369:                 
!FeatureSupported.virtIoScsi(getVdsGroup().getcompatibility_version())) {
Line 370:             return 
failCanDoAction(VdcBllMessages.VIRTIO_SCSI_INTERFACE_IS_NOT_AVAILABLE_FOR_CLUSTER_LEVEL);
Line 371:         }
this shouldn't be changed if vm is not down
Line 372: 
Line 373:         return true;
Line 374:     }
Line 375: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ice06fda5946b5961cfe9c819b0b368525b1f4b58
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to