From: Ryota Ozaki Date: Fri, 21 Oct 2011 14:26:29 +0000 (+0900) Subject: docs: Document filesystem type='block' for LXC X-Git-Tag: v0.9.7-rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=390645b346a9c10ef4b06b51406f07858626c481;p=thirdparty%2Flibvirt.git 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. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 95d33c0baa..dc6b1526c7 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1196,7 +1196,9 @@
type='block'
- Currently unused. + A host block device to mount in the guest. The filesystem + format will be autodetected. Only used by LXC driver + (since 0.9.5).