All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: need info on IPv6 support for NFS in RHEL and SLES distros
       [not found] <3DFE68BCB5D6994994AA6CB1EC581EA30411E61E@qcaexc02.asiapacific.cpqcorp.net>
@ 2007-08-29 14:33 ` Trond Myklebust
  2007-08-29 16:19 ` Chuck Lever
  1 sibling, 0 replies; 5+ messages in thread
From: Trond Myklebust @ 2007-08-29 14:33 UTC (permalink / raw)
  To: Prasad, Rahul B (STSD); +Cc: nfs

On Wed, 2007-08-29 at 11:35 +0530, Prasad, Rahul B (STSD) wrote:
> Hello all,
> 
>  
> 
> I need information on whether IPv6 is supported on NFS for the
> following distros:
> 
>  
> 
> Redhat Enterprise Edition Linux 4 (base version)
> 
> Redhat Enterprise Edition Linux 5 (base version)
> 
> SuSE Enterprise Linux Server 9 (base version)
> 
> SuSE Enterprise Linux Server 10 (base version)


No.

Cheers
  Trond


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: need info on IPv6 support for NFS in RHEL and SLES distros
       [not found] <3DFE68BCB5D6994994AA6CB1EC581EA30411E61E@qcaexc02.asiapacific.cpqcorp.net>
  2007-08-29 14:33 ` need info on IPv6 support for NFS in RHEL and SLES distros Trond Myklebust
@ 2007-08-29 16:19 ` Chuck Lever
  2007-08-29 21:08   ` Steinar H. Gunderson
  1 sibling, 1 reply; 5+ messages in thread
From: Chuck Lever @ 2007-08-29 16:19 UTC (permalink / raw)
  To: Prasad, Rahul B (STSD); +Cc: nfs

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

Prasad, Rahul B (STSD) wrote:
> Hello all,
> 
>  
> 
> I need information on whether IPv6 is supported on NFS for the following 
> distros:
> 
>  
> 
> Redhat Enterprise Edition Linux 4 (base version)
> 
> Redhat Enterprise Edition Linux 5 (base version)
> 
> SuSE Enterprise Linux Server 9 (base version)
> 
> SuSE Enterprise Linux Server 10 (base version)
> 
>  
> 
> I am mailing this after searching through the RedHat docs, to no avail. 
>  I would be glad if you could help me on this.

Rahul-

No Linux distribution contains IPv6 support for NFS right now.  The 
implementation is still being developed.

[-- Attachment #2: chuck.lever.vcf --]
[-- Type: text/x-vcard, Size: 315 bytes --]

begin:vcard
fn:Chuck Lever
n:Lever;Chuck
org:Oracle Corporation;Corporate Architecture: Linux Projects Group
adr:;;1015 Granger Avenue;Ann Arbor;MI;48104;USA
email;internet:chuck dot lever at nospam oracle dot com
title:Principal Member of Staff
tel;work:+1 248 614 5091
x-mozilla-html:FALSE
version:2.1
end:vcard


[-- Attachment #3: Type: text/plain, Size: 315 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

[-- Attachment #4: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: need info on IPv6 support for NFS in RHEL and SLES distros
  2007-08-29 16:19 ` Chuck Lever
@ 2007-08-29 21:08   ` Steinar H. Gunderson
  2007-08-29 21:16     ` Chuck Lever
  2007-08-29 21:18     ` Trond Myklebust
  0 siblings, 2 replies; 5+ messages in thread
From: Steinar H. Gunderson @ 2007-08-29 21:08 UTC (permalink / raw)
  To: nfs

On Wed, Aug 29, 2007 at 12:19:27PM -0400, Chuck Lever wrote:
> No Linux distribution contains IPv6 support for NFS right now.  The 
> implementation is still being developed.

Speaking of which, what's missing now? I see text-based mounts, client-side
IPv6 RPC and server-side transport switch (of which the first two are already
in mainline, and the last seems to be on its way) -- my impression was that
these are all important building blocks. I guess nfs-utils will also need
some patching, and an IPv6 transport will be needed for plugging into the
server side transport switch, but after that?

/* Steinar */
-- 
Homepage: http://www.sesse.net/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: need info on IPv6 support for NFS in RHEL and SLES distros
  2007-08-29 21:08   ` Steinar H. Gunderson
@ 2007-08-29 21:16     ` Chuck Lever
  2007-08-29 21:18     ` Trond Myklebust
  1 sibling, 0 replies; 5+ messages in thread
