From: Eric Blake Date: Thu, 4 Oct 2012 22:57:27 +0000 (-0600) Subject: docs: fix links in migration.html TOC X-Git-Tag: v1.0.0-rc1~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb8c924ce2ab21d3a4aa77d1de826cda4a274c7;p=thirdparty%2Flibvirt.git docs: fix links in migration.html TOC Use of the wrong attribute name caused the table of contents to be useless. Fix suggested by Daniel P. Berrange. * docs/migration.html.in: Use correct anchoring attribute. --- diff --git a/docs/migration.html.in b/docs/migration.html.in index be3f9b7987..c6b62f77bc 100644 --- a/docs/migration.html.in +++ b/docs/migration.html.in @@ -11,7 +11,7 @@ libvirt implements several options for migration.

-

Network data transports

+

Network data transports

There are two options for the data transport used during migration, either @@ -19,7 +19,7 @@ over a libvirtd connection.

-

Hypervisor native transport

+

Hypervisor native transport

Native data transports may or may not support encryption, depending on the hypervisor in question, but will typically have the lowest computational costs @@ -33,7 +33,7 @@ Migration native path

-

libvirt tunnelled transport

+

libvirt tunnelled transport

Tunnelled data transports will always be capable of strong encryption since they are able to leverage the capabilities built in to the libvirt RPC protocol. @@ -51,7 +51,7 @@ Migration tunnel path

-

Communication control paths/flows

+

Communication control paths/flows

Migration of virtual machines requires close co-ordination of the two @@ -59,7 +59,7 @@ which may be on the source, the destination, or a third host.

-

Managed direct migration

+

Managed direct migration

With managed direct migration, the libvirt client process @@ -79,7 +79,7 @@

-

Managed peer to peer migration

+

Managed peer to peer migration

With peer to peer migration, the libvirt client process only @@ -101,7 +101,7 @@

-

Unmanaged direct migration

+

Unmanaged direct migration

With unmanaged direct migration, neither the libvirt client @@ -117,7 +117,7 @@

-

Data security

+

Data security

Since the migration data stream includes a complete copy of the guest @@ -136,7 +136,7 @@ facility should be used.

-

Migration URIs

+

Migration URIs

Initiating a guest migration requires the client application to @@ -186,7 +186,7 @@ to comply with local firewall policies -

Configuration file handling

+

Configuration file handling

There are two types of virtual machine known to libvirt. A transient @@ -429,10 +429,10 @@ -

Migration scenarios

+

Migration scenarios

-

Native migration, client to two libvirtd servers

+

Native migration, client to two libvirtd servers

At an API level this requires use of virDomainMigrate, without the @@ -462,7 +462,7 @@ Supported by Xen, QEMU, VMWare and VirtualBox drivers

-

Native migration, client to and peer2peer between, two libvirtd servers

+

Native migration, client to and peer2peer between, two libvirtd servers

virDomainMigrate, with the VIR_MIGRATE_PEER2PEER flag set, @@ -486,7 +486,7 @@ Supported by QEMU driver

-

Tunnelled migration, client and peer2peer between two libvirtd servers

+

Tunnelled migration, client and peer2peer between two libvirtd servers

virDomainMigrate, with the VIR_MIGRATE_PEER2PEER & VIR_MIGRATE_TUNNELLED @@ -509,7 +509,7 @@ Supported by QEMU driver

-

Native migration, client to one libvirtd server

+

Native migration, client to one libvirtd server

virDomainMigrateToURI, without the VIR_MIGRATE_PEER2PEER flag set, @@ -533,7 +533,7 @@ Supported by Xen driver

-

Native migration, peer2peer between two libvirtd servers

+

Native migration, peer2peer between two libvirtd servers

virDomainMigrateToURI, with the VIR_MIGRATE_PEER2PEER flag set, @@ -570,7 +570,7 @@ Supported by the QEMU driver

-

Tunnelled migration, peer2peer between two libvirtd servers

+

Tunnelled migration, peer2peer between two libvirtd servers

virDomainMigrateToURI, with the VIR_MIGRATE_PEER2PEER & VIR_MIGRATE_TUNNELLED