|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Duplicating disk files
On Fri, Jul 28, 2006 at 09:24:16AM -0700, Glenn W. Bach wrote:
> Hmm.... I did change the name, though I now notice that they had the
> same uuid. Did you change that as well? Is that just a random hex value?
I don't have a uuid line in my configuration files. Try removing
it and I expect an appropriate one will be auto-generated.
For reference this is a basic configuration file which I've copied.
The only things I change each time round are the disk images, the
IP address and the name:
--
kernel = '/boot/vmlinuz-2.6.16-2-xen-686'
ramdisk = '/boot/initrd.img-2.6.16-2-xen-686'
memory = '128'
root = '/dev/sda1 ro'
disk = [ 'phy:vol/builder.my.flat-disk,sda1,w',
'phy:vol/builder.my.flat-swap,sda2,w' ]
name = 'builder.my.flat'
vif = [ 'ip=192.168.1.102' ]
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
--
Steve
--
http://www.debian-administration.org/
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|