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.
Tigran Mkrtchyan wrote:
are there plans to support IPv6 with pNFS ?
Block layout should work with ipv6 but I have not tested it.
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
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]
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