]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
docs: Clarify semantics of sparse storage volumes
authorJiri Denemark <jdenemar@redhat.com>
Mon, 11 Mar 2013 13:42:40 +0000 (14:42 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 12 Mar 2013 08:03:14 +0000 (09:03 +0100)
Sparse LVM volumes do not behave in the way one would naively expect.
The allocation does not automatically increase (which is different from
how sparse files work).

docs/formatstorage.html.in

index 9f93db810a7b0533566fc8c990fb029a4f80bb3b..8ac7ab17b7b303c0c8ad101f577415be548247b6 100644 (file)
         allocated at time of creation. If set to a value smaller than the
         capacity, the pool has the <strong>option</strong> of deciding
         to sparsely allocate a volume. It does not have to honour requests
-        for sparse allocation though.<br/>
+        for sparse allocation though. Different types of pools may treat
+        sparse volumes differently. For example, the <code>logical</code>
+        pool will not automatically expand volume's allocation when it
+        gets full; the user is responsible for doing that or configuring
+        dmeventd to do so automatically.<br/>
         <br/>
         By default this is specified in bytes, but an optional attribute
         <code>unit</code> can be specified to adjust the passed value.