|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] NFS support
NFS servers on Xen work just fine. Our default kernel has the nfs server
built in, but as a module. Are you sure you've installed the modules OK?
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
Also, are you sure you're starting portmap etc?
Ian
> I would like to export a directory to all my domains from domain0 by
> adding it to /etc/exports. The problem is nfs daemon seems to have
> problem starting up on my system.
>
> # /etc/init.d/nfs start
> Starting NFS services: [ OK ]
> Starting NFS quotas: [ OK ]
> Starting NFS daemon: [FAILED]
> Starting NFS mountd: [ OK ]
>
> When I inspect /var/log/messages, it says:
> nfsd[2696]: nfssvc: No such device
>
> Is there any known issues with nfs support on xen kernel? Or could it
> be a configuration issue?
>
> Thanks much!
> -Hari
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xen-devel
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|