From 38c692bcba2002f10cf4df291d9106f46ed39deb Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 10 Jun 2006 15:02:19 +0000 Subject: [PATCH] 2006-06-10 15:02:19 by steve Update LVM text. Fully qualify the download URL. --- README | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README b/README index f6dae49..b0f32d2 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Homepage: - http://www.xen-tools.org/ + http://www.xen-tools.org/software/xen-tools CVS Repository: http://xen-tools.cvsrepository.org/ @@ -19,8 +19,8 @@ xen-tools There are two ways to use the scripts: - 1. With loopback files (simplest) - 2. With LVM. + 1. With loopback files which is the simplest method. + 2. Using LVM for better performance. @@ -59,12 +59,11 @@ LVM Support ----------- If you wish to use the LVM support then you will give the - scripts an LVM volume which will be used to create the storage - within. - - In this case you'll have two new volumes created, one for - the swap image and one for the disk storage. + scripts an LVM volume group as an argument, or in the configuration + file. + The volume group will be used to create two new logical volumes, + one for the disk and one for the swap. xen-create-image @@ -93,7 +92,9 @@ xen-duplicate-image xen-delete-image ---------------- - This script will delete a images by hostname. + This script will delete a images by hostname, it will remove the + logical volumes, or loopback files, which make up the storage for the + Xen instance. xen-list-images @@ -117,5 +118,5 @@ xen-update-image Steve -- -$Id: README,v 1.31 2006-06-09 14:57:17 steve Exp $ +$Id: README,v 1.32 2006-06-10 15:02:19 steve Exp $