aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-08-17 09:55:49 +0200
committerMichal Skalski <mskalski@mirantis.com>2016-08-17 10:19:22 +0200
commit58f119f7f625f15faba0d9d96d41c654ab48dda5 (patch)
tree499f8a6df711aae87503e5cd1c6cf95918604229 /deploy
parent0d53f22492e043b66734af4e47dcd07ee15a2d13 (diff)
Use virtio driver for fuel-master NIC
Using e1000 driver on fuel master may lead to temporarily loss of communication [1]. We can use two approaches here: * use virtio driver * install e1000-kmod package virtio driver should be sufficient for our purposes, we don't use bonding on fuel master. e1000-kmod package is available on fuel master and provide e1000 kernel module which does not introduce additional problems. This package is not installed by default but for this purpose MASTER_NODE_EXTRA_PACKAGES cmdline option can be set during fuel master installation. [1] http://docs.openstack.org/developer/fuel-docs/userdocs/release-notes/fuel_known_issues.html Change-Id: I3fc1fed5f0b9c780cd9174205a3c31dae92a180e Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'deploy')
-rw-r--r--deploy/templates/virtual_environment/vms/fuel.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/templates/virtual_environment/vms/fuel.xml b/deploy/templates/virtual_environment/vms/fuel.xml
index bd8e15185..e2a05d86e 100644
--- a/deploy/templates/virtual_environment/vms/fuel.xml
+++ b/deploy/templates/virtual_environment/vms/fuel.xml
@@ -40,7 +40,7 @@
<controller type='pci' index='0' model='pci-root'/>
<interface type='network'>
<source network='fuel1'/>
- <model type='e1000'/>
+ <model type='virtio'/>
</interface>
<serial type='pty'>
<target port='0'/>