search for: net_interfaces

Displaying 10 results from an estimated 10 matches for "net_interfaces".

Did you mean: inet_interfaces
2010 Aug 25
2
[PATCH] Virtio support
...onfig_ip input { diff --git a/src/task-omatic/task_vm.rb b/src/task-omatic/task_vm.rb index dd71747..cc2071f 100644 --- a/src/task-omatic/task_vm.rb +++ b/src/task-omatic/task_vm.rb @@ -35,7 +35,7 @@ end def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, - net_interfaces, diskDevices) + virtio, net_interfaces, diskDevices) doc = Document.new doc.add_element("domain", {"type" => "kvm"}) @@ -78,6 +78,10 @@ def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, diskdev.add_element("...
2011 Dec 06
0
script for check drbd at mount ocfs2 at boot in debian
Hi to all, I am mounting a simple cluster for use mail/virtualbox/samba in two servers, in active/active mode (not for virtualbox). In my testings some times the drbd system needs wait some time for start (sync protocols), or because some times the node are down many days. I create a script for wait for a sync, and check that the "ip of interconect cluster" are up an running. and go up
2010 Sep 02
1
[PATCH 1/1] Introduce an option to always pxe-boot a vm.
...).val(nics[0].network_id).trigger('change'); } diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb index 1dfd74f..6f699d2 100755 --- a/src/task-omatic/taskomatic.rb +++ b/src/task-omatic/taskomatic.rb @@ -415,9 +415,17 @@ class TaskOmatic end net_interfaces.push({ :mac => nic.mac, :interface => net_device, :virtio => nic.virtio }) } + # network_always indicates that the boot device is "network" and will not change + # upon reboot. + if db_vm.boot_device == "network_always" + boot_device = "network&...
2010 Sep 01
1
[PATCH] Fix virtual disk name (virtio)
...diskdev.add_element("source", {"dev" => disk}) diskdev.add_element("target", {"dev" => devs[which_device]}) + which_device += 1 end - doc.root.elements["devices"] << diskdev - which_device += 1 end net_interfaces.each { |nic| -- 1.7.2.2
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
...komatic.rb b/src/task-omatic/taskomatic.rb index 83849ad..9c2a162 100755 --- a/src/task-omatic/taskomatic.rb +++ b/src/task-omatic/taskomatic.rb @@ -430,7 +430,7 @@ class TaskOmatic else net_device = "breth0" # FIXME remove this default at some point end - net_interfaces.push({ :mac => nic.mac, :interface => net_device, :virtio => nic.virtio }) + net_interfaces.push({ :mac => nic.mac, :interface => net_device, :model => nic.model }) } # network_always indicates that the boot device is "network" and will not change #...
2009 Jul 24
1
permit many-to-many vms / networks relationship redux
redux patchset permitting a vm to be associated with multiple networks and vice-versa. updated patchset so as to be applicable against current oVirt server HEAD these patches may be applied in any order, they all need to be pushed together
2009 Jul 09
2
permit many-to-many vms / networks relationship
This patchset contains changes to the ovirt server frontend, backend, and tests components, permitting vms to be associated with multiple networks and vice versa. Also included are two patches which are required for the frontend bits; a patch adding collapsable sections to the vm form, which in itself depends on the second patch that provides default values for the cpu and memory vm table fields
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...k_vm.rb b/src/task-omatic/task_vm.rb index a448d30..dd71747 100644 --- a/src/task-omatic/task_vm.rb +++ b/src/task-omatic/task_vm.rb @@ -35,7 +35,7 @@ end def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, - macAddr, bridge, diskDevices) + net_interfaces, diskDevices) doc = Document.new doc.add_element("domain", {"type" => "kvm"}) @@ -87,11 +87,13 @@ def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, which_device += 1 end - unless macAddr.nil? || bridge.nil? || macAddr == &quo...
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...c=eth2 +++ true +++ case $c in +++ echo eth2 +++ return ++ eval ''z=$eth2_zone'' +++ z=net ++ ''['' xnet = xnet '']'' ++ echo eth2 + interfaces=''eth0 eth2'' ++ echo eth0 eth2 + interfaces=''eth0 eth2'' + eval ''net_interfaces="$interfaces"'' ++ net_interfaces=''eth0 eth2'' + determine_hosts + for zone in ''$zones'' ++ find_hosts loc ++ local hosts interface address addresses ++ read z hosts options + hosts= ++ echo + hosts= + eval ''interfaces=$loc_interfaces'...
2005 Feb 01
4
Shorewall problem
I am getting the following message when Shorewall stops can anybody shed any light on this message and where I should be looking? Thanks root@bobshost:~# shorewall stop Loading /usr/share/shorewall/functions... Processing /etc/shorewall/params ... Processing /etc/shorewall/shorewall.conf... Loading Modules... Stopping Shorewall...Processing /etc/shorewall/stop ... IP Forwarding Enabled