Lior Vernia has uploaded a new change for review.

Change subject: webadmin: Set miimon=100 for preset bonding options
......................................................................

webadmin: Set miimon=100 for preset bonding options

So far it hasn't been set by default, which would apparently cause the
kernel to not poll for the status of the bonded NICs.

Change-Id: If4a6070639d6566f9ebb5e30adf16d63128eb820
Signed-off-by: Lior Vernia <[email protected]>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/17821/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
index 7a537ea..a01467f 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
@@ -3089,14 +3089,14 @@
         list.add(new KeyValuePairCompat<String, EntityModel>("mode=1 
miimon=100", entityModel)); //$NON-NLS-1$
         entityModel = new EntityModel();
         entityModel.setEntity("(Mode 2) Load balance (balance-xor)"); 
//$NON-NLS-1$
-        list.add(new KeyValuePairCompat<String, EntityModel>("mode=2", 
entityModel)); //$NON-NLS-1$
+        list.add(new KeyValuePairCompat<String, EntityModel>("mode=2 
miimon=100", entityModel)); //$NON-NLS-1$
         entityModel = new EntityModel();
         entityModel.setEntity("(Mode 4) Dynamic link aggregation (802.3ad)"); 
//$NON-NLS-1$
-        defaultItem.argvalue = new KeyValuePairCompat<String, 
EntityModel>("mode=4", entityModel); //$NON-NLS-1$
+        defaultItem.argvalue = new KeyValuePairCompat<String, 
EntityModel>("mode=4 miimon=100", entityModel); //$NON-NLS-1$
         list.add(defaultItem.argvalue);
         entityModel = new EntityModel();
         entityModel.setEntity("(Mode 5) Adaptive transmit load balancing 
(balance-tlb)"); //$NON-NLS-1$
-        list.add(new KeyValuePairCompat<String, EntityModel>("mode=5", 
entityModel)); //$NON-NLS-1$
+        list.add(new KeyValuePairCompat<String, EntityModel>("mode=5 
miimon=100", entityModel)); //$NON-NLS-1$
         entityModel = new EntityModel();
         entityModel.setEntity(""); //$NON-NLS-1$
         list.add(new KeyValuePairCompat<String, EntityModel>("custom", 
entityModel)); //$NON-NLS-1$


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

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

Reply via email to