I'm trying to understand what works and what doesn't.
On Tue, Dec 18, 2007 at 01:07:42PM -0800, Saurabh Mishra wrote:
> bash-3.2# cat snv.1.boot.py
> name = 'solaris-pv'
> memory = '1024'
> vcpus = 4
> disk = [ 'phy:/dev/zvol/dsk/snv-pool/vol,0,w' ]
> on_poweroff = 'destroy'
> on_reboot = 'restart'
> on_crash = 'preserve'
> # Commenting it out
> #vif = [ 'mac=0:14:4f:2:12:35', 'ip=10.5.63.98', 'bridge=nge1' ]
> bash-3.2#
I understood you to say that using this configuration file you can
boot the guest domain and that it has no network interface. Is that
right? It's what we would expect - you don't ask for a network device
to be present (as Michael indicated earlier).
When you add:
vif = ['']
you showed some output which indicated that the domain didn't even
start. Is that right?
dme.
_______________________________________________
xen-discuss mailing list
[email protected]