]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Document filesystem type='block' for LXC
authorRyota Ozaki <ozaki.ryota@gmail.com>
Fri, 21 Oct 2011 14:26:29 +0000 (23:26 +0900)
committerEric Blake <eblake@redhat.com>
Fri, 21 Oct 2011 15:26:33 +0000 (09:26 -0600)
Commit 77791dc0e allows LXC to use a host block device as a guest
filesystem, but it isn't documented yet.

docs/formatdomain.html.in

index 95d33c0baa13e18282ec963c5a1cb3c618467352..dc6b1526c7451689ef42d0b84dca081ffd936b6f 100644 (file)
         </dd>
         <dt><code>type='block'</code></dt>
         <dd>
-        Currently unused.
+        A host block device to mount in the guest. The filesystem
+        format will be autodetected. Only used by LXC driver
+        <span class="since">(since 0.9.5)</span>.
         </dd>
         </dl>