From ea4dce89d478d62341cd2f9d8944e215f7086144 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Wed, 22 Sep 2010 18:02:36 +0100 Subject: xl: free memory before building a domain Free the needed amount of memory before proceeding with the domain build. Use a filelock to prevent other xl instances from conflicting during this operation. Signed-off-by: Stefano Stabellini Signed-off-by: Ian Jackson --- tools/examples/xl.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/examples') diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf index c7bf8c045a..a17069b812 100644 --- a/tools/examples/xl.conf +++ b/tools/examples/xl.conf @@ -3,3 +3,6 @@ # automatically balloon down dom0 when xen doesn't have enough free # memory to create a domain #autoballon=1 + +# full path of the lockfile used by xl during domain creation +#lockfile="/var/lock/xl" -- cgit v1.2.3