[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 8/8] [examples] Domain Groups: group configuration file example
This patch provides an example group configuration file that can used by xm to populate a group. diff -r ecb6cd61a9cf tools/examples/Makefile --- a/tools/examples/Makefile Tue Feb 20 12:27:03 2007 +0000 +++ b/tools/examples/Makefile Tue Feb 20 12:59:11 2007 -0500 @@ -14,6 +14,7 @@ XEN_CONFIGS += xmexample2 XEN_CONFIGS += xmexample2 XEN_CONFIGS += xmexample.hvm XEN_CONFIGS += xmexample.vti +XEN_CONFIGS += xmexample.grp XEN_CONFIGS += xend-pci-quirks.sxp XEN_CONFIGS += xend-pci-permissive.sxp diff -r ecb6cd61a9cf tools/examples/xmexample.grp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/examples/xmexample.grp Tue Feb 20 14:46:57 2007 -0500 @@ -0,0 +1,21 @@ +################################################################################ +# +# Defines a group of domains +# +################################################################################ +# grp_name must be unique (within the scope of a xend instance) +# +# member_list contains names and paths to configuration files for each +# member of the domain group +# +# Note: The domain name in member_list must match the 'name' attribute in the +# corresponding VM configuration file. +################################################################################ + +(grp_name "TestGroup") + +(member_list + ('fc5-1:/etc/xen/vmconfig-1' + 'fc5-2:/etc/xen/vmconfig-2' + 'fc5-3:/etc/xen/vmconfig-3') +) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |