docs: Document filesystem type='block' for LXC

Commit 77791dc0e allows LXC to use a host block device as a guest
filesystem, but it isn't documented yet.
This commit is contained in:
Ryota Ozaki 2011-10-21 23:26:29 +09:00 committed by Eric Blake
parent a61e9ff60d
commit 390645b346

View File

@ -1196,7 +1196,9 @@
</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>