[Gen-art] Minor nits in minorversion2-40
Elwyn Davies <elwynd@folly.org.uk> Thu, 07 January 2016 14:20 UTC
Return-Path: <elwynd@folly.org.uk>
X-Original-To: gen-art@ietfa.amsl.com
Delivered-To: gen-art@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1314C1A8A94 for <gen-art@ietfa.amsl.com>; Thu, 7 Jan 2016 06:20:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.001
X-Spam-Level:
X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_20=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GE8uObWCN4KI for <gen-art@ietfa.amsl.com>; Thu, 7 Jan 2016 06:20:56 -0800 (PST)
Received: from a.painless.aa.net.uk (a.painless.aa.net.uk [IPv6:2001:8b0:0:30::51bb:1e33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 518BC1A8A6E for <gen-art@ietf.org>; Thu, 7 Jan 2016 06:20:56 -0800 (PST)
Received: from 4.1.a.6.4.c.c.8.9.2.b.3.2.b.d.7.1.0.0.0.f.b.0.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:bf:1:7db2:3b29:8cc4:6a14]) by a.painless.aa.net.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from <elwynd@folly.org.uk>) id 1aHBQp-0002Ii-V3; Thu, 07 Jan 2016 14:20:53 +0000
To: Thomas Haynes <thomas.haynes@primarydata.com>
From: Elwyn Davies <elwynd@folly.org.uk>
Message-ID: <568E743C.8060109@folly.org.uk>
Date: Thu, 07 Jan 2016 14:20:44 +0000
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/gen-art/JAf6NspICJvxel12dSjsiMjcVPg>
Cc: General area reviewing team <gen-art@ietf.org>
Subject: [Gen-art] Minor nits in minorversion2-40
X-BeenThere: gen-art@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "GEN-ART: General Area Review Team" <gen-art.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/gen-art>, <mailto:gen-art-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/gen-art/>
List-Post: <mailto:gen-art@ietf.org>
List-Help: <mailto:gen-art-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 07 Jan 2016 14:20:59 -0000
Hi. As suggested I downloaded your repository and made -40. I had a quick look through and it is looking good. Still to do/think about: - 'we' removal - structured privilege description expansion as per email. - [BL73] - not reffed anymore. I spotted a few items that appeared (or I had missed) - noted below. Cheers, Elwyn Minor nits: s4.2, para 2: s/intra-sever/intra-server/ s4.2.2, para 1: This sentence is a bit garbled: > Other operations are OPTIONAL in the context of a particular feature > Section 13, but may become REQUIRED depending on server behavior. s4.9, last para: I was supposed to be letting you know if some extra explanation of why seqid being zero is ambiguous.... so, yes, I do think a bit extra is needed. Here goes: s15.8.3 notes that there can be multiple file copies associated with a single file going on at the same time. This is only implicit up to that point I think. It would be helpful to add a note about this possibility and the availability of asynchronous copy in general to the intro of section 4. BTW: removing the s4.1 header would be in keeping with usual style as you have already done for other sections. BTW2: I just realized that there is no general terminology section in this document. Clearly most of it is taken over from either or both of RFC 7530 (s1.5) and RFC 5661 (s1.6). What triggered this was the point that stateid isn't actually defined in this doc. A reference to one or both of these and/or possibly some copies of definitions would be helpful. In the following I may not have exactly grokked what the copy offload stateid represents... if so please adjust the words Add to intro (was in s4.1, s/b in s4) as new last para: ADD: The copy feature allows the server to perform the copying either synchronously or asynchronously. The client can request synchronous copying but the server may not be able to honor this request. If the server intends to perform asynchronous copying, it supplies the client with a request identifier that the client can use to monitor the progress of the copying and, if appropriate, cancel a request in progress. The request identifier is a stateid representing the internal locks held by the server while the copying is performed. Multiple asynchronous copies of all or part of a file may be in progress in parallel on a server; the stateid request identifier allows monitoring and canceling to be applied to the correct request. END Then modify the last para of s4.9: OLD: A copy offload stateid's seqid MUST NOT be zero. In the context of a copy offload operation, it is ambiguous to indicate the most recent copy offload operation using a stateid with seqid of zero. Therefore a copy offload stateid with seqid of zero MUST be considered invalid. NEW: A copy offload stateid's seqid MUST NOT be zero. In the context of a copy offload operation, it is inappropriate to indicate "the most recent copy offload operation" using a stateid with seqid of zero (see Section 8.2.2 of [RFC5661] for the meaning of a seqid of zero). It is inappropriate because the stateid refers to internal state in the server and there may be several asynchronous copy operations being performed in parallel on the same file by the server. Therefore a copy offload stateid with seqid of zero MUST be considered invalid. END s4.10, last para: OLD: If a server requires the use of RPCSEC_GSSv3 copy_to_auth, copy_from_auth, or copy_confirm_auth and it is not used, the server will reject the request with NFS4ERR_PARTNER_NO_AUTH. NEW: If a server requires the use of an RPCSEC_GSSv3 copy_to_auth, copy_from_auth, or copy_confirm_auth privilege and it is not used, the server will reject the request with NFS4ERR_PARTNER_NO_AUTH. s4.10.1.1.1: I understood you were going to say something about size and non-reuse of the random number? s4.10.1.1.3, bullet 6: s/the COPY will be rejeced/the COPY will be rejected/ s8: Did you think about 64bit big-endian/little-endian issues? s9.2, last para: Need to expand LFS on first use. (missed in -39) s10.5.6, para 2: (Not a change - I missed this in -39) > Any file's layout obtained from a NFSv4.1 metadata server MUST NOT > have NFL42_UFLG_IO_ADVISE_THRU_MDS set. I don't understand this statement. If the layout is originated by an NFSv4.1 server, then I would interpret having this bit set as a server bug. s12.1: One of the ADs complained about the weasel words in the Id column definition... the slightly less weaselly words from s5.6 of RFC7530 should cure this. s19.2: Need to sort out [BL73].
- [Gen-art] Minor nits in minorversion2-40 Elwyn Davies
- Re: [Gen-art] Minor nits in minorversion2-40 Tom Haynes
- Re: [Gen-art] Minor nits in minorversion2-40 Tom Haynes