aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xl.conf.pod.5
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-05-29 16:36:49 +0100
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-05-29 16:36:49 +0100
commitda84f22a257fe46b60c5a9986255bf176bb4695b (patch)
treeb95c678581c124e71d2bf6c755121d81808e64ac /docs/man/xl.conf.pod.5
parentcb5ee9d490cd4e6037c64f76debed7a5ccbeb9c9 (diff)
downloadxen-da84f22a257fe46b60c5a9986255bf176bb4695b.tar.gz
xen-da84f22a257fe46b60c5a9986255bf176bb4695b.tar.bz2
xen-da84f22a257fe46b60c5a9986255bf176bb4695b.zip
xl/libxl: add a blkdev_start parameter
Introduce a blkdev_start in xl.conf and a corresponding string in libxl_domain_build_info. Add a blkdev_start parameter to libxl__device_disk_local_attach: it is going to be used in a following patch. blkdev_start specifies the first block device to be used for temporary block device allocations by the toolstack. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs/man/xl.conf.pod.5')
-rw-r--r--docs/man/xl.conf.pod.56
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/man/xl.conf.pod.5 b/docs/man/xl.conf.pod.5
index 8bd45ea573..149430c61e 100644
--- a/docs/man/xl.conf.pod.5
+++ b/docs/man/xl.conf.pod.5
@@ -84,6 +84,12 @@ previous C<xm> toolstack this can be configured to use the old C<SXP>
Default: C<json>
+=item B<blkdev_start="NAME">
+
+Configures the name of the first block device to be used for temporary
+block device allocations by the toolstack.
+The default choice is "xvda".
+
=back
=head1 SEE ALSO