From: Chuck Lever @ 2007-08-29 21:16 UTC (permalink / raw)
  To: Steinar H. Gunderson; +Cc: nfs

[-- Attachment #1: Type: text/plain, Size: 1832 bytes --]

Steinar H. Gunderson wrote:
> On Wed, Aug 29, 2007 at 12:19:27PM -0400, Chuck Lever wrote:
>> No Linux distribution contains IPv6 support for NFS right now.  The 
>> implementation is still being developed.
> 
> Speaking of which, what's missing now? I see text-based mounts, client-side
> IPv6 RPC and server-side transport switch (of which the first two are already
> in mainline, and the last seems to be on its way) -- my impression was that
> these are all important building blocks. I guess nfs-utils will also need
> some patching, and an IPv6 transport will be needed for plugging into the
> server side transport switch, but after that?

This may be impolitic to say in public, but the transport switch APIs 
aren't really needed for IPv6.  It just seemed easier to apply the IPv6 
changes to the transport switch work than the other way around.

On the client, we will need IPv6 addressing support from the mount.nfs 
command through to the network transport implementations.  We have 
pieces of that implemented.

The client needs to have NFSv4 callback support and lockd support for 
IPv6, so we need RPC server support for IPv6 -- that's nearing 
completion once we have the ip_map cache fixed up to support IPv6 addresses.

On the server, we need support for mountd and rpcbind, and support build 
into the NFS server itself.  I understand Bull is still working on the 
server changes, and SteveD has added rpcbind to Fedora and is making it 
robust.

In addition I think we will need to examine exportfs and anything else 
on the server side to check for any dependence on address format.

To finish, Bull has been testing parts of this work as it has been 
developed, and will need to continue testing it after it has all been 
integrated.  Interoperability testing between Linux, Solaris, and AIX 
are on the list.

[-- Attachment #2: chuck.lever.vcf --]
[-- Type: text/x-vcard, Size: 315 bytes --]

begin:vcard
fn:Chuck Lever
n:Lever;Chuck
org:Oracle Corporation;Corporate Architecture: Linux Projects Group
adr:;;1015 Granger Avenue;Ann Arbor;MI;48104;USA
email;internet:chuck dot lever at nospam oracle dot com
title:Principal Member of Staff
tel;work:+1 248 614 5091
x-mozilla-html:FALSE
version:2.1
end:vcard


[-- Attachment #3: Type: text/plain, Size: 315 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

[-- Attachment #4: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: need info on IPv6 support for NFS in RHEL and SLES distros
  2007-08-29 21:08   ` Steinar H. Gunderson
  2007-08-29 21:16     ` Chuck Lever
@ 2007-08-29 21:18     ` Trond Myklebust
  1 sibling, 0 replies; 5+ messages in thread
From: Trond Myklebust @ 2007-08-29 21:18 UTC (permalink / raw)
  To: Steinar H. Gunderson; +Cc: nfs

On Wed, 2007-08-29 at 23:08 +0200, Steinar H. Gunderson wrote:
> On Wed, Aug 29, 2007 at 12:19:27PM -0400, Chuck Lever wrote:
> > No Linux distribution contains IPv6 support for NFS right now.  The 
> > implementation is still being developed.
> 
> Speaking of which, what's missing now? I see text-based mounts, client-side
> IPv6 RPC and server-side transport switch (of which the first two are already
> in mainline, and the last seems to be on its way) -- my impression was that
> these are all important building blocks. I guess nfs-utils will also need
> some patching, and an IPv6 transport will be needed for plugging into the
> server side transport switch, but after that?
> 
> /* Steinar */

The client very much needs server support to be present in order to
function correctly. NFSv2/v3 NLM locking callbacks and NFSv4 delegations
will fail to work without server side IPv6 support.

We also need to convert rpc.statd and the kernel rpc.statd upcall.

Finally, we need to convert rpc.gssd/rpc.svcgssd and rpc.idmapd to work
with IPv6.

Cheers
  Trond


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-29 21:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3DFE68BCB5D6994994AA6CB1EC581EA30411E61E@qcaexc02.asiapacific.cpqcorp.net>
2007-08-29 14:33 ` need info on IPv6 support for NFS in RHEL and SLES distros Trond Myklebust
2007-08-29 16:19 ` Chuck Lever
2007-08-29 21:08   ` Steinar H. Gunderson
2007-08-29 21:16     ` Chuck Lever
2007-08-29 21:18     ` Trond Myklebust

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.