|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] prority load in /etc/xen/auto
Freddie Cash wrote:
On January 6, 2009 10:42 am Freddie Cash wrote:
On January 6, 2009 10:37 am Vladimir Elizarov wrote:
Kai Schaetzl wrote:
Vladimir Elizarov wrote on Tue, 06 Jan 2009 13:15:19 +0300:
It may be that the domains listed in /etc/xen/auto loaded in a
certain order?
alphabetical - what else?
Thanks, I have not thought about it. My problem is domain with dhcp
loaded later than other domains. Although name config domain with dhcp
in "dhcp.example.local". The other names configs come after "d".
No, it's alphabetical based on the filenames in /etc/xen/auto. It
doesn't matter what the hostname of the VMs is. You can even prefix the
filenames in /etc/xen/auto with numbers to control the order.
If you do an "ls -1 /etc/xen/auto" (that's the number one, not the letter
el), this will show the order that the VMs are loaded, from top-to-bottom
(first-to-last).
The logs in domain that has not given ip from dhcp and time domain is
not correct.
[32456.405762] __ratelimit: 190 messages suppressed
[32456.405762] clocksource/0: Time went backwards: ret=4a51f13d56
delta=-32873747927363 shadow=4a46189697 offset=bd8eddd
After the restart domain, the address is given, time domain is right.
configuration:
Linux dom0-00 2.6.26-1-xen-amd64 #1 SMP Mon Dec 15 20:07:26 UTC 2008
x86_64 GNU/Linux
auto xenbr0
iface xenbr0 inet manual
bridge_ports wan0
bridge_stp off
bridge_fd 0
post-up ethtool -K xenbr0 tx off
auto xenbr1
iface xenbr1 inet static
address 192.168.10.4
netmask 255.255.255.0
gateway 192.168.10.10
bridge_ports lan0
bridge_stp off
bridge_fd 0
post-up ethtool -K xenbr1 tx off
(logfile /var/log/xen/xend.log)
(loglevel DEBUG)
(network-script network-example)
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|