Roy Golan has posted comments on this change.

Change subject: core: [Fix] Add host hotplug support checks
......................................................................


Patch Set 9:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmCommand.java
Line 403:      * check that hotplug is enabled via the 3.1 config paramter 
{@literal ConfigValues.HotPlugEnabled,
Line 404:      * @return
Line 405:      */
Line 406:     protected boolean isHotPlugSupported() {
Line 407:         if 
(FeatureSupported.hotPlug(getVds().getVdsGroupCompatibilityVersion())) {
this is already represented by the os info entry -

from packaging/conf/osinfo-defaults.properties

 os.other.devices.network.hotplugSupport.value = true
 os.other.devices.network.hotplugSupport.value.3.0 = false
Line 408:             return true;
Line 409:         }
Line 410: 
Line 411:         return 
failCanDoAction(VdcBllMessages.HOT_PLUG_IS_NOT_SUPPORTED);


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I8e4c8409c0de4ff1c959d27b54e793a31654326c
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gustavo Frederico Temple Pedrosa <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa 
<[email protected]>
Gerrit-Reviewer: Leonardo Bianconi <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Mike Kolesnik <[email protected]>
Gerrit-Reviewer: Moti Asayag <[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: liron aravot <[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