* NFS support
@ 2005-03-24 23:43 Hari Kodungallur
2005-03-25 3:50 ` Xin Zhao
0 siblings, 1 reply; 6+ messages in thread
From: Hari Kodungallur @ 2005-03-24 23:43 UTC (permalink / raw)
To: xen-devel
Hello,
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: NFS support
2005-03-24 23:43 NFS support Hari Kodungallur
@ 2005-03-25 3:50 ` Xin Zhao
0 siblings, 0 replies; 6+ messages in thread
From: Xin Zhao @ 2005-03-25 3:50 UTC (permalink / raw)
To: Hari Kodungallur; +Cc: xen-devel
My nfs works fine.
Several potential issues:
1. Did you enable NFS support when compiling the kernel?
2. Did you compile nfs as a kernel module? If so, did you do make modules
modules_install? If not, maybe your NFS daemon is not built or installed
to /lib/modules
3. There is something wrong in portmap, pls make sure that portmap is
started right.
good luck!
Xin
On Thu, 24 Mar 2005, Hari Kodungallur wrote:
> Hello,
>
> 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@lists.sourceforge.net
> 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_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: NFS support
@ 2005-03-25 0:04 Ian Pratt
0 siblings, 0 replies; 6+ messages in thread
From: Ian Pratt @ 2005-03-25 0:04 UTC (permalink / raw)
To: Hari Kodungallur, xen-devel; +Cc: ian.pratt
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@lists.sourceforge.net
> 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_id\x14396&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
* NFS support
@ 2010-11-10 4:53 Wenyi Liu
2010-11-10 8:08 ` Josef Bacik
0 siblings, 1 reply; 6+ messages in thread
From: Wenyi Liu @ 2010-11-10 4:53 UTC (permalink / raw)
To: linux-btrfs
Hi All:
I found the project ideas about NFS support in btrfs wiki. But, I
have long time to disconnect to the btrfs mail list. Can you give me
the process of the support? Thanks!!
---
Best Regards,
Liu wenyi
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: NFS support
2010-11-10 4:53 Wenyi Liu
@ 2010-11-10 8:08 ` Josef Bacik
2010-11-11 5:12 ` Wenyi Liu
0 siblings, 1 reply; 6+ messages in thread
From: Josef Bacik @ 2010-11-10 8:08 UTC (permalink / raw)
To: Wenyi Liu; +Cc: linux-btrfs
On Wed, Nov 10, 2010 at 12:53:59PM +0800, Wenyi Liu wrote:
> Hi All:
>
> I found the project ideas about NFS support in btrfs wiki. But, I
> have long time to disconnect to the btrfs mail list. Can you give me
> the process of the support? Thanks!!
>
NFS support already is there. Thanks,
Josef
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: NFS support
2010-11-10 8:08 ` Josef Bacik
@ 2010-11-11 5:12 ` Wenyi Liu
0 siblings, 0 replies; 6+ messages in thread
From: Wenyi Liu @ 2010-11-11 5:12 UTC (permalink / raw)
To: Josef Bacik; +Cc: linux-btrfs
Thank you, I will choose another one.
2010/11/10, Josef Bacik <josef@redhat.com>:
> On Wed, Nov 10, 2010 at 12:53:59PM +0800, Wenyi Liu wrote:
>> Hi All:
>>
>> I found the project ideas about NFS support in btrfs wiki. But, I
>> have long time to disconnect to the btrfs mail list. Can you give me
>> the process of the support? Thanks!!
>>
>
> NFS support already is there. Thanks,
>
> Josef
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-11-11 5:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-24 23:43 NFS support Hari Kodungallur
2005-03-25 3:50 ` Xin Zhao
-- strict thread matches above, loose matches on Subject: below --
2005-03-25 0:04 Ian Pratt
2010-11-10 4:53 Wenyi Liu
2010-11-10 8:08 ` Josef Bacik
2010-11-11 5:12 ` Wenyi Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.