|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Fai Install Server in DomU
I think I fixed part of the problem....
If you add to your PXE default config file the option : NFSOPTS="-o
nolock,udp,retrans=10,wsize=8192,rsize=8192" it removes the short read < 28
error message... although the mount: Device or ressource busy is still
present...
Here is my PXW default file:
-----------------------------
default fai_pxe_install
label fai_pxe_install
kernel vmlinuz-2.6.18-5-486
append initrd=initrd.img-2.6.18-5-486 ip=dhcp devfs=nomount root=/dev/nfs
FAI_ACTION=install NFSOPTS="-o nolock,udp,retrans=10,wsize=8192,rsize=8192"
FAI_FLAGS=verbose,sshd,createvt,syslogd noapic acpi=ht
----------------------------
And now I get theses errors in my /var/log/syslog (on my fai server):
Oct 16 12:46:13 turbulence mountd[3154]: authenticated mount request from
etch.test.wul.qc.ec.gc.ca:964 for /data/fai/nfsroot (/data/fai/nfsroot)
Oct 16 12:46:13 turbulence mountd[3154]: refused unmount request from
etch.test.wul.qc.ec.gc.ca for /root (/): not exported
Oct 16 12:46:15 turbulence mountd[3154]: authenticated mount request from
etch.test.wul.qc.ec.gc.ca:1005 for /data/fai/nfsroot (/data/fai/nfsroot)
Oct 16 12:46:15 turbulence mountd[3154]: refused unmount request from
etch.test.wul.qc.ec.gc.ca for /root (/): not exported
------- LOOP --------
Getting close to resolving the issue but not there quite yet!
- vin
--
View this message in context:
http://www.nabble.com/Fai-Install-Server-in-DomU-tf4543184.html#a13237675
Sent from the Xen - User mailing list archive at Nabble.com.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-users] Fai Install Server in DomU,
th0ma7 <=
|
|
|
|
|