2011-05-03 15:29:57

by Mkrtchyan, Tigran

[permalink] [raw]
Subject: pNFS and ipv6


Dear friends,

are there plans to support IPv6 with pNFS ?

fs/nfs/nfs4filelayoutdev.c:325

/* Currently only support ipv4 address */
if (in4_pton(buf, rlen, (u8 *)&ip_addr, '-', &ipend) == 0) {
dprintk("%s: Only ipv4 addresses supported\n", __func__);
goto out_free;
}


Regards,
Tigran.


2011-05-03 15:58:05

by Jim Rees

[permalink] [raw]
Subject: Re: pNFS and ipv6

Tigran Mkrtchyan wrote:

are there plans to support IPv6 with pNFS ?

Block layout should work with ipv6 but I have not tested it.

2011-05-03 15:51:13

by Weston Andros Adamson

[permalink] [raw]
Subject: Re: pNFS and ipv6

Yes, I'm actually working on that right now!

-dros

On May 3, 2011, at 11:28 AM, Tigran Mkrtchyan wrote:

>
> Dear friends,
>
> are there plans to support IPv6 with pNFS ?
>
> fs/nfs/nfs4filelayoutdev.c:325
>
> /* Currently only support ipv4 address */
> if (in4_pton(buf, rlen, (u8 *)&ip_addr, '-', &ipend) == 0) {
> dprintk("%s: Only ipv4 addresses supported\n", __func__);
> goto out_free;
> }
>
>
> Regards,
> Tigran.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html


2011-05-03 16:17:57

by Sorin Faibish

[permalink] [raw]
Subject: Re: pNFS and ipv6

On Tue, 03 May 2011 11:57:59 -0400, Jim Rees <[email protected]> wrote:

> Tigran Mkrtchyan wrote:
>
> are there plans to support IPv6 with pNFS ?
>
> Block layout should work with ipv6 but I have not tested it.
We tested at cthon 2010 and at BAT in Boston. No problem. We tried
file at cthon 2011 and wew had connectivity and setup issues and
couldn't test.

/Sorin

> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>



--
Best Regards

Sorin Faibish
Corporate Distinguished Engineer
Unified Storage Division
EMC?
where information lives

Phone: 508-249-5745
Cellphone: 617-510-0422
Email : [email protected]

2011-05-03 15:52:48

by Mkrtchyan, Tigran

[permalink] [raw]
Subject: Re: pNFS and ipv6


Great! I am happy to test your patches,

Regards,
Tigran.



On 05/03/2011 05:50 PM, Dros Adamson wrote:
> Yes, I'm actually working on that right now!
>
> -dros
>
> On May 3, 2011, at 11:28 AM, Tigran Mkrtchyan wrote:
>
>> Dear friends,
>>
>> are there plans to support IPv6 with pNFS ?
>>
>> fs/nfs/nfs4filelayoutdev.c:325
>>
>> /* Currently only support ipv4 address */
>> if (in4_pton(buf, rlen, (u8 *)&ip_addr, '-',&ipend) == 0) {
>> dprintk("%s: Only ipv4 addresses supported\n", __func__);
>> goto out_free;
>> }
>>
>>
>> Regards,
>> Tigran.
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>> the body of a message to [email protected]
>> More majordomo info at http://vger.kernel.org/majordomo-info.html