* pNFS setup
@ 2014-07-24 0:12 sheng qiu
2014-07-25 11:49 ` Jeff Layton
0 siblings, 1 reply; 2+ messages in thread
From: sheng qiu @ 2014-07-24 0:12 UTC (permalink / raw)
To: linux-nfs
Hi,
does anyone can share your experience on setting up the pNFS of file
layout or block layout?
the wiki instruction :
http://wiki.linux-nfs.org/wiki/index.php/PNFS_Setup_Instructions does
not work for me on step
echo "/dev/sdc:192.168.0.1,192.168.0.2" >/proc/fs/nfsd/pnfs_dlm_device
since i do not have that directory entry after install the pNFS kernel
version. my system is ubuntu 14.
this is my config file related with nfs part:
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V2=m
CONFIG_NFS_V3=m
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_BLOCK=m
CONFIG_PNFS_OBJLAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
CONFIG_NFS_V4_SECURITY_LABEL=y
CONFIG_NFS_FSCACHE=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_V4_SECURITY_LABEL=y
# CONFIG_NFSD_FAULT_INJECTION is not set
CONFIG_PNFSD=y
CONFIG_PNFSD_LOCAL_EXPORT=y
# CONFIG_PNFSD_LEXP_LAYOUT_SEGMENTS is not set
CONFIG_PNFSD_LEXP_RETURN_ON_CLOSE=y
# CONFIG_PNFSD_LEXP_COMMIT_THRU_MDS is not set
# CONFIG_PNFSD_LEXP_INJECT_IO_ERRORS is not set
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
thanks a lot if anyone can help.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pNFS setup
2014-07-24 0:12 pNFS setup sheng qiu
@ 2014-07-25 11:49 ` Jeff Layton
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Layton @ 2014-07-25 11:49 UTC (permalink / raw)
To: sheng qiu; +Cc: linux-nfs
On Wed, 23 Jul 2014 17:12:27 -0700
sheng qiu <herbert1984106@gmail.com> wrote:
> Hi,
>
> does anyone can share your experience on setting up the pNFS of file
> layout or block layout?
> the wiki instruction :
> http://wiki.linux-nfs.org/wiki/index.php/PNFS_Setup_Instructions does
> not work for me on step
>
> echo "/dev/sdc:192.168.0.1,192.168.0.2" >/proc/fs/nfsd/pnfs_dlm_device
>
> since i do not have that directory entry after install the pNFS kernel
> version. my system is ubuntu 14.
>
Take note of "step 0" on that page.
Server-side pNFS patches have not been merged into mainline (yet!).
You'll need a specially patched kernel for that.
--
Jeff Layton <jlayton@primarydata.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-25 11:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24 0:12 pNFS setup sheng qiu
2014-07-25 11:49 ` Jeff Layton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).