RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

RFC 5664, "Object-Based Parallel NFS (pNFS) Operations", January 2010

Source of RFC: nfsv4 (wit)

Errata ID: 2017
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Benny Halevy
Date Reported: 2010-01-26

Section 5.4.2 says:

N = L / (W-P * stripe_unit)
L' = N * (W * stripe_unit) +
    (L % (W-P * stripe_unit))

It should say:

N = L / ((W-P) * stripe_unit)
L' = N * (W * stripe_unit) +
    (L % ((W-P) * stripe_unit))

Notes:

Missing parenthesis around lower precedence expression

Report New Errata



Advanced Search