libvirt/docs/schemas
Laine Stump fb0509d06a conf: parse/format <teaming> subelement of <interface>
The subelement <teaming> of <interface> devices is used to configure a
simple teaming association between two interfaces in a domain. Example:

  <interface type='bridge'>
    <source bridge='br0'/>
    <model type='virtio'/>
    <mac address='00:11:22:33:44:55'/>
    <alias name='ua-backup0'/>
    <teaming type='persistent'/>
  </interface>
  <interface type='hostdev'>
    <source>
      <address type='pci' bus='0x02' slot='0x10' function='0x4'/>
    </source>
    <mac address='00:11:22:33:44:55'/>
    <teaming type='transient' persistent='ua-backup0'/>
  </interface>

The interface with <teaming type='persistent'/> is assumed to always
be present, while the interface with type='transient' may be be
unplugged and later re-plugged; the persistent='blah' attribute (and
in the one currently available implementation, also the matching MAC
addresses) is what associates the two devices with each other. It is
up to the hypervisor and the guest network drivers to determine what
to do with this information.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2020-01-29 15:33:29 -05:00
..
basictypes.rng
capability.rng hostcpu: add support for reporting die_id in NUMA topology 2020-01-16 15:11:55 +00:00
cputypes.rng conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
domain.rng
domainbackup.rng conf: backup: Allow configuration of names exported via NBD 2020-01-24 13:40:48 +01:00
domaincaps.rng conf: domaincaps: Add 'backup' feature flag 2019-12-10 12:41:58 +01:00
domaincheckpoint.rng
domaincommon.rng conf: parse/format <teaming> subelement of <interface> 2020-01-29 15:33:29 -05:00
domainsnapshot.rng
interface.rng
network.rng
networkcommon.rng
networkport.rng
nodedev.rng
nwfilter_params.rng
nwfilter.rng
nwfilterbinding.rng
secret.rng
storagecommon.rng
storagepool.rng storage: add vmfs filesystem type 2019-12-20 14:31:08 +01:00
storagepoolcaps.rng
storagevol.rng storage: add vmfs filesystem type 2019-12-20 14:31:08 +01:00