diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 29a96814673b62b7fd61f1cd59d7be905c6cce65..01db83e6082041476e17f422d2a4285a1c40e14d 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2584,17 +2584,16 @@
snapshot
Indicates the default behavior of the disk during disk snapshots: - "internal" requires a file format such as qcow2 that can store - both the snapshot and the data changes since the snapshot; - "external" will separate the snapshot from the live data; and - "no" means the disk will not participate in snapshots. Read-only - disks default to "no", while the default for other disks depends - on the hypervisor's capabilities. Some hypervisors allow a - per-snapshot choice as well, during + "internal" requires a file format such as qcow2 that + can store both the snapshot and the data changes since the snapshot; + "external" will separate the snapshot from the live + data; and "no" means the disk will not participate in + snapshots. Read-only disks default to "no", while the + default for other disks depends on the hypervisor's capabilities. + Some hypervisors allow a per-snapshot choice as well, during domain snapshot creation. - Not all snapshot modes are supported; for example, - snapshot='yes' with a transient disk generally - does not make sense. + Not all snapshot modes are supported; for example, enabling + snapshots with a transient disk generally does not make sense. Since 0.9.5