RFC 8881: Network File System (NFS) Version 4 Minor Version 1 Protocol
- D. Noveck, Ed.,
- C. Lever
Abstract
This document describes the Network File System (NFS) version 4 minor version 1, including features retained from the base protocol (NFS version 4 minor version 0, which is specified in RFC 7530) and protocol extensions made subsequently. The later minor version has no dependencies on NFS version 4 minor version 0, and is considered a separate protocol.¶
This document obsoletes RFC 5661. It substantially revises the treatment of features relating to multi-server namespace, superseding the description of those features appearing in RFC 5661.¶
Status of This Memo
This is an Internet Standards Track document.¶
This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841.¶
Information about the current status of this document, any
errata, and how to provide feedback on it may be obtained at
https://
Copyright Notice
Copyright (c) 2020 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://
This document may contain material from IETF Documents or IETF Contributions published or made publicly available before November 10, 2008. The person(s) controlling the copyright in some of this material may not have granted the IETF Trust the right to allow modifications of such material outside the IETF Standards Process. Without obtaining an adequate license from the person(s) controlling the copyright in such materials, this document may not be modified outside the IETF Standards Process, and derivative works of it may not be created outside the IETF Standards Process, except to format it for publication as an RFC or to translate it into languages other than English.¶
1. Introduction
1.1. Introduction to This Update
Two important features previously defined in minor version 0 but never fully addressed in minor version 1 are trunking, which is the simultaneous use of multiple connections between a client and server, potentially to different network addresses, and Transparent State Migration, which allows a file system to be transferred between servers in a way that provides to the client the ability to maintain its existing locking state across the transfer.¶
The revised description of the NFS version 4 minor version 1 (NFSv4.1) protocol presented in this update is necessary to enable full use of these features together with other multi-server namespace features. This document is in the form of an updated description of the NFSv4.1 protocol previously defined in RFC 5661 [66]. RFC 5661 is obsoleted by this document. However, the update has a limited scope and is focused on enabling full use of trunking and Transparent State Migration. The need for these changes is discussed in Appendix A. Appendix B describes the specific changes made to arrive at the current text.¶
This limited-scope update replaces the current NFSv4.1 RFC with the intention of providing an authoritative and complete specification, the motivation for which is discussed in [36], addressing the issues within the scope of the update. However, it will not address issues that are known but outside of this limited scope as could be expected by a full update of the protocol. Below are some areas that are known to need addressing in a future update of the protocol:¶
Until the above work is done, there will not be a consistent set of documents that provides a description of the NFSv4.1 protocol, and any full description would involve documents updating other documents within the specification. The updates applied by RFC 8434 [70] and RFC 8178 [67] to RFC 5661 also apply to this specification, and will apply to any subsequent v4.1 specification until that work is done.¶
1.2. The NFS Version 4 Minor Version 1 Protocol
The NFS version 4 minor version 1 (NFSv4.1) protocol
is the second minor version of the NFS version 4
(NFSv4) protocol. The first minor version, NFSv4.0, is
now described in RFC 7530 [68]. It generally
follows the guidelines for minor versioning that are
listed in Section 10
of RFC 3530 [37]. However, it
diverges from guidelines 11 ("a client and server
that support minor version X must support minor
versions 0 through X-1") and 12 ("no new features may be
introduced as mandatory in a minor version"). These
divergences are due to the introduction of
the sessions model for managing non-idempotent
operations and the RECLAIM
As a minor version, NFSv4.1 is consistent with the overall goals for NFSv4, but extends the protocol so as to better meet those goals, based on experiences with NFSv4.0. In addition, NFSv4.1 has adopted some additional goals, which motivate some of the major extensions in NFSv4.1.¶
1.3. Requirements Language
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [1].¶
1.4. Scope of This Document
This document describes the NFSv4.1 protocol. With respect to NFSv4.0, this document does not:¶
1.5. NFSv4 Goals
The NFSv4 protocol is a further revision of the NFS protocol defined already by NFSv3 [38]. It retains the essential characteristics of previous versions: easy recovery; independence of transport protocols, operating systems, and file systems; simplicity; and good performance. NFSv4 has the following goals:¶
1.6. NFSv4.1 Goals
NFSv4.1 has the following goals, within the framework established by the overall NFSv4 goals.¶
1.7. General Definitions
The following definitions provide an appropriate context for the reader.¶
- Byte:
-
In this document, a byte is an octet, i.e., a datum exactly 8 bits in length.¶
- Client:
-
The client is the entity that accesses the NFS server's resources. The client may be an application that contains the logic to access the NFS server directly. The client may also be the traditional operating system client that provides remote file system services for a set of applications.¶
A client is uniquely identified by a client owner.¶
With reference to byte-range locking, the client is also the entity that maintains a set of locks on behalf of one or more applications. This client is responsible for crash or failure recovery for those locks it manages.¶
Note that multiple clients may share the same transport and connection and multiple clients may exist on the same network node.¶
- Client ID:
- The client ID is a 64-bit quantity used as a unique, short-hand reference to a client-supplied verifier and client owner. The server is responsible for supplying the client ID.¶
- Client Owner:
- The client owner is a unique string, opaque to the server, that identifies a client. Multiple network connections and source network addresses originating from those connections may share a client owner. The server is expected to treat requests from connections with the same client owner as coming from the same client.¶
- File System:
- The file system is the collection of objects on a server (as identified by the major identifier of a server owner, which is defined later in this section) that share the same fsid attribute (see Section 5.8.1.9).¶
- Lease:
-
A lease is an interval of time defined by the server for which the client is irrevocably granted locks. At the end of a lease period, locks may be revoked if the lease has not been extended. A lock must be revoked if a conflicting lock has been granted after the lease interval.¶
A server grants a client a single lease for all state.¶
- Lock:
- The term "lock" is used to refer to byte-range (in UNIX environments, also known as record) locks, share reservations, delegations, or layouts unless specifically stated otherwise.¶
- Secret State Verifier (SSV):
- The SSV is a unique secret key shared between a client and server. The SSV serves as the secret key for an internal (that is, internal to NFSv4.1) Generic Security Services (GSS) mechanism (the SSV GSS mechanism; see Section 2.10.9). The SSV GSS mechanism uses the SSV to compute message integrity code (MIC) and Wrap tokens. See Section 2.10.8.3 for more details on how NFSv4.1 uses the SSV and the SSV GSS mechanism.¶
- Server:
- The Server is the entity responsible for coordinating client access to a set of file systems and is identified by a server owner. A server can span multiple network addresses.¶
- Server Owner:
- The server owner identifies the server to the client. The server owner consists of a major identifier and a minor identifier. When the client has two connections each to a peer with the same major identifier, the client assumes that both peers are the same server (the server namespace is the same via each connection) and that lock state is shareable across both connections. When each peer has both the same major and minor identifiers, the client assumes that each connection might be associable with the same session.¶
- Stable Storage:
-
Stable storage is storage from which data stored by an NFSv4.1 server can be recovered without data loss from multiple power failures (including cascading power failures, that is, several power failures in quick succession), operating system failures, and/or hardware failure of components other than the storage medium itself (such as disk, nonvolatile RAM, flash memory, etc.).¶
Some examples of stable storage that are allowable for an NFS server include:¶
- Stateid:
-
A stateid is a 128-bit quantity returned by a server that uniquely
defines the open and locking states provided by the server
for a specific open-owner or lock
-owner /open -owner pair for a specific file and type of lock.¶ - Verifier:
- A verifier is a 64-bit quantity generated by the client that the server can use to determine if the client has restarted and lost all previous lock state.¶
1.8. Overview of NFSv4.1 Features
The major features of the NFSv4.1 protocol will be reviewed in brief. This will be done to provide an appropriate context for both the reader who is familiar with the previous versions of the NFS protocol and the reader who is new to the NFS protocols. For the reader new to the NFS protocols, there is still a set of fundamental knowledge that is expected. The reader should be familiar with the External Data Representation (XDR) and Remote Procedure Call (RPC) protocols as described in [2] and [3]. A basic knowledge of file systems and distributed file systems is expected as well.¶
In general, this specification of NFSv4.1 will not distinguish those features added in minor version 1 from those present in the base protocol but will treat NFSv4.1 as a unified whole. See Section 1.9 for a summary of the differences between NFSv4.0 and NFSv4.1.¶
1.8.1. RPC and Security
As with previous versions of NFS, the External Data Representation (XDR) and Remote Procedure Call (RPC) mechanisms used for the NFSv4.1 protocol are those defined in [2] and [3]. To meet end-to-end security requirements, the RPCSEC_GSS framework [4] is used to extend the basic RPC security. With the use of RPCSEC_GSS, various mechanisms can be provided to offer authentication, integrity, and privacy to the NFSv4 protocol. Kerberos V5 is used as described in [5] to provide one security framework. With the use of RPCSEC_GSS, other mechanisms may also be specified and used for NFSv4.1 security.¶
To enable in-band security negotiation, the NFSv4.1 protocol has operations that provide the client a method of querying the server about its policies regarding which security mechanisms must be used for access to the server's file system resources. With this, the client can securely match the security mechanism that meets the policies specified at both the client and server.¶
NFSv4.1 introduces parallel access (see Section 1.8.2.2), which is called pNFS. The security framework described in this section is significantly modified by the introduction of pNFS (see Section 12.9), because data access is sometimes not over RPC. The level of significance varies with the storage protocol (see Section 12.2.5) and can be as low as zero impact (see Section 13.12).¶
1.8.2. Protocol Structure
1.8.2.1. Core Protocol
Unlike NFSv3, which used a series of ancillary protocols (e.g., NLM, NSM (Network Status Monitor), MOUNT), within all minor versions of NFSv4 a single RPC protocol is used to make requests to the server. Facilities that had been separate protocols, such as locking, are now integrated within a single unified protocol.¶
1.8.2.2. Parallel Access
Minor version 1 supports high
Such parallel data access is controlled by recallable objects known as "layouts", which are integrated into the protocol locking model. Clients direct requests for data access to a set of data servers specified by the layout via a data storage protocol which may be NFSv4.1 or may be another protocol.¶
Because the protocols used for parallel data access are not necessarily RPC-based, the RPC-based security model (Section 1.8.1) is obviously impacted (see Section 12.9). The degree of impact varies with the storage protocol (see Section 12.2.5) used for data access, and can be as low as zero (see Section 13.12).¶
1.8.3. File System Model
The general file system
model used for the NFSv4.1 protocol
is the same as previous versions. The server file system is
hierarchical with the regular files contained within being
treated as opaque byte
streams. In a slight departure, file and directory names are encoded
with UTF-8 to deal with the basics of internationaliz
The NFSv4.1 protocol does not require a separate protocol to provide for the initial mapping between path name and filehandle. All file systems exported by a server are presented as a tree so that all file systems are reachable from a special per-server global root filehandle. This allows LOOKUP operations to be used to perform functions previously provided by the MOUNT protocol. The server provides any necessary pseudo file systems to bridge any gaps that arise due to unexported gaps between exported file systems.¶
1.8.3.1. Filehandles
As in previous versions of the NFS protocol, opaque filehandles are used to identify individual files and directories. Lookup-type and create operations translate file and directory names to filehandles, which are then used to identify objects in subsequent operations.¶
The NFSv4.1 protocol provides support for persistent filehandles, guaranteed to be valid for the lifetime of the file system object designated. In addition, it provides support to servers to provide filehandles with more limited validity guarantees, called volatile filehandles.¶
1.8.3.2. File Attributes
The NFSv4.1 protocol has a rich and extensible file object attribute structure, which is divided into REQUIRED, RECOMMENDED, and named attributes (see Section 5).¶
Several (but not all) of the REQUIRED attributes are derived from the attributes of NFSv3 (see the definition of the fattr3 data type in [38]). An example of a REQUIRED attribute is the file object's type (Section 5.8.1.2) so that regular files can be distinguished from directories (also known as folders in some operating environments) and other types of objects. REQUIRED attributes are discussed in Section 5.1.¶
An example of three RECOMMENDED attributes are acl, sacl, and dacl. These attributes define an Access Control List (ACL) on a file object (Section 6). An ACL provides directory and file access control beyond the model used in NFSv3. The ACL definition allows for specification of specific sets of permissions for individual users and groups. In addition, ACL inheritance allows propagation of access permissions and restrictions down a directory tree as file system objects are created. RECOMMENDED attributes are discussed in Section 5.2.¶
A named attribute is an opaque byte stream that is associated
with a directory or file and referred to by a string name.
Named attributes are meant to be used by client applications
as a method to associate application
1.8.3.3. Multi-Server Namespace
NFSv4.1 contains a number of features to allow implementation of namespaces that cross server boundaries and that allow and facilitate a nondisruptive transfer of support for individual file systems between servers. They are all based upon attributes that allow one file system to specify alternate, additional, and new location information that specifies how the client may access that file system.¶
These attributes can be used to provide for individual active file systems:¶
These file system location attributes may be used together with the concept of absent file systems, in which a position in the server namespace is associated with locations on other servers without there being any corresponding file system instance on the current server. For example,¶
1.8.4. Locking Facilities
As mentioned previously, NFSv4.1 is a single protocol that includes locking facilities. These locking facilities include support for many types of locks including a number of sorts of recallable locks. Recallable locks such as delegations allow the client to be assured that certain events will not occur so long as that lock is held. When circumstances change, the lock is recalled via a callback request. The assurances provided by delegations allow more extensive caching to be done safely when circumstances allow it.¶
The types of locks are:¶
All locks for a given client are tied together under a single client-wide lease. All requests made on sessions associated with the client renew that lease. When the client's lease is not promptly renewed, the client's locks are subject to revocation. In the event of server restart, clients have the opportunity to safely reclaim their locks within a special grace period.¶
1.9. Differences from NFSv4.0
The following summarizes the major differences between minor version 1 and the base protocol:¶
2. Core Infrastructure
2.1. Introduction
NFSv4.1 relies on core infrastructure common to nearly every operation. This core infrastructure is described in the remainder of this section.¶
2.2. RPC and XDR
The NFSv4.1 protocol is a Remote Procedure Call (RPC) application that uses RPC version 2 and the corresponding eXternal Data Representation (XDR) as defined in [3] and [2].¶
2.2.1. RPC-Based Security
Previous NFS versions have been thought of as having a host-based authentication model, where the NFS server authenticates the NFS client, and trusts the client to authenticate all users. Actually, NFS has always depended on RPC for authentication. One of the first forms of RPC authentication, AUTH_SYS, had no strong authentication and required a host-based authentication approach. NFSv4.1 also depends on RPC for basic security services and mandates RPC support for a user-based authentication model. The user-based authentication model has user principals authenticated by a server, and in turn the server authenticated by user principals. RPC provides some basic security services that are used by NFSv4.1.¶
2.2.1.1. RPC Security Flavors
As described in "Authentication
NFSv4.1 clients and servers MUST implement RPCSEC_GSS. (This requirement to implement is not a requirement to use.) Other flavors, such as AUTH_NONE and AUTH_SYS, MAY be implemented as well.¶
2.2.1.1.1. RPCSEC_GSS and Security Services
RPCSEC_GSS [4] uses the functionality of GSS-API [7]. This allows for the use of various security mechanisms by the RPC layer without the additional implementation overhead of adding RPC security flavors.¶
2.2.1.1.1.1. Identification, Authentication, Integrity, Privacy
Via the GSS-API, RPCSEC_GSS can be used to identify and authenticate users on clients to servers, and servers to users. It can also perform integrity checking on the entire RPC message, including the RPC header, and on the arguments or results. Finally, privacy, usually via encryption, is a service available with RPCSEC_GSS. Privacy is performed on the arguments and results. Note that if privacy is selected, integrity, authentication, and identification are enabled. If privacy is not selected, but integrity is selected, authentication and identification are enabled. If integrity and privacy are not selected, but authentication is enabled, identification is enabled. RPCSEC_GSS does not provide identification as a separate service.¶
Although GSS-API has an authentication service distinct from its privacy and integrity services, GSS-API's authentication service is not used for RPCSEC_GSS's authentication service. Instead, each RPC request and response header is integrity protected with the GSS-API integrity service, and this allows RPCSEC_GSS to offer per-RPC authentication and identity. See [4] for more information.¶
NFSv4.1 client and servers MUST support RPCSEC_GSS's integrity and authentication service. NFSv4.1 servers MUST support RPCSEC_GSS's privacy service. NFSv4.1 clients SHOULD support RPCSEC_GSS's privacy service.¶
2.2.1.1.1.2. Security Mechanisms for NFSv4.1
RPCSEC_GSS, via GSS-API, normalizes access to mechanisms that provide security services. Therefore, NFSv4.1 clients and servers MUST support the Kerberos V5 security mechanism.¶
The use of RPCSEC_GSS requires selection of mechanism,
quality of protection (QOP), and service
2.2.1.1.1.2.1. Kerberos V5
The Kerberos V5 GSS-API mechanism as described in [5] MUST be implemented with the RPCSEC_GSS services as specified in the following table:¶
Note that the number and name of the pseudo flavor are presented here as a mapping aid to the implementor. Because the NFSv4.1 protocol includes a method to negotiate security and it understands the GSS-API mechanism, the pseudo flavor is not needed. The pseudo flavor is needed for the NFSv3 since the security negotiation is done via the MOUNT protocol as described in [40].¶
At the time NFSv4.1 was specified, the Advanced Encryption Standard (AES) with HMAC-SHA1 was a REQUIRED algorithm set for Kerberos V5. In contrast, when NFSv4.0 was specified, weaker algorithm sets were REQUIRED for Kerberos V5, and were REQUIRED in the NFSv4.0 specification, because the Kerberos V5 specification at the time did not specify stronger algorithms. The NFSv4.1 specification does not specify REQUIRED algorithms for Kerberos V5, and instead, the implementor is expected to track the evolution of the Kerberos V5 standard if and when stronger algorithms are specified.¶
2.2.1.1.1.2.1.1. Security Considerations for Cryptographic Algorithms in Kerberos V5
When deploying NFSv4.1, the strength of the security achieved depends on the existing Kerberos V5 infrastructure. The algorithms of Kerberos V5 are not directly exposed to or selectable by the client or server, so there is some due diligence required by the user of NFSv4.1 to ensure that security is acceptable where needed.¶
2.2.1.1.1.3. GSS Server Principal
Regardless of what security mechanism under RPCSEC_GSS
is being used, the NFS server MUST identify itself
in GSS-API via a GSS
For NFS, the "service" element is¶
Implementations of security mechanisms will convert nfs@hostname to various different forms. For Kerberos V5, the following form is RECOMMENDED:¶
2.3. COMPOUND and CB_COMPOUND
A significant departure from the versions of the NFS protocol before NFSv4 is the introduction of the COMPOUND procedure. For the NFSv4 protocol, in all minor versions, there are exactly two RPC procedures, NULL and COMPOUND. The COMPOUND procedure is defined as a series of individual operations and these operations perform the sorts of functions performed by traditional NFS procedures.¶
The operations combined within a COMPOUND request are evaluated in order by the server, without any atomicity guarantees. A limited set of facilities exist to pass results from one operation to another. Once an operation returns a failing result, the evaluation ends and the results of all evaluated operations are returned to the client.¶
With the use of the COMPOUND procedure, the client is able to build simple or complex requests. These COMPOUND requests allow for a reduction in the number of RPCs needed for logical file system operations. For example, multi-component look up requests can be constructed by combining multiple LOOKUP operations. Those can be further combined with operations such as GETATTR, READDIR, or OPEN plus READ to do more complicated sets of operation without incurring additional latency.¶
NFSv4.1 also contains a considerable set of callback operations in which the server makes an RPC directed at the client. Callback RPCs have a similar structure to that of the normal server requests. In all minor versions of the NFSv4 protocol, there are two callback RPC procedures: CB_NULL and CB_COMPOUND. The CB_COMPOUND procedure is defined in an analogous fashion to that of COMPOUND with its own set of callback operations.¶
The addition of new server and callback operations within the COMPOUND and CB_COMPOUND request framework provides a means of extending the protocol in subsequent minor versions.¶
Except for a small number of operations needed for session creation, server requests and callback requests are performed within the context of a session. Sessions provide a client context for every request and support robust replay protection for non-idempotent requests.¶
2.4. Client Identifiers and Client Owners
For each operation that obtains or depends on locking state, the specific client needs to be identifiable by the server.¶
Each distinct client instance is represented by a client ID. A client ID is a 64-bit identifier representing a specific client at a given time. The client ID is changed whenever the client re-initializes, and may change when the server re-initializes. Client IDs are used to support lock identification and crash recovery.¶
During steady state operation, the client ID associated with each operation is derived from the session (see Section 2.10) on which the operation is sent. A session is associated with a client ID when the session is created.¶
Unlike NFSv4.0, the only NFSv4.1 operations possible before a client ID is established are those needed to establish the client ID.¶
A sequence of an EXCHANGE_ID operation followed by a
CREATE_SESSION operation using that client ID
(eir_clientid as returned from EXCHANGE_ID)
is required to establish and confirm the
client ID on the server. Establishment of identification by a
new incarnation of the client also has the effect of immediately
releasing any locking state that a previous incarnation of that
same client might have had on the server. Such released state
would include all byte-range lock, share reservation, layout state, and -- where the server supports neither the CLAIM
Releasing such state requires that the server be able to determine that one client instance is the successor of another. Where this cannot be done, for any of a number of reasons, the locking state will remain for a time subject to lease expiration (see Section 8.3) and the new client will need to wait for such state to be removed, if it makes conflicting lock requests.¶
Client identification is encapsulated in the following client owner data type:¶
The first field, co_verifier, is a client incarnation verifier, allowing the server to distinguish successive incarnations (e.g., reboots) of the same client. The server will start the process of canceling the client's leased state if co_verifier is different than what the server has previously recorded for the identified client (as specified in the co_ownerid field).¶
The second field, co_ownerid, is a variable length string that uniquely defines the client so that subsequent instances of the same client bear the same co_ownerid with a different verifier.¶
There are several considerations for how the client generates the co_ownerid string:¶
Given the above considerations, an example of a well-generated co_ownerid string is one that includes:¶
The client ID is assigned by the server (the eir_clientid result from EXCHANGE_ID) and should be chosen so that it will not conflict with a client ID previously assigned by the server. This applies across server restarts.¶
In the event of a server restart, a client may find
out that its current client ID is no longer valid when
it receives an NFS4ERR
When a session is not persistent, the client will find out that
it needs to create a new session as a result of getting an
NFS4ERR
In the case of the session being persistent, the
client will re-establish communication using the
existing session after the restart. This session
will be associated with the existing client ID but
may only be used to retransmit operations that the
client previously transmitted and did not see replies
to. Replies to operations that the server previously performed
will come from the reply cache; otherwise,
NFS4ERR
When NFS4ERR
See the descriptions of EXCHANGE_ID (Section 18.35) and CREATE_SESSION (Section 18.36) for a complete specification of these operations.¶
2.4.1. Upgrade from NFSv4.0 to NFSv4.1
To facilitate upgrade from NFSv4.0 to NFSv4.1, a server may compare a value of data type client_owner4 in an EXCHANGE_ID with a value of data type nfs_client_id4 that was established using the SETCLIENTID operation of NFSv4.0. A server that does so will allow an upgraded client to avoid waiting until the lease (i.e., the lease established by the NFSv4.0 instance client) expires. This requires that the value of data type client_owner4 be constructed the same way as the value of data type nfs_client_id4. If the latter's contents included the server's network address (per the recommendations of the NFSv4.0 specification [37]), and the NFSv4.1 client does not wish to use a client ID that prevents trunking, it should send two EXCHANGE_ID operations. The first EXCHANGE_ID will have a client_owner4 equal to the nfs_client_id4. This will clear the state created by the NFSv4.0 client. The second EXCHANGE_ID will not have the server's network address. The state created for the second EXCHANGE_ID will not have to wait for lease expiration, because there will be no state to expire.¶
2.4.2. Server Release of Client ID
NFSv4.1 introduces a new operation called
DESTROY
If the server determines that the client holds no associated state
for its client ID (associated state includes unrevoked sessions,
opens, locks, delegations, layouts, and wants), the server MAY
choose to unilaterally release the client ID in order to
conserve resources.
If the client
contacts the server after this release, the server
MUST ensure that the client receives the appropriate error
so that it will use the EXCHANGE
2.4.3. Resolving Client Owner Conflicts
When the server gets an EXCHANGE_ID for a client owner that currently has no state, or that has state but the lease has expired, the server MUST allow the EXCHANGE_ID and confirm the new client ID if followed by the appropriate CREATE_SESSION.¶
When the server gets an EXCHANGE_ID for a new incarnation of a client owner that currently has an old incarnation with state and an unexpired lease, the server is allowed to dispose of the state of the previous incarnation of the client owner if one of the following is true:¶
If none of the above situations apply, the server
MUST return NFS4ERR
If the server accepts the principal and co_ownerid as matching that which created the client ID, and the co_verifier in the EXCHANGE_ID differs from the co_verifier used when the client ID was created, then after the server receives a CREATE_SESSION that confirms the client ID, the server deletes state. If the co_verifier values are the same (e.g., the client either is updating properties of the client ID (Section 18.35) or is attempting trunking (Section 2.10.5), the server MUST NOT delete state.¶
2.5. Server Owners
The server owner is similar to a client owner (Section 2.4), but unlike the client owner, there is no shorthand server ID. The server owner is defined in the following data type:¶
The server owner is returned from
EXCHANGE_ID. When the so_major_id fields are the same in
two EXCHANGE_ID results, the connections that each EXCHANGE_ID
were sent over can be assumed to address the same server
(as defined in Section 1.7). If
the so_minor_id fields are also the same, then not only
do both connections connect to the same server, but the
session can be shared across both
connections. The reader is cautioned that multiple
servers may deliberately or accidentally claim to have
the same so_major_id or so
The considerations for generating an so_major_id are similar to that for generating a co_ownerid string (see Section 2.4). The consequences of two servers generating conflicting so_major_id values are less dire than they are for co_ownerid conflicts because the client can use RPCSEC_GSS to compare the authenticity of each server (see Section 2.10.5).¶
2.6. Security Service Negotiation
With the NFSv4.1 server potentially offering
multiple security mechanisms, the client needs a method
to determine or negotiate which mechanism is to be
used for its communication with the server. The NFS
server may have multiple points within its file system
namespace that are available for use by NFS clients.
These points can be considered security policy boundaries,
and, in some NFS implementations
The security negotiation between client and server SHOULD be done with a secure channel to eliminate the possibility of a third party intercepting the negotiation sequence and forcing the client and server to choose a lower level of security than required or desired. See Section 21 for further discussion.¶
2.6.1. NFSv4.1 Security Tuples
An NFS server can assign one or more "security tuples" to each security policy boundary in its namespace. Each security tuple consists of a security flavor (see Section 2.2.1.1) and, if the flavor is RPCSEC_GSS, a GSS-API mechanism Object Identifier (OID), a GSS-API quality of protection, and an RPCSEC_GSS service.¶
2.6.2. SECINFO and SECINFO_NO_NAME
The SECINFO and SECINFO_NO_NAME operations allow the client to determine, on a per-filehandle basis, what security tuple is to be used for server access. In general, the client will not have to use either operation except during initial communication with the server or when the client crosses security policy boundaries at the server. However, the server's policies may also change at any time and force the client to negotiate a new security tuple.¶
Where the use of different security tuples would affect the type of access that would be allowed if a request was sent over the same connection used for the SECINFO or SECINFO_NO_NAME operation (e.g., read-only vs. read-write) access, security tuples that allow greater access should be presented first. Where the general level of access is the same and different security flavors limit the range of principals whose privileges are recognized (e.g., allowing or disallowing root access), flavors supporting the greatest range of principals should be listed first.¶
2.6.3. Security Error
Based on the assumption that each NFSv4.1 client
and server MUST support a minimum set of security (i.e.,
Kerberos V5 under RPCSEC_GSS),
the NFS client will initiate file access to the server
with one of the minimal security tuples. During
communication with the server, the client may receive an
NFS error of NFS4ERR
2.6.3.1. Using NFS4ERR_WRONGSEC, SECINFO, and SECINFO_NO_NAME
This section explains the mechanics of NFSv4.1 security negotiation.¶
2.6.3.1.1. Put Filehandle Operations
The term "put filehandle operation" refers to PUTROOTFH, PUTPUBFH, PUTFH, and RESTOREFH. Each of the subsections herein describes how the server handles a subseries of operations that starts with a put filehandle operation.¶
2.6.3.1.1.1. Put Filehandle Operation + SAVEFH
The client is saving a filehandle for a future
RESTOREFH, LINK, or RENAME. SAVEFH MUST NOT
return NFS4ERR
2.6.3.1.1.2. Two or More Put Filehandle Operations
For a series of N put filehandle operations, the server
MUST NOT return NFS4ERR
2.6.3.1.1.3. Put Filehandle Operation + LOOKUP (or OPEN of an Existing Name)
This situation also applies to a put filehandle operation followed by a LOOKUP or an OPEN operation that specifies an existing component name.¶
In this situation, the client is potentially crossing
a security policy boundary, and the set of security tuples
the parent directory supports may differ from those of
the child.
The server implementation may decide whether to impose
any restrictions on security policy administration.
There are at least three approaches
- (a)
-
sec
_policy _child <= sec _policy _parent (<= for subset). This means that the set of security tuples specified on the security policy of a child directory is always a subset of its parent directory.¶ - (b)
-
sec
_policy _child ^ sec _policy _parent != {} (^ for intersection, {} for the empty set). This means that the set of security tuples specified on the security policy of a child directory always has a non-empty intersection with that of the parent.¶ - (c)
-
sec
_policy _child ^ sec _policy _parent == {}. This means that the set of security tuples specified on the security policy of a child directory may not intersect with that of the parent. In other words, there are no restrictions on how the system administrator may set up these tuples.¶
In order for a server to support approaches (b)
(for the case when a client chooses a flavor that is
not a member of sec
Since the above guideline does not contradict approach (a), it should be followed in general. Even if approach (a) is implemented, it is possible for the security tuple used to be acceptable for the target of LOOKUP but not for the filehandles used in the put filehandle operation. The put filehandle operation could be a PUTROOTFH or PUTPUBFH, where the client cannot know the security tuples for the root or public filehandle. Or the security policy for the filehandle used by the put filehandle operation could have changed since the time the filehandle was obtained.¶
Therefore, an NFSv4.1 server MUST NOT return NFS4ERR
2.6.3.1.1.4. Put Filehandle Operation + LOOKUPP
Since SECINFO only works its way down, there is no way LOOKUPP can
return NFS4ERR
Regardless of whether SECINFO_NO_NAME is supported, an
NFSv4.1 server MUST NOT return NFS4ERR
2.6.3.1.1.5. Put Filehandle Operation + SECINFO/SECINFO_NO_NAME
A security
In theory, there is no connection between the security flavor used by SECINFO or SECINFO_NO_NAME and those supported by the security policy. But in practice, the client may start looking for strong flavors from those supported by the security policy, followed by those in the REQUIRED set.¶
The NFSv4.1 server MUST NOT return NFS4ERR
2.6.3.1.1.6. Put Filehandle Operation + Nothing
The NFSv4.1 server MUST NOT return NFS4ERR
2.6.3.1.1.7. Put Filehandle Operation + Anything Else
"Anything Else" includes OPEN by filehandle.¶
The security policy enforcement applies to the
filehandle specified in the put filehandle operation. Therefore, the
put filehandle operation MUST
return NFS4ERR
A COMPOUND containing the series put filehandle
operation + SECINFO_NO_NAME (style SECINFO
The NFSv4.1 server MUST NOT return NFS4ERR
2.6.3.1.1.8. Operations after SECINFO and SECINFO_NO_NAME
Suppose a client sends a COMPOUND procedure
containing the series SEQUENCE, PUTFH,
SECINFO_NONAME, READ, and suppose the security tuple
used does not match that required for the target
file. By rule (see Section 2.6.3.1.1.5),
neither PUTFH nor SECINFO_NO_NAME can
return NFS4ERR
2.6.3.1.2. LINK and RENAME
The LINK and RENAME operations use both the current
and saved filehandles.
Technically, the server MAY return NFS4ERR
For example, suppose the client sends this COMPOUND
request: SEQUENCE, PUTFH bFH, SAVEFH, PUTFH aFH,
RENAME "c" "d", where filehandles bFH and aFH refer
to different directories. Suppose no common security
tuple exists between the security policies of aFH and
bFH. If the client sends the request using credentials
acceptable to bFH's security policy but not aFH's
policy, then the PUTFH aFH operation will fail with
NFS4ERR
To prevent a client from an endless sequence of a
request containing LINK or RENAME, followed by a request
containing SECINFO_NO_NAME or SECINFO, the server MUST detect
when the security policies of the current and saved
filehandles have no mutually acceptable security tuple,
and MUST NOT return NFS4ERR
2.7. Minor Versioning
To address the requirement of an NFS protocol that can evolve as the need arises, the NFSv4.1 protocol contains the rules and framework to allow for future minor changes or versioning.¶
The base assumption with respect to minor versioning is that any future accepted minor version will be documented in one or more Standards Track RFCs. Minor version 0 of the NFSv4 protocol is represented by [37], and minor version 1 is represented by this RFC. The COMPOUND and CB_COMPOUND procedures support the encoding of the minor version being requested by the client.¶
The following items represent the basic rules for the development of minor versions. Note that a future minor version may modify or add to the following rules as part of the minor version definition.¶
2.8. Non-RPC-Based Security Services
As described in Section 2.2.1.1.1.1, NFSv4.1 relies on RPC for identification, authentication, integrity, and privacy. NFSv4.1 itself provides or enables additional security services as described in the next several subsections.¶
2.8.1. Authorization
Authorization to access a file object via an NFSv4.1 operation is ultimately determined by the NFSv4.1 server. A client can predetermine its access to a file object via the OPEN (Section 18.16) and the ACCESS (Section 18.1) operations.¶
Principals with appropriate access rights can modify the authorization on a file object via the SETATTR (Section 18.30) operation. Attributes that affect access rights include mode, owner, owner_group, acl, dacl, and sacl. See Section 5.¶
2.8.2. Auditing
NFSv4.1 provides auditing on a per-file object basis, via the acl and sacl attributes as described in Section 6. It is outside the scope of this specification to specify audit log formats or management policies.¶
2.8.3. Intrusion Detection
NFSv4.1 provides alarm control on a per-file object basis, via the acl and sacl attributes as described in Section 6. Alarms may serve as the basis for intrusion detection. It is outside the scope of this specification to specify heuristics for detecting intrusion via alarms.¶
2.9. Transport Layers
2.9.1. REQUIRED and RECOMMENDED Properties of Transports
NFSv4.1 works over Remote Direct Memory Access (RDMA) and non-RDMA-based transports with the following attributes:¶
Where an NFSv4.1 implementation supports operation
over the IP network protocol, any transport used between
NFS and IP MUST be among the IETF-approved congestion
control transport protocols. At the time this document
was written, the only two transports that had the above
attributes were TCP and the Stream
Control Transmission Protocol (SCTP). To enhance the
possibilities for interoperabilit
Even if NFSv4.1 is used over a non-IP network protocol, it is RECOMMENDED that the transport support congestion control.¶
It is permissible for a connectionless transport to be used under NFSv4.1; however, reliable and in-order delivery of data combined with congestion control by the connectionless transport is REQUIRED. As a consequence, UDP by itself MUST NOT be used as an NFSv4.1 transport. NFSv4.1 assumes that a client transport address and server transport address used to send data over a transport together constitute a connection, even if the underlying transport eschews the concept of a connection.¶
2.9.2. Client and Server Transport Behavior
If a connection
In order to reduce congestion, if a connection
When sending a reply, the replier MUST send the reply
to the same full network address (e.g., if using an
IP-based transport, the source port of the requester
is part of the full network address) from which the requester
sent the request. If using a connection
If a connection is dropped after the replier receives the request but before the replier sends the reply, the replier might have a pending reply. If a connection is established with the same source and destination full network address as the dropped connection, then the replier MUST NOT send the reply until the requester retries the request. The reason for this prohibition is that the requester MAY retry a request over a different connection (provided that connection is associated with the original request's session).¶
When using RDMA transports, there are other reasons for not tolerating retries over the same connection:¶
In addition, as described in Section 2.10.6.2, while a session is active, the NFSv4.1 requester MUST NOT stop waiting for a reply.¶
2.10. Session
NFSv4.1 clients and servers MUST support and MUST use the session feature as described in this section.¶
2.10.1. Motivation and Overview
Previous versions and minor versions of NFS have suffered from the following:¶
Through the introduction of a session, NFSv4.1 addresses the above shortfalls with practical solutions:¶
A session is a dynamically created, long-lived server object
created by a client and used over time from one or more transport
connections. Its function is to maintain the server's state
relative to the connection(s) belonging to a client instance. This
state is entirely independent of the connection itself, and indeed
the state exists whether or not the connection exists. A client may
have one or more sessions associated with it so that
client
A single client may create multiple sessions. A single session MUST NOT serve multiple clients.¶
2.10.2. NFSv4 Integration
Sessions are part of NFSv4.1 and not NFSv4.0. Normally, a major infrastructure change such as sessions would require a new major version number to an Open Network Computing (ONC) RPC program like NFS. However, because NFSv4 encapsulates its functionality in a single procedure, COMPOUND, and because COMPOUND can support an arbitrary number of operations, sessions have been added to NFSv4.1 with little difficulty. COMPOUND includes a minor version number field, and for NFSv4.1 this minor version is set to 1. When the NFSv4 server processes a COMPOUND with the minor version set to 1, it expects a different set of operations than it does for NFSv4.0. NFSv4.1 defines the SEQUENCE operation, which is required for every COMPOUND that operates over an established session, with the exception of some session administration operations, such as DESTROY_SESSION (Section 18.37).¶
2.10.2.1. SEQUENCE and CB_SEQUENCE
In NFSv4.1, when the SEQUENCE operation is present, it MUST be the first operation in the COMPOUND procedure. The primary purpose of SEQUENCE is to carry the session identifier. The session identifier associates all other operations in the COMPOUND procedure with a particular session. SEQUENCE also contains required information for maintaining EOS (see Section 2.10.6). Session-enabled NFSv4.1 COMPOUND requests thus have the form:¶
and the replies have the form:¶
A CB_COMPOUND procedure request and reply has a similar form to
COMPOUND, but
instead of a SEQUENCE operation, there is a CB_SEQUENCE operation.
CB_COMPOUND also has an additional field called "callback
2.10.2.2. Client ID and Session Association
Each client ID (Section 2.4) can have zero or more active sessions. A client ID and associated session are required to perform file access in NFSv4.1. Each time a session is used (whether by a client sending a request to the server or the client replying to a callback request from the server), the state leased to its associated client ID is automatically renewed.¶
State (which can consist of share reservations, locks, delegations, and layouts (Section 1.8.4)) is tied to the client ID. Client state is not tied to any individual session. Successive state changing operations from a given state owner MAY go over different sessions, provided the session is associated with the same client ID. A callback MAY arrive over a different session than that of the request that originally acquired the state pertaining to the callback. For example, if session A is used to acquire a delegation, a request to recall the delegation MAY arrive over session B if both sessions are associated with the same client ID. Sections 2.10.8.1 and 2.10.8.2 discuss the security considerations around callbacks.¶
2.10.3. Channels
A channel is not a connection. A channel represents the direction ONC RPC requests are sent.¶
Each session has one or two channels: the fore channel and the backchannel. Because there are at most two channels per session, and because each channel has a distinct purpose, channels are not assigned identifiers.¶
The fore channel is used for ordinary requests from the client to the server, and carries COMPOUND requests and responses. A session always has a fore channel.¶
The backchannel is used for callback requests from server to client, and carries CB_COMPOUND requests and responses. Whether or not there is a backchannel is decided by the client; however, many features of NFSv4.1 require a backchannel. NFSv4.1 servers MUST support backchannels.¶
Each session has resources for each channel, including separate reply caches (see Section 2.10.6.1). Note that even the backchannel requires a reply cache (or, at least, a slot table in order to detect retries) because some callback operations are non-idempotent.¶
2.10.3.1. Association of Connections, Channels, and Sessions
Each channel is associated with zero or more transport
connections (whether of the same transport protocol or different
transport protocols). A connection can be associated with
one channel or both channels of a session; the client
and server negotiate whether a connection will carry
traffic for one channel or both channels via the
CREATE_SESSION (Section 18.36) and the BIND
A connection's association with a session is not exclusive. A connection associated with the channel(s) of one session may be simultaneously associated with the channel(s) of other sessions including sessions associated with other client IDs.¶
It is permissible for connections of multiple transport types to be associated with the same channel. For example, both TCP and RDMA connections can be associated with the fore channel. In the event an RDMA and non-RDMA connection are associated with the same channel, the maximum number of slots SHOULD be at least one more than the total number of RDMA credits (Section 2.10.6.1). This way, if all RDMA credits are used, the non-RDMA connection can have at least one outstanding request. If a server supports multiple transport types, it MUST allow a client to associate connections from each transport to a channel.¶
It is permissible for a connection of one type of transport to be associated with the fore channel, and a connection of a different type to be associated with the backchannel.¶
2.10.4. Server Scope
Servers each specify a server scope value in the form
of an opaque string eir
The use of such compatible values does not imply that a value generated by one server will always be accepted by another. In most cases, it will not. However, a server will not inadvertently accept a value generated by another server. When it does accept it, it will be because it is recognized as valid and carrying the same meaning as on another server of the same scope.¶
When servers are of the same server scope, this compatibility of values applies to the following identifiers:¶
The coordination among servers required to provide such compatibility can be quite minimal, and limited to a simple partition of the ID space. The recognition of common values requires additional implementation, but this can be tailored to the specific situations in which that recognition is desired.¶
Clients will have occasion to compare the server scope values of multiple servers under a number of circumstances, each of which will be discussed under the appropriate functional section:¶
When two replies from EXCHANGE_ID, each from two different server network addresses, have the same server scope, there are a number of ways a client can validate that the common server scope is due to two servers cooperating in a group.¶
2.10.5. Trunking
Trunking is the use of multiple connections between a client and server in order to increase the speed of data transfer. NFSv4.1 supports two types of trunking: session trunking and client ID trunking.¶
In the context of a single server network address, it can be assumed that all connections are accessing the same server, and NFSv4.1 servers MUST support both forms of trunking. When multiple connections use a set of network addresses to access the same server, the server MUST support both forms of trunking. NFSv4.1 servers in a clustered configuration MAY allow network addresses for different servers to use client ID trunking.¶
Clients may use either form of trunking as long as they do not, when trunking between different server network addresses, violate the servers' mandates as to the kinds of trunking to be allowed (see below). With regard to callback channels, the client MUST allow the server to choose among all callback channels valid for a given client ID and MUST support trunking when the connections supporting the backchannel allow session or client ID trunking to be used for callbacks.¶
Session trunking is essentially the association of multiple connections, each with potentially different target and/or source network addresses, to the same session. When the target network addresses (server addresses) of the two connections are the same, the server MUST support such session trunking. When the target network addresses are different, the server MAY indicate such support using the data returned by the EXCHANGE_ID operation (see below).¶
Client ID trunking is the association of multiple sessions to the same client ID. Servers MUST support client ID trunking for two target network addresses whenever they allow session trunking for those same two network addresses. In addition, a server MAY, by presenting the same major server owner ID (Section 2.5) and server scope (Section 2.10.4), allow an additional case of client ID trunking. When two servers return the same major server owner and server scope, it means that the two servers are cooperating on locking state management, which is a prerequisite for client ID trunking.¶
Distinguishing when the client is allowed to use session and
client ID trunking requires understanding how the results of the
EXCHANGE_ID (Section 18.35)
operation identify a server.
Suppose a client sends EXCHANGE_IDs over two different
connections, each with a possibly different target
network address, but each EXCHANGE_ID operation has the same
value in the eia_clientowner field. If the same
NFSv4.1 server is listening over each connection,
then each EXCHANGE_ID result MUST return the same
values of eir_clientid, eir
- Session Trunking.
-
If the eia_clientowner argument is the same in two different EXCHANGE_ID requests, and the eir_clientid, eir
_server _owner .so _major _id, eir _server _owner .so _minor _id, and eir _server _scope results match in both EXCHANGE_ID results, then the client is permitted to perform session trunking. If the client has no session mapping to the tuple of eir_clientid, eir _server _owner .so _major _id, eir _server _scope, and eir _server _owner .so _minor _id, then it creates the session via a CREATE_SESSION operation over one of the connections, which associates the connection to the session. If there is a session for the tuple, the client can send BIND _CONN _TO _SESSION to associate the connection to the session.¶ Of course, if the client does not desire to use session trunking, it is not required to do so. It can invoke CREATE_SESSION on the connection. This will result in client ID trunking as described below. It can also decide to drop the connection if it does not choose to use trunking.¶
- Client ID Trunking.
-
If the eia_clientowner argument is the same in two different EXCHANGE_ID requests, and the eir_clientid, eir
_server _owner .so _major _id, and eir _server _scope results match in both EXCHANGE_ID results, then the client is permitted to perform client ID trunking (regardless of whether the eir _server _owner .so _minor _id results match). The client can associate each connection with different sessions, where each session is associated with the same server.¶ The client completes the act of client ID trunking by invoking CREATE_SESSION on each connection, using the same client ID that was returned in eir_clientid. These invocations create two sessions and also associate each connection with its respective session. The client is free to decline to use client ID trunking by simply dropping the connection at this point.¶
When doing client ID trunking, locking state is shared across sessions associated with that same client ID. This requires the server to coordinate state across sessions and the client to be able to associate the same locking state with multiple sessions.¶
It is always possible that, as a result of various sorts
of reconfiguration events, eir
In most cases, such reconfiguration events will be disruptive and indicate that an IP address formerly connected to one server is now connected to an entirely different one.¶
Some guidelines on client handling of such situations follow:¶
2.10.5.1. Verifying Claims of Matching Server Identity
When the server responds using two different connections that claim
matching or partially matching eir
2.10.6. Exactly Once Semantics
Via the session, NFSv4.1 offers exactly once semantics (EOS) for requests sent over a channel. EOS is supported on both the fore channel and backchannel.¶
Each COMPOUND or CB_COMPOUND request that is sent
with a leading SEQUENCE or CB_SEQUENCE operation MUST
be executed by the receiver exactly once. This requirement
holds regardless of whether the request is sent with reply
caching specified (see Section 2.10.6.1.3).
The requirement holds even if the requester is sending the
request over a session created between a pNFS data client
and pNFS data server. To understand the rationale for this requirement,
divide the requests into three
classifications
An example of a non-idempotent request is RENAME. Obviously, if a replier executes the same RENAME request twice, and the first execution succeeds, the re-execution will fail. If the replier returns the result from the re-execution, this result is incorrect. Therefore, EOS is required for non-idempotent requests.¶
An example of an idempotent modifying request is a COMPOUND request containing a WRITE operation. Repeated execution of the same WRITE has the same effect as execution of that WRITE a single time. Nevertheless, enforcing EOS for WRITEs and other idempotent modifying requests is necessary to avoid data corruption.¶
Suppose a client sends WRITE A to a noncompliant server that does not enforce EOS, and receives no response, perhaps due to a network partition. The client reconnects to the server and re-sends WRITE A. Now, the server has outstanding two instances of A. The server can be in a situation in which it executes and replies to the retry of A, while the first A is still waiting in the server's internal I/O system for some resource. Upon receiving the reply to the second attempt of WRITE A, the client believes its WRITE is done so it is free to send WRITE B, which overlaps the byte-range of A. When the original A is dispatched from the server's I/O system and executed (thus the second time A will have been written), then what has been written by B can be overwritten and thus corrupted.¶
An example of an idempotent non-modifying request is a COMPOUND containing SEQUENCE, PUTFH, READLINK, and nothing else. The re-execution of such a request will not cause data corruption or produce an incorrect result. Nonetheless, to keep the implementation simple, the replier MUST enforce EOS for all requests, whether or not idempotent and non-modifying.¶
Note that true and complete EOS is not possible unless the server persists the reply cache in stable storage, and unless the server is somehow implemented to never require a restart (indeed, if such a server exists, the distinction between a reply cache kept in stable storage versus one that is not is one without meaning). See Section 2.10.6.5 for a discussion of persistence in the reply cache. Regardless, even if the server does not persist the reply cache, EOS improves robustness and correctness over previous versions of NFS because the legacy duplicate request/reply caches were based on the ONC RPC transaction identifier (XID). Section 2.10.6.1 explains the shortcomings of the XID as a basis for a reply cache and describes how NFSv4.1 sessions improve upon the XID.¶
2.10.6.1. Slot Identifiers and Reply Cache
The RPC layer provides a transaction ID (XID), which, while required to be unique, is not convenient for tracking requests for two reasons. First, the XID is only meaningful to the requester; it cannot be interpreted by the replier except to test for equality with previously sent requests. When consulting an RPC-based duplicate request cache, the opaqueness of the XID requires a computationally expensive look up (often via a hash that includes XID and source address). NFSv4.1 requests use a non-opaque slot ID, which is an index into a slot table, which is far more efficient. Second, because RPC requests can be executed by the replier in any order, there is no bound on the number of requests that may be outstanding at any time. To achieve perfect EOS, using ONC RPC would require storing all replies in the reply cache. XIDs are 32 bits; storing over four billion (232) replies in the reply cache is not practical. In practice, previous versions of NFS have chosen to store a fixed number of replies in the cache, and to use a least recently used (LRU) approach to replacing cache entries with new entries when the cache is full. In NFSv4.1, the number of outstanding requests is bounded by the size of the slot table, and a sequence ID per slot is used to tell the replier when it is safe to delete a cached reply.¶
In the NFSv4.1 reply cache, when the requester sends a new request, it selects a slot ID in the range 0..N, where N is the replier's current maximum slot ID granted to the requester on the session over which the request is to be sent. The value of N starts out as equal to ca_maxrequests - 1 (Section 18.36), but can be adjusted by the response to SEQUENCE or CB_SEQUENCE as described later in this section. The slot ID must be unused by any of the requests that the requester has already active on the session. "Unused" here means the requester has no outstanding request for that slot ID.¶
A slot contains a sequence ID and the cached reply corresponding to the request sent with that sequence ID. The sequence ID is a 32-bit unsigned value, and is therefore in the range 0..0xFFFFFFFF (232 - 1). The first time a slot is used, the requester MUST specify a sequence ID of one (Section 18.36). Each time a slot is reused, the request MUST specify a sequence ID that is one greater than that of the previous request on the slot. If the previous sequence ID was 0xFFFFFFFF, then the next request for the slot MUST have the sequence ID set to zero (i.e., (232 - 1) + 1 mod 232).¶
The sequence ID accompanies the slot ID in each request. It is
for the critical check at the replier: it used to efficiently
determine whether a request using a certain
slot ID is a retransmit or a new, never
The replier compares each received request's sequence ID with the last one previously received for that slot ID, to see if the new request is:¶
Unlike the XID, the slot ID is always within a specific range; this has two implications. The first implication is that for a given session, the replier need only cache the results of a limited number of COMPOUND requests. The second implication derives from the first, which is that unlike XID-indexed reply caches (also known as duplicate request caches - DRCs), the slot ID-based reply cache cannot be overflowed. Through use of the sequence ID to identify retransmitted requests, the replier does not need to actually cache the request itself, reducing the storage requirements of the reply cache further. These facilities make it practical to maintain all the required entries for an effective reply cache.¶
The slot ID, sequence ID, and session ID therefore take over the traditional role of the XID and source network address in the replier's reply cache implementation. This approach is considerably more portable and completely robust -- it is not subject to the reassignment of ports as clients reconnect over IP networks. In addition, the RPC XID is not used in the reply cache, enhancing robustness of the cache in the face of any rapid reuse of XIDs by the requester. While the replier does not care about the XID for the purposes of reply cache management (but the replier MUST return the same XID that was in the request), nonetheless there are considerations for the XID in NFSv4.1 that are the same as all other previous versions of NFS. The RPC XID remains in each message and needs to be formulated in NFSv4.1 requests as in any other ONC RPC request. The reasons include:¶
Given that well-formulated XIDs continue to be required, this raises the question: why do SEQUENCE and CB_SEQUENCE replies have a session ID, slot ID, and sequence ID? Having the session ID in the reply means that the requester does not have to use the XID to look up the session ID, which would be necessary if the connection were associated with multiple sessions. Having the slot ID and sequence ID in the reply means that the requester does not have to use the XID to look up the slot ID and sequence ID. Furthermore, since the XID is only 32 bits, it is too small to guarantee the re-association of a reply with its request [44]; having session ID, slot ID, and sequence ID in the reply allows the client to validate that the reply in fact belongs to the matched request.¶
The SEQUENCE (and CB_SEQUENCE) operation also carries
a "highest
The replier responds with both a new target highest_slotid and an enforced highest_slotid, described as follows:¶
2.10.6.1.1. Caching of SEQUENCE and CB_SEQUENCE Replies
When a SEQUENCE or CB_SEQUENCE operation is successfully executed, its reply MUST always be cached. Specifically, session ID, sequence ID, and slot ID MUST be cached in the reply cache. The reply from SEQUENCE also includes the highest slot ID, target highest slot ID, and status flags. Instead of caching these values, the server MAY re-compute the values from the current state of the fore channel, session, and/or client ID as appropriate. Similarly, the reply from CB_SEQUENCE includes a highest slot ID and target highest slot ID. The client MAY re-compute the values from the current state of the session as appropriate.¶
Regardless of whether or not a replier is re-computing highest slot ID, target slot ID, and status on replies to retries, the requester MUST NOT assume that the values are being re-computed whenever it receives a reply after a retry is sent, since it has no way of knowing whether the reply it has received was sent by the replier in response to the retry or is a delayed response to the original request. Therefore, it may be the case that highest slot ID, target slot ID, or status bits may reflect the state of affairs when the request was first executed. Although acting based on such delayed information is valid, it may cause the receiver of the reply to do unneeded work. Requesters MAY choose to send additional requests to get the current state of affairs or use the state of affairs reported by subsequent requests, in preference to acting immediately on data that might be out of date.¶
2.10.6.1.2. Errors from SEQUENCE and CB_SEQUENCE
Any time SEQUENCE or CB_SEQUENCE returns an error, the sequence ID of the slot MUST NOT change. The replier MUST NOT modify the reply cache entry for the slot whenever an error is returned from SEQUENCE or CB_SEQUENCE.¶
2.10.6.1.3. Optional Reply Caching
On a per-request basis, the requester can choose to direct the replier to cache the reply to all operations after the first operation (SEQUENCE or CB_SEQUENCE) via the sa_cachethis or csa_cachethis fields of the arguments to SEQUENCE or CB_SEQUENCE. The reason it would not direct the replier to cache the entire reply is that the request is composed of all idempotent operations [41]. Caching the reply may offer little benefit. If the reply is too large (see Section 2.10.6.4), it may not be cacheable anyway. Even if the reply to idempotent request is small enough to cache, unnecessarily caching the reply slows down the server and increases RPC latency.¶
Whether or not the requester requests the reply to be cached has no effect on the slot processing. If the result of SEQUENCE or CB_SEQUENCE is NFS4_OK, then the slot's sequence ID MUST be incremented by one. If a requester does not direct the replier to cache the reply, the replier MUST do one of following:¶
The discussion above assumes that the retried request matches the original one. Section 2.10.6.1.3.1 discusses what the replier might do, and MUST do when original and retried requests do not match. Since the replier may only cache a small amount of the information that would be required to determine whether this is a case of a false retry, the replier may send to the client any of the following responses:¶
2.10.6.1.3.1. False Retry
If a requester sent a Sequence operation
with a slot ID and sequence ID that are
in the reply cache but the replier
detected that the retried request is not
the same as the original request,
including a retry that has different
operations or different arguments in the
operations from the original and a retry
that uses a different principal in the
RPC request's credential field that
translates to a different user, then this
is a false retry. When the replier
detects a false retry, it is permitted
(but not always obligated) to return
NFS4ERR
Translations of particularly privileged
user values to other users due to the
lack of appropriately secure credentials,
as configured on the replier, should be
applied before determining whether the
users are the same or different. If the
replier determines the users are
different between the original request
and a retry, then the replier MUST return
NFS4ERR
If an operation of the retry is an
illegal operation, or an operation that
was legal in a previous minor version of
NFSv4 and MUST NOT be supported in the
current minor version (e.g., SETCLIENTID),
the replier MAY return
NFS4ERR
2.10.6.2. Retry and Replay of Reply
A requester MUST NOT retry a request, unless the connection it used to send the request disconnects. The requester can then reconnect and re-send the request, or it can re-send the request over a different connection that is associated with the same session.¶
If the requester is a server wanting to re-send a callback
operation over the backchannel of a session, the requester
of course cannot reconnect because only the client can
associate connections with the backchannel. The
server can re-send the request over another connection that
is bound to the same session's backchannel. If there is no
such connection, the server
MUST indicate that the session has no backchannel by setting
the SEQ4
Note that it is not fatal for a requester to retry without a disconnect between the request and retry. However, the retry does consume resources, especially with RDMA, where each request, retry or not, consumes a credit. Retries for no reason, especially retries sent shortly after the previous attempt, are a poor use of network bandwidth and defeat the purpose of a transport's inherent congestion control system.¶
A requester MUST wait for a reply to a request before using
the slot for another request. If it does not wait for
a reply, then the requester does not know what
sequence ID to use for the slot on its next request.
For example, suppose a requester sends a request with sequence ID
1, and does not wait for the response. The next time it uses
the slot, it sends the new request with sequence ID 2.
If the replier has not seen the request with sequence ID 1, then
the replier is not expecting sequence ID 2, and rejects the
requester's new request with NFS4ERR
RDMA fabrics do not guarantee that the memory handles (Steering Tags) within each RPC/RDMA "chunk" [32] are valid on a scope outside that of a single connection. Therefore, handles used by the direct operations become invalid after connection loss. The server must ensure that any RDMA operations that must be replayed from the reply cache use the newly provided handle(s) from the most recent request.¶
A retry might be sent while the original request is still in
progress on the replier. The replier SHOULD deal with the issue
by returning NFS4ERR_DELAY as the reply to SEQUENCE or CB_SEQUENCE
operation, but implementations MAY return NFS4ERR
2.10.6.3. Resolving Server Callback Races
It is possible for server callbacks to arrive at the client before the reply from related fore channel operations. For example, a client may have been granted a delegation to a file it has opened, but the reply to the OPEN (informing the client of the granting of the delegation) may be delayed in the network. If a conflicting operation arrives at the server, it will recall the delegation using the backchannel, which may be on a different transport connection, perhaps even a different network, or even a different session associated with the same client ID.¶
The presence of a session between the client and server alleviates this issue. When a session is in place, each client request is uniquely identified by its { session ID, slot ID, sequence ID } triple. By the rules under which slot entries (reply cache entries) are retired, the server has knowledge whether the client has "seen" each of the server's replies. The server can therefore provide sufficient information to the client to allow it to disambiguate between an erroneous or conflicting callback race condition.¶
For each client operation that might result in some sort of server callback, the server SHOULD "remember" the { session ID, slot ID, sequence ID } triple of the client request until the slot ID retirement rules allow the server to determine that the client has, in fact, seen the server's reply. Until the time the { session ID, slot ID, sequence ID } request triple can be retired, any recalls of the associated object MUST carry an array of these referring identifiers (in the CB_SEQUENCE operation's arguments), for the benefit of the client. After this time, it is not necessary for the server to provide this information in related callbacks, since it is certain that a race condition can no longer occur.¶
The CB_SEQUENCE operation that begins each server callback carries a list of "referring" { session ID, slot ID, sequence ID } triples. If the client finds the request corresponding to the referring session ID, slot ID, and sequence ID to be currently outstanding (i.e., the server's reply has not been seen by the client), it can determine that the callback has raced the reply, and act accordingly. If the client does not find the request corresponding to the referring triple to be outstanding (including the case of a session ID referring to a destroyed session), then there is no race with respect to this triple. The server SHOULD limit the referring triples to requests that refer to just those that apply to the objects referred to in the CB_COMPOUND procedure.¶
The client must not simply wait forever for the expected server reply to arrive before responding to the CB_COMPOUND that won the race, because it is possible that it will be delayed indefinitely. The client should assume the likely case that the reply will arrive within the average round-trip time for COMPOUND requests to the server, and wait that period of time. If that period of time expires, it can respond to the CB_COMPOUND with NFS4ERR_DELAY. There are other scenarios under which callbacks may race replies. Among them are pNFS layout recalls as described in Section 12.5.5.2.¶
2.10.6.4. COMPOUND and CB_COMPOUND Construction Issues
Very large requests and replies may pose both buffer
management issues (especially with RDMA) and reply
cache issues. When the session is created
(Section 18.36), for each channel (fore and
back), the client and server
negotiate the maximum-sized request they will
send or process
If a request exceeds ca
If a reply exceeds ca
If sa_cachethis or csa_cachethis is TRUE, then the
replier MUST cache a reply except if an error is
returned by the SEQUENCE or CB_SEQUENCE operation (see
Section 2.10.6.1.2). If the reply exceeds
ca
A client needs to take care that, when sending
operations that change the current filehandle (except for
PUTFH, PUTPUBFH, PUTROOTFH, and RESTOREFH), it
does not exceed the maximum reply buffer before the GETFH
operation. Otherwise, the client will have to retry
the operation that changed the current filehandle, in order
to obtain the desired filehandle.
For the OPEN operation (see Section 18.16),
retry is not always available as an option.
The following guidelines for the handling of
filehandle
2.10.6.5. Persistence
Since the reply cache is bounded, it is practical for the reply cache to persist across server restarts. The replier MUST persist the following information if it agreed to persist the session (when the session was created; see Section 18.36):¶
The above are sufficient for a replier to provide EOS semantics
for any requests that were sent and executed before the server
restarted.
If the replier is a client, then there is no need for
it to persist any more information, unless the client will
be persisting all other state across client restart, in which case,
the server will never see any NFSv4.1-level protocol manifestation
of a client restart.
If the replier is a server, with just the
slot table and session ID persisting,
any requests the client retries after the server restart will
return the results that are cached in the reply cache,
and any new requests (i.e., the sequence ID is one greater than the
slot's sequence ID) MUST be rejected with NFS4ERR
A persistent reply cache places certain demands on the server. The execution of the sequence of operations (starting with SEQUENCE) and placement of its results in the persistent cache MUST be atomic. If a client retries a sequence of operations that was previously executed on the server, the only acceptable outcomes are either the original cached reply or an indication that the client ID or session has been lost (indicating a catastrophic loss of the reply cache or a session that has been deleted because the client failed to use the session for an extended period of time).¶
A server could fail and restart in the middle of a
COMPOUND procedure that contains one or more non-idempotent
or idempotent
While the description of the implementation for atomic execution of the request and caching of the reply is beyond the scope of this document, an example implementation for NFSv2 [45] is described in [46].¶
2.10.7. RDMA Considerations
A complete discussion of the operation of RPC-based protocols over RDMA transports is in [32]. A discussion of the operation of NFSv4, including NFSv4.1, over RDMA is in [33]. Where RDMA is considered, this specification assumes the use of such a layering; it addresses only the upper-layer issues relevant to making best use of RPC/RDMA.¶
2.10.7.1. RDMA Connection Resources
RDMA requires its consumers to register memory and post buffers of a specific size and number for receive operations.¶
Registration of memory can be a relatively high-overhead operation,
since it requires pinning of buffers, assignment of attributes
(e.g., readable
Following basic registration, these buffers must be posted by the RPC layer to handle receives. These buffers remain in use by the RPC/NFSv4.1 implementation; the size and number of them must be known to the remote peer in order to avoid RDMA errors that would cause a fatal error on the RDMA connection.¶
NFSv4.1 manages slots as resources on a per-session basis (see Section 2.10), while RDMA connections manage credits on a per-connection basis. This means that in order for a peer to send data over RDMA to a remote buffer, it has to have both an NFSv4.1 slot and an RDMA credit. If multiple RDMA connections are associated with a session, then if the total number of credits across all RDMA connections associated with the session is X, and the number of slots in the session is Y, then the maximum number of outstanding requests is the lesser of X and Y.¶
2.10.7.2. Flow Control
Previous versions of NFS do not provide flow control; instead, they rely on the windowing provided by transports like TCP to throttle requests. This does not work with RDMA, which provides no operation flow control and will terminate a connection in error when limits are exceeded. Limits such as maximum number of requests outstanding are therefore negotiated when a session is created (see the ca_maxrequests field in Section 18.36). These limits then provide the maxima within which each connection associated with the session's channel(s) must remain. RDMA connections are managed within these limits as described in Section 3.3 of [32]; if there are multiple RDMA connections, then the maximum number of requests for a channel will be divided among the RDMA connections. Put a different way, the onus is on the replier to ensure that the total number of RDMA credits across all connections associated with the replier's channel does exceed the channel's maximum number of outstanding requests.¶
The limits may also be modified dynamically at the replier's choosing by manipulating certain parameters present in each NFSv4.1 reply. In addition, the CB_RECALL_SLOT callback operation (see Section 20.8) can be sent by a server to a client to return RDMA credits to the server, thereby lowering the maximum number of requests a client can have outstanding to the server.¶
2.10.7.3. Padding
Header padding is requested by each peer at session initiation
(see the ca
Padding leverages the useful property that RDMA preserve alignment of data, even when they are placed into anonymous (untagged) buffers. If requested, client inline writes will insert appropriate pad bytes within the request header to align the data payload on the specified boundary. The client is encouraged to add sufficient padding (up to the negotiated size) so that the "data" field of the WRITE operation is aligned. Most servers can make good use of such padding, which allows them to chain receive buffers in such a way that any data carried by client requests will be placed into appropriate buffers at the server, ready for file system processing. The receiver's RPC layer encounters no overhead from skipping over pad bytes, and the RDMA layer's high performance makes the insertion and transmission of padding on the sender a significant optimization. In this way, the need for servers to perform RDMA Read to satisfy all but the largest client writes is obviated. An added benefit is the reduction of message round trips on the network -- a potentially good trade, where latency is present.¶
The value to choose for padding is subject to a number of criteria.
A primary source of variable-length data in the RPC header is the
authentication information, the form of which is client
In the above case, the server may recycle unused buffers to the next posted receive if unused by the actual received request, or may pass the now-complete buffers by reference for normal write processing. For a server that can make use of it, this removes any need for data copies of incoming data, without resorting to complicated end-to-end buffer advertisement and management. This includes most kernel-based and integrated server designs, among many others. The client may perform similar optimizations, if desired.¶
2.10.7.4. Dual RDMA and Non-RDMA Transports
Some RDMA transports (e.g., RFC 5040 [8]) permit a "streaming" (non-RDMA) phase, where ordinary traffic might flow before "stepping up" to RDMA mode, commencing RDMA traffic. Some RDMA transports start connections always in RDMA mode. NFSv4.1 allows, but does not assume, a streaming phase before RDMA mode. When a connection is associated with a session, the client and server negotiate whether the connection is used in RDMA or non-RDMA mode (see Sections 18.36 and 18.34).¶
2.10.8. Session Security
2.10.8.1. Session Callback Security
Via session
2.10.8.2. Backchannel RPC Security
When the NFSv4.1 client establishes the backchannel, it
informs the server of the security flavors and principals
to use when sending requests. If the security flavor is
RPCSEC_GSS, the client expresses the principal in the form
of an established RPCSEC_GSS context. The server is free
to use any of the flavor
The CREATE_SESSION (Section 18.36)
and BACKCHANNEL_CTL (Section 18.33)
operations allow the client to specify flavor
Also note that the SP4_SSV state protection mode (see Sections 18.35 and 2.10.8.3) has the side benefit of providing SSV-derived RPCSEC_GSS contexts (Section 2.10.9).¶
2.10.8.3. Protection from Unauthorized State Changes
As described to this point in the specification, the state model of NFSv4.1 is vulnerable to an attacker that sends a SEQUENCE operation with a forged session ID and with a slot ID that it expects the legitimate client to use next. When the legitimate client uses the slot ID with the same sequence number, the server returns the attacker's result from the reply cache, which disrupts the legitimate client and thus denies service to it. Similarly, an attacker could send a CREATE_SESSION with a forged client ID to create a new session associated with the client ID. The attacker could send requests using the new session that change locking state, such as LOCKU operations to release locks the legitimate client has acquired. Setting a security policy on the file that requires RPCSEC_GSS credentials when manipulating the file's state is one potential work around, but has the disadvantage of preventing a legitimate client from releasing state when RPCSEC_GSS is required to do so, but a GSS context cannot be obtained (possibly because the user has logged off the client).¶
NFSv4.1 provides three options to a client for state protection, which are specified when a client creates a client ID via EXCHANGE_ID (Section 18.35).¶
The first (SP4_NONE) is to simply waive state protection.¶
The other two options (SP4_MACH_CRED and SP4_SSV) share several traits:¶
The SP4_MACH_CRED state protection option uses a machine
credential where the principal that
creates the client ID MUST also be the principal
that performs client ID and session maintenance
operations.
The security of the machine credential state protection approach
depends entirely on safeguarding the per-machine credential.
Assuming a proper safeguard using the per-machine credential
for operations like CREATE_SESSION, BIND
There are at least three scenarios for the SP4_MACH_CRED option:¶
The SP4_SSV protection option uses the SSV (Section 1.7), via RPCSEC_GSS and the SSV GSS mechanism (Section 2.10.9), to protect state from attack. The SP4_SSV protection option is intended for the situation comprised of a client that has multiple active users and a system administrator who wants to avoid the burden of installing a permanent machine credential on each client. The SSV is established and updated on the server via SET_SSV (see Section 18.47). To prevent eavesdropping, a client SHOULD send SET_SSV via RPCSEC_GSS with the privacy service. Several aspects of the SSV make it intractable for an attacker to guess the SSV, and thus associate rogue connections with a session, and rogue sessions with a client ID:¶
Here are the types of attacks that can be attempted by an attacker named Eve on a victim named Bob, and how SP4_SSV protection foils each attack:¶
In summary, an attacker's disruption of state when SP4_SSV protection is in use is limited to the formative period of a client ID, its first session, and the establishment of the SSV. Once a non-malicious user uses the client ID, the client quickly detects any hijack and rectifies the situation. Once a non-malicious user successfully modifies the SSV, the attacker cannot use NFSv4.1 operations to disrupt the non-malicious user.¶
Note that neither the SP4_MACH_CRED nor SP4_SSV protection approaches prevent hijacking of a transport connection that has previously been associated with a session. If the goal of a counter-threat strategy is to prevent connection hijacking, the use of IPsec is RECOMMENDED.¶
If a connection hijack occurs, the hijacker could in
theory change locking state and negatively impact the
service to legitimate clients. However, if the server
is configured to require the use of RPCSEC_GSS with
integrity or privacy on the affected file objects, and
if EXCHGID4
2.10.9. The Secret State Verifier (SSV) GSS Mechanism
The SSV provides the secret key for a GSS mechanism internal to NFSv4.1 that NFSv4.1 uses for state protection. Contexts for this mechanism are not established via the RPCSEC_GSS protocol. Instead, the contexts are automatically created when EXCHANGE_ID specifies SP4_SSV protection. The only tokens defined are the PerMsgToken (emitted by GSS_GetMIC) and the SealedMessage token (emitted by GSS_Wrap).¶
The mechanism OID for the SSV mechanism is
iso
The SSV mechanism defines four subkeys derived from the SSV value. Each time SET_SSV is invoked, the subkeys are recalculated by the client and server. The calculation of each of the four subkeys depends on each of the four respective ssv_subkey4 enumerated values. The calculation uses the HMAC [52] algorithm, using the current SSV as the key, the one-way hash algorithm as negotiated by EXCHANGE_ID, and the input text as represented by the XDR encoded enumeration value for that subkey of data type ssv_subkey4. If the length of the output of the HMAC algorithm exceeds the length of key of the encryption algorithm (which is also negotiated by EXCHANGE_ID), then the subkey MUST be truncated from the HMAC output, i.e., if the subkey is of N bytes long, then the first N bytes of the HMAC output MUST be used for the subkey. The specification of EXCHANGE_ID states that the length of the output of the HMAC algorithm MUST NOT be less than the length of subkey needed for the encryption algorithm (see Section 18.35).¶
The subkey derived from SSV4
The PerMsgToken description is based on an XDR definition:¶
The field smt_hmac is an HMAC calculated by using the
subkey derived from SSV4
The token emitted by GSS_GetMIC() is XDR encoded and of XDR data type ssv_mic_tkn4. The field smt_ssv_seq comes from the SSV sequence number, which is equal to one after SET_SSV (Section 18.47) is called the first time on a client ID. Thereafter, the SSV sequence number is incremented on each SET_SSV. Thus, smt_ssv_seq represents the version of the SSV at the time GSS_GetMIC() was called. As noted in Section 18.35, the client and server can maintain multiple concurrent versions of the SSV. This allows the SSV to be changed without serializing all RPC calls that use the SSV mechanism with SET_SSV operations. Once the HMAC is calculated, it is XDR encoded into smt_hmac, which will include an initial four-byte length, and any necessary padding. Prepended to this will be the XDR encoded value of smt_ssv_seq.¶
The SealedMessage description is based on an XDR definition:¶
The token emitted by GSS_Wrap() is XDR encoded and
of XDR data type ssv
The ssct_ssv_seq field has the same meaning as smt_ssv_seq.¶
The ssct_encr_data field is the result of encrypting a
value of the XDR encoded data type ssv
The ssct_iv field is the initialization vector (IV)
for the encryption algorithm (if applicable) and is
sent in clear text. The content and size of the IV MUST
comply with the specification of the encryption algorithm.
For example, the id-aes256-CBC algorithm MUST use
a 16-byte initialization vector (IV), which MUST be
unpredictable for each instance of a value of data type
ssv
The ssct_hmac field is the result of computing an HMAC using the value
of the XDR encoded data type ssv
The sspt_confounder field is a random value.¶
The sspt_ssv_seq field is the same as ssvt_ssv_seq.¶
The field sspt_orig_plain field is the original plaintext
and is the "input_message" input passed to
GSS_Wrap() (see Section 2.3.3 of [7]).
As with the handling of the plaintext by the SSV mechanism's
GSS_GetMIC() entry point, the entry point for GSS_Wrap()
expects a pointer to the plaintext, and will XDR encode
an opaque array into sspt_orig_plain
representing the plain text, along with
the other fields of an instance of data type ssv
The sspt_pad field is present to support encryption
algorithms that require inputs to be in fixed-sized
blocks. The content of sspt_pad is zero filled
except for the length. Beware that the XDR encoding
of ssv
For example, suppose the encryption algorithm uses 16-byte blocks, and the sspt_confounder is three bytes long, and the sspt_orig_plain field is 15 bytes long. The XDR encoding of sspt_confounder uses eight bytes (4 + 3 + 1-byte pad), the XDR encoding of sspt_ssv_seq uses four bytes, the XDR encoding of sspt_orig_plain uses 20 bytes (4 + 15 + 1-byte pad), and the smallest XDR encoding of the sspt_pad field is four bytes. This totals 36 bytes. The next multiple of 16 is 48; thus, the length field of sspt_pad needs to be set to 12 bytes, or a total encoding of 16 bytes. The total number of XDR encoded bytes is thus 8 + 4 + 20 + 16 = 48.¶
GSS_Wrap() emits a token that is an XDR
encoding of a value of data type ssv
There is one SSV per client ID. There is a single GSS context for a client ID / SSV pair. All SSV mechanism RPCSEC_GSS handles of a client ID / SSV pair share the same GSS context. SSV GSS contexts do not expire except when the SSV is destroyed (causes would include the client ID being destroyed or a server restart). Since one purpose of context expiration is to replace keys that have been in use for "too long", hence vulnerable to compromise by brute force or accident, the client can replace the SSV key by sending periodic SET_SSV operations, which is done by cycling through different users' RPCSEC_GSS credentials. This way, the SSV is replaced without destroying the SSV's GSS contexts.¶
SSV RPCSEC_GSS handles can be expired or deleted by the server at any time, and the EXCHANGE_ID operation can be used to create more SSV RPCSEC_GSS handles. Expiration of SSV RPCSEC_GSS handles does not imply that the SSV or its GSS context has expired.¶
The client MUST establish an SSV via SET_SSV before the SSV GSS context can be used to emit tokens from GSS_Wrap() and GSS_GetMIC(). If SET_SSV has not been successfully called, attempts to emit tokens MUST fail.¶
The SSV mechanism does not support replay detection and sequencing in its tokens because RPCSEC_GSS does not use those features (see "Context Creation Requests", Section 5.2.2 of [4]). However, Section 2.10.10 discusses special considerations for the SSV mechanism when used with RPCSEC_GSS.¶
2.10.10. Security Considerations for RPCSEC_GSS When Using the SSV Mechanism
When a client ID is created with SP4_SSV state protection (see Section 18.35), the client is permitted to associate
multiple RPCSEC_GSS handles with the single SSV GSS context
(see Section 2.10.9). Because of the way RPCSEC_GSS
(both version 1 and version 2, see [4] and
[9]) calculate the verifier of the reply,
special care must be taken by the implementation of the NFSv4.1
client to prevent attacks by a man
There are multiple ways to prevent the attack on the SSV RPCSEC_GSS verifier in the reply. The simplest is believed to be as follows.¶
Note that if the replier carefully creates the SSV RPCSEC_GSS
handles, the related risk of a man
2.10.11. Session Mechanics - Steady State
2.10.11.1. Obligations of the Server
The server has the primary obligation to monitor the state of backchannel resources that the client has created for the server (RPCSEC_GSS contexts and backchannel connections). If these resources vanish, the server takes action as specified in Section 2.10.13.2.¶
2.10.11.2. Obligations of the Client
The client SHOULD honor the following obligations in order to utilize the session:¶
2.10.11.3. Steps the Client Takes to Establish a Session
If the client does not have a client ID, the client
sends EXCHANGE_ID to establish a client ID. If it
opts for SP4_MACH_CRED or SP4_SSV protection, in the
spo
The client uses the client ID to send a CREATE_SESSION on a connection to the server. The results of CREATE_SESSION indicate whether or not the server will persist the session reply cache through a server that has restarted, and the client notes this for future reference.¶
If the client specified SP4_SSV state protection when the client ID was created, then it SHOULD send SET_SSV in the first COMPOUND after the session is created. Each time a new principal goes to use the client ID, it SHOULD send a SET_SSV again.¶
If the client wants to use delegations, layouts,
directory notifications, or any other state that
requires a backchannel, then it needs to add a connection
to the backchannel if CREATE_SESSION did not already
do so. The client creates a connection, and calls
BIND
If the client wants to use additional
connections for the backchannel, then it needs to call
BIND
At this point, the session has reached steady state.¶
2.10.12. Session Inactivity Timer
The server MAY maintain a session inactivity timer for each session. If the session inactivity timer expires, then the server MAY destroy the session. To avoid losing a session due to inactivity, the client MUST renew the session inactivity timer. The length of session inactivity timer MUST NOT be less than the lease_time attribute (Section 5.8.1.11). As with lease renewal (Section 8.3), when the server receives a SEQUENCE operation, it resets the session inactivity timer, and MUST NOT allow the timer to expire while the rest of the operations in the COMPOUND procedure's request are still executing. Once the last operation has finished, the server MUST set the session inactivity timer to expire no sooner than the sum of the current time and the value of the lease_time attribute.¶
2.10.13. Session Mechanics - Recovery
2.10.13.1. Events Requiring Client Action
The following events require client action to recover.¶
2.10.13.1.1. RPCSEC_GSS Context Loss by Callback Path
If all RPCSEC_GSS handles
granted by the client to the server for callback use have
expired, the client MUST
establish a new handle via BACKCHANNEL
2.10.13.1.2. Connection Loss
If the client loses the last connection of the session
and wants to retain the session, then it needs to
create a new connection, and if, when the client
ID was created, BIND
If there was a request outstanding at the time of connection loss, then if the client wants to continue to use the session, it MUST retry the request, as described in Section 2.10.6.2. Note that it is not necessary to retry requests over a connection with the same source network address or the same destination network address as the lost connection. As long as the session ID, slot ID, and sequence ID in the retry match that of the original request, the server will recognize the request as a retry if it executed the request prior to disconnect.¶
If the connection that was lost was the last one associated with
the backchannel, and the client wants to retain the backchannel and/or
prevent revocation of recallable state, the client needs to
reconnect, and if it does, it
MUST associate the connection to the session and backchannel via
BIND
2.10.13.1.3. Backchannel GSS Context Loss
Via the sr_status_flags result of the SEQUENCE operation or other means, the client will learn if some or all of the RPCSEC_GSS contexts it assigned to the backchannel have been lost. If the client wants to retain the backchannel and/or not put recallable state subject to revocation, the client needs to use BACKCHANNEL_CTL to assign new contexts.¶
2.10.13.1.4. Loss of Session
The replier might lose a record of the session. Causes include:¶
Loss of reply cache is equivalent to loss of session.
The replier indicates loss of session to the requester
by returning NFS4ERR
After an event like a server restart, the client may have
lost its connections. The client assumes for the moment
that the session has not been lost. It reconnects, and
if it specified connection association enforcement when
the session was created, it
invokes BIND
Here is one suggested algorithm for the client when it gets
NFS4ERR
If there is a reconfiguration event that results in the
same network address being assigned to servers where the
eir
A variation on the above is that after a server's network
address moves, there is no NFSv4.1 server listening, e.g., no
listener on port 2049. In this example, one of the following occur: the NFSv4 server returns
NFS4ERR
When the client detects session loss, it needs to call CREATE_SESSION to recover. Any non-idempotent operations that were in progress might have been performed on the server at the time of session loss. The client has no general way to recover from this.¶
Note that loss of session does not imply loss of byte-range lock, open, delegation, or layout state because locks, opens, delegations, and layouts are tied to the client ID and depend on the client ID, not the session. Nor does loss of byte-range lock, open, delegation, or layout state imply loss of session state, because the session depends on the client ID; loss of client ID however does imply loss of session, byte-range lock, open, delegation, and layout state. See Section 8.4.2. A session can survive a server restart, but lock recovery may still be needed.¶
It is possible that CREATE_SESSION will fail with NFS4ERR
2.10.13.2. Events Requiring Server Action
The following events require server action to recover.¶
2.10.13.2.1. Client Crash and Restart
As described in Section 18.35, a restarted client sends EXCHANGE_ID in such a way that it causes the server to delete any sessions it had.¶
2.10.13.2.2. Client Crash with No Restart
If a client crashes and never comes back, it will never send EXCHANGE_ID with its old client owner. Thus, the server has session state that will never be used again. After an extended period of time, and if the server has resource constraints, it MAY destroy the old session as well as locking state.¶
2.10.13.2.3. Extended Network Partition
To the server, the extended network partition may be no different from a client crash with no restart (see Section 2.10.13.2.2). Unless the server can discern that there is a network partition, it is free to treat the situation as if the client has crashed permanently.¶
2.10.13.2.4. Backchannel Connection Loss
If there were callback requests outstanding at the time of a connection loss, then the server MUST retry the requests, as described in Section 2.10.6.2. Note that it is not necessary to retry requests over a connection with the same source network address or the same destination network address as the lost connection. As long as the session ID, slot ID, and sequence ID in the retry match that of the original request, the callback target will recognize the request as a retry even if it did see the request prior to disconnect.¶
If the connection lost is the last one associated with the backchannel,
then the server MUST indicate that in the sr_status_flags field of
every SEQUENCE reply until the backchannel is re-established.
There are two situations, each of which uses different
status flags: no connectivity for the session's backchannel
and no connectivity for any session backchannel of the client.
See Section 18.46 for a description of
the appropriate flags in sr
2.10.13.2.5. GSS Context Loss
The server SHOULD monitor when the number of RPCSEC_GSS handles assigned to the backchannel reaches one, and when that one handle is near expiry (i.e., between one and two periods of lease time), and indicate so in the sr_status_flags field of all SEQUENCE replies. The server MUST indicate when all of the backchannel's assigned RPCSEC_GSS handles have expired via the sr_status_flags field of all SEQUENCE replies.¶
2.10.14. Parallel NFS and Sessions
A client and server can potentially be a non-pNFS implementation,
a metadata server implementation, a data server implementation, or two or
three types of implementations
3. Protocol Constants and Data Types
The syntax and semantics to describe the data types of the NFSv4.1 protocol are defined in the XDR (RFC 4506 [2]) and RPC (RFC 5531 [3]) documents. The next sections build upon the XDR data types to define constants, types, and structures specific to this protocol. The full list of XDR data types is in [10].¶
3.1. Basic Constants
Except where noted, all these constants are defined in bytes.¶
3.2. Basic Data Types
These are the base NFSv4.1 data types.¶
End of Base Data Types¶
3.3. Structured Data Types
3.3.1. nfstime4
The nfstime4 data type gives the number of seconds and nanoseconds since midnight or zero hour January 1, 1970 Coordinated Universal Time (UTC). Values greater than zero for the seconds field denote dates after the zero hour January 1, 1970. Values less than zero for the seconds field denote dates before the zero hour January 1, 1970. In both cases, the nseconds field is to be added to the seconds field for the final time representation. For example, if the time to be represented is one-half second before zero hour January 1, 1970, the seconds field would have a value of negative one (-1) and the nseconds field would have a value of one-half second (500000000). Values greater than 999,999,999 for nseconds are invalid.¶
This data type is used to pass time and date information. A server converts to and from its local representation of time when processing time values, preserving as much accuracy as possible. If the precision of timestamps stored for a file system object is less than defined, loss of precision can occur. An adjunct time maintenance protocol is RECOMMENDED to reduce client and server time skew.¶
3.3.3. settime4
The time_how4 and settime4 data types are used
for setting timestamps in file object attributes. If set_it is SET
3.3.4. specdata4
This data type represents the device numbers for the device file types NF4CHR and NF4BLK.¶
3.3.6. change_policy4
The change_policy4 data type is used for the change_policy
RECOMMENDED attribute. It provides change sequencing indication
analogous to the change attribute. To enable the server to
present a value valid across server re
3.3.7. fattr4
The fattr4 data type is used to represent file and directory attributes.¶
The bitmap is a counted array of 32-bit integers used to contain bit values. The position of the integer in the array that contains bit n can be computed from the expression (n / 32), and its bit within that integer is (n mod 32).¶
3.3.8. change_info4
This data type is used with the CREATE, LINK, OPEN, REMOVE, and RENAME operations to let the client know the value of the change attribute for the directory in which the target file system object resides.¶
3.3.9. netaddr4
The netaddr4 data type is used to identify network transport endpoints. The na_r_netid and na_r_addr fields respectively contain a netid and uaddr. The netid and uaddr concepts are defined in [12]. The netid and uaddr formats for TCP over IPv4 and TCP over IPv6 are defined in [12], specifically Tables 2 and 3 and in Sections 5.2.3.3 and 5.2.3.4.¶
3.3.10. state_owner4
The state_owner4 data type is the base type for the open_owner4 (Section 3.3.10.1) and lock_owner4 (Section 3.3.10.2).¶
3.3.10.1. open_owner4
This data type is used to identify the owner of OPEN state.¶
3.3.10.2. lock_owner4
This structure is used to identify the owner of byte-range locking state.¶
3.3.11. open_to_lock_owner4
This data type is used for the first LOCK operation done for
an open_owner4. It provides both the open_stateid and
lock_owner, such that the transition is made from a valid
open_stateid sequence to that of the new lock_stateid
sequence. Using this mechanism avoids the confirmation of the
lock
3.3.12. stateid4
This data type is used for the various state sharing mechanisms between the client and server. The client never modifies a value of data type stateid. The starting value of the "seqid" field is undefined. The server is required to increment the "seqid" field by one at each transition of the stateid. This is important since the client will inspect the seqid in OPEN stateids to determine the order of OPEN processing done by the server.¶
3.3.13. layouttype4
This data type indicates what type of layout is being used.
The file server advertises the
layout types it supports through the fs_layout_type file
system attribute (Section 5.12.1).
A client asks for layouts of a particular type in LAYOUTGET,
and processes those layouts in its layout
The layouttype4 data type is 32 bits in length. The range
represented by the layout type is split into three parts. Type
0x0 is reserved. Types
within the range 0x00000001
The LAYOUT4
3.3.14. deviceid4
Layout information includes device IDs that specify a storage device through a compact handle. Addressing and type information is obtained with the GETDEVICEINFO operation. Device IDs are not guaranteed to be valid across metadata server restarts. A device ID is unique per client ID and layout type. See Section 12.2.10 for more details.¶
3.3.15. device_addr4
The device address is used to set up a communication channel with the storage device. Different layout types will require different data types to define how they communicate with storage devices. The opaque da_addr_body field is interpreted based on the specified da_layout_type field.¶
This document defines the device address for the NFSv4.1 file layout (see Section 13.3), which identifies a storage device by network IP address and port number. This is sufficient for the clients to communicate with the NFSv4.1 storage devices, and may be sufficient for other layout types as well. Device types for object-based storage devices and block storage devices (e.g., Small Computer System Interface (SCSI) volume labels) are defined by their respective layout specifications.¶
3.3.16. layout_content4
The loc_body field is interpreted based on the layout type (loc_type). This document defines the loc_body for the NFSv4.1 file layout type; see Section 13.3 for its definition.¶
3.3.17. layout4
The layout4 data type defines a layout for a file. The layout type specific data is opaque within lo_content. Since layouts are sub-dividable, the offset and length together with the file's filehandle, the client ID, iomode, and layout type identify the layout.¶
3.3.18. layoutupdate4
The layoutupdate4 data type is used by the client to return
updated layout information to the metadata server via the
LAYOUTCOMMIT (Section 18.42) operation.
This data type provides a channel to pass
layout type specific information (in field lou_body)
back to the metadata server.
For example, for the block/volume layout type, this could include the
list of reserved blocks that were written. The contents of
the opaque lou_body argument are determined by the layout type.
The NFSv4.1 file-based layout
does not use this data type; if lou_type is LAYOUT4
3.3.19. layouthint4
The layouthint4 data type is used by the client to pass in a
hint about the type of layout it would like created for a particular
file. It is the data type specified by the layout_hint
attribute described in Section 5.12.4.
The metadata server may ignore the hint
or may selectively ignore fields within the hint. This hint should
be provided at create time as part of the initial attributes within
OPEN. The loh_body field is specific to the type of layout (loh_type).
The NFSv4.1 file-based layout uses the nfsv4
3.3.20. layoutiomode4
The iomode specifies whether the client intends to just read or both
read and write the data represented by the
layout. While the LAYOUTIOMODE4
3.3.21. nfs_impl_id4
This data type is used to identify client and server implementation details. The nii_domain field is the DNS domain name with which the implementor is associated. The nii_name field is the product name of the implementation and is completely free form. It is RECOMMENDED that the nii_name be used to distinguish machine architecture, machine platforms, revisions, versions, and patch levels. The nii_date field is the timestamp of when the software instance was published or built.¶
3.3.22. threshold_item4
This data type contains a list of hints specific to
a layout type for helping the client determine when
it should send I/O directly through the metadata
server versus the storage devices. The data type
consists of the layout type
The thi_hintset field is a bitmap of the following values:¶
3.3.23. mdsthreshold4
This data type holds an array of elements of data type
threshold
4. Filehandles
The filehandle in the NFS protocol is a per-server unique identifier for a file system object. The contents of the filehandle are opaque to the client. Therefore, the server is responsible for translating the filehandle to an internal representation of the file system object.¶
4.1. Obtaining the First Filehandle
The operations of the NFS protocol are defined in terms of one or more filehandles. Therefore, the client needs a filehandle to initiate communication with the server. With the NFSv3 protocol (RFC 1813 [38]), there exists an ancillary protocol to obtain this first filehandle. The MOUNT protocol, RPC program number 100005, provides the mechanism of translating a string-based file system pathname to a filehandle, which can then be used by the NFS protocols.¶
The MOUNT protocol has deficiencies in the area of security and use via firewalls. This is one reason that the use of the public filehandle was introduced in RFC 2054 [49] and RFC 2055 [50]. With the use of the public filehandle in combination with the LOOKUP operation in the NFSv3 protocol, it has been demonstrated that the MOUNT protocol is unnecessary for viable interaction between NFS client and server.¶
Therefore, the NFSv4.1 protocol will not use an ancillary protocol for translation from string-based pathnames to a filehandle. Two special filehandles will be used as starting points for the NFS client.¶
4.1.1. Root Filehandle
The first of the special filehandles is the ROOT filehandle. The ROOT filehandle is the "conceptual" root of the file system namespace at the NFS server. The client uses or starts with the ROOT filehandle by employing the PUTROOTFH operation. The PUTROOTFH operation instructs the server to set the "current" filehandle to the ROOT of the server's file tree. Once this PUTROOTFH operation is used, the client can then traverse the entirety of the server's file tree with the LOOKUP operation. A complete discussion of the server namespace is in Section 7.¶
4.1.2. Public Filehandle
The second special filehandle is the PUBLIC filehandle. Unlike the ROOT filehandle, the PUBLIC filehandle may be bound or represent an arbitrary file system object at the server. The server is responsible for this binding. It may be that the PUBLIC filehandle and the ROOT filehandle refer to the same file system object. However, it is up to the administrative software at the server and the policies of the server administrator to define the binding of the PUBLIC filehandle and server file system object. The client may not make any assumptions about this binding. The client uses the PUBLIC filehandle via the PUTPUBFH operation.¶
4.2. Filehandle Types
In the NFSv3 protocol, there was one type of filehandle with a single set of semantics. This type of filehandle is termed "persistent" in NFSv4.1. The semantics of a persistent filehandle remain the same as before. A new type of filehandle introduced in NFSv4.1 is the "volatile" filehandle, which attempts to accommodate certain server environments.¶
The volatile filehandle type was introduced to address server
functionality or implementation issues that make correct
implementation of a persistent filehandle infeasible. Some server
environments do not provide a file
Since the client will need to handle persistent and volatile filehandles differently, a file attribute is defined that may be used by the client to determine the filehandle types being returned by the server.¶
4.2.1. General Properties of a Filehandle
The filehandle contains all the information the server needs to distinguish an individual file. To the client, the filehandle is opaque. The client stores filehandles for use in a later request and can compare two filehandles from the same server for equality by doing a byte-by-byte comparison. However, the client MUST NOT otherwise interpret the contents of filehandles. If two filehandles from the same server are equal, they MUST refer to the same file. Servers SHOULD try to maintain a one-to-one correspondence between filehandles and files, but this is not required. Clients MUST use filehandle comparisons only to improve performance, not for correct behavior. All clients need to be prepared for situations in which it cannot be determined whether two filehandles denote the same object and in such cases, avoid making invalid assumptions that might cause incorrect behavior. Further discussion of filehandle and attribute comparison in the context of data caching is presented in Section 10.3.4.¶
As an example, in the case that two different pathnames when traversed at the server terminate at the same file system object, the server SHOULD return the same filehandle for each path. This can occur if a hard link (see [6]) is used to create two file names that refer to the same underlying file object and associated data. For example, if paths /a/b/c and /a/d/c refer to the same file, the server SHOULD return the same filehandle for both pathnames' traversals.¶
4.2.2. Persistent Filehandle
A persistent filehandle is defined as having a fixed value for the lifetime of the file system object to which it refers. Once the server creates the filehandle for a file system object, the server MUST accept the same filehandle for the object for the lifetime of the object. If the server restarts, the NFS server MUST honor the same filehandle value as it did in the server's previous instantiation. Similarly, if the file system is migrated, the new NFS server MUST honor the same filehandle as the old NFS server.¶
The persistent filehandle will be become stale or invalid when the file system object is removed. When the server is presented with a persistent filehandle that refers to a deleted object, it MUST return an error of NFS4ERR_STALE. A filehandle may become stale when the file system containing the object is no longer available. The file system may become unavailable if it exists on removable media and the media is no longer available at the server or the file system in whole has been destroyed or the file system has simply been removed from the server's namespace (i.e., unmounted in a UNIX environment).¶
4.2.3. Volatile Filehandle
A volatile filehandle does not share the same longevity
characteristics of a persistent filehandle. The server may
determine that a volatile filehandle is no longer valid at many
different points in time. If the server can definitively determine
that a volatile filehandle refers to an object that has been removed,
the server should return NFS4ERR_STALE to the client (as is the case
for persistent filehandles). In all other cases where the server
determines that a volatile filehandle can no longer be used, it should
return an error of NFS4ERR
The REQUIRED attribute "fh
- FH4_PERSISTENT
-
The value of FH4_PERSISTENT is used to indicate a persistent
filehandle, which is valid until the object is removed from the
file system. The server will not return NFS4ERR
_FHEXPIRED for this filehandle. FH4_PERSISTENT is defined as a value in which none of the bits specified below are set.¶ - FH4_VOLATILE_ANY
-
The filehandle may expire at any time, except as specifically
excluded (i.e., FH4
_NO _EXPIRE _WITH _OPEN ). ¶ - FH4
_NOEXPIRE _WITH _OPEN -
May only be set when FH4
_VOLATILE _ANY is set. If this bit is set, then the meaning of FH4 _VOLATILE _ANY is qualified to exclude any expiration of the filehandle when it is open.¶ - FH4
_VOL _MIGRATION -
The filehandle will expire as a result of a file system
transition (migration or replication), in those cases in
which the continuity of filehandle use is not specified by
handle class information
within the fs
_locations _info attribute. When this bit is set, clients without access to fs _locations _info information should assume that filehandles will expire on file system transitions.¶ - FH4_VOL_RENAME
- The filehandle will expire during rename. This includes a rename by the requesting client or a rename by any other client. If FH4_VOL_ANY is set, FH4_VOL_RENAME is redundant.¶
Servers that provide volatile filehandles that can expire
while open require special care as regards handling of RENAMEs
and REMOVEs. This situation can arise if FH4
Volatile filehandles are especially suitable for implementation of the pseudo file systems used to bridge exports. See Section 7.5 for a discussion of this.¶
4.3. One Method of Constructing a Volatile Filehandle
A volatile filehandle, while opaque to the client, could contain:¶
When the client presents a volatile filehandle, the server makes the
following checks, which assume that the check for the volatile bit has
passed. If the server boot time is less than the current server boot
time, return NFS4ERR
When the server restarts, the table is gone (it is volatile).¶
If the volatile bit is 0, then it is a persistent filehandle with a different structure following it.¶
4.4. Client Recovery from Filehandle Expiration
If possible, the client SHOULD recover from the receipt of an
NFS4ERR
For volatile filehandles, most commonly the client will need to store the component names leading up to and including the file system object in question. With these names, the client should be able to recover by finding a filehandle in the namespace that is still available or by starting at the root of the server's file system namespace.¶
If the expired filehandle refers to an object that has been removed from the file system, obviously the client will not be able to recover from the expired filehandle.¶
It is also possible that the expired filehandle refers to a file that has been renamed. If the file was renamed by another client, again it is possible that the original client will not be able to recover. However, in the case that the client itself is renaming the file and the file is open, it is possible that the client may be able to recover. The client can determine the new pathname based on the processing of the rename request. The client can then regenerate the new filehandle based on the new pathname. The client could also use the COMPOUND procedure to construct a series of operations like:¶
Note that the COMPOUND procedure does not provide atomicity. This example only reduces the overhead of recovering from an expired filehandle.¶
5. File Attributes
To meet the requirements of extensibility and increased
interoperabilit
To this end, attributes are divided into three groups: REQUIRED, RECOMMENDED, and named. Both REQUIRED and RECOMMENDED attributes are supported in the NFSv4.1 protocol by a specific and well-defined encoding and are identified by number. They are requested by setting a bit in the bit vector sent in the GETATTR request; the server response includes a bit vector to list what attributes were returned in the response. New REQUIRED or RECOMMENDED attributes may be added to the NFSv4 protocol as part of a new minor version by publishing a Standards Track RFC that allocates a new attribute number value and defines the encoding for the attribute. See Section 2.7 for further discussion.¶
Named attributes are accessed by the new OPENATTR operation, which accesses a hidden directory of attributes associated with a file system object. OPENATTR takes a filehandle for the object and returns the filehandle for the attribute hierarchy. The filehandle for the named attributes is a directory object accessible by LOOKUP or READDIR and contains files whose names represent the named attributes and whose data bytes are the value of the attribute. For example:¶
Named attributes are intended for data needed by applications rather than by an NFS client implementation. NFS implementors are strongly encouraged to define their new attributes as RECOMMENDED attributes by bringing them to the IETF Standards Track process.¶
The set of attributes that are classified as REQUIRED is deliberately small since servers need to do whatever it takes to support them. A server should support as many of the RECOMMENDED attributes as possible but, by their definition, the server is not required to support all of them. Attributes are deemed REQUIRED if the data is both needed by a large number of clients and is not otherwise reasonably computable by the client when support is not provided on the server.¶
Note that the hidden directory returned by OPENATTR is a convenience for protocol processing. The client should not make any assumptions about the server's implementation of named attributes and whether or not the underlying file system at the server has a named attribute directory. Therefore, operations such as SETATTR and GETATTR on the named attribute directory are undefined.¶
5.1. REQUIRED Attributes
These MUST be supported by every NFSv4.1 client and server in
order to ensure a minimum level of interoperabilit
5.2. RECOMMENDED Attributes
These attributes are understood well enough to warrant support in the NFSv4.1 protocol. However, they may not be supported on all clients and servers. A client may ask for any of these attributes to be returned by setting a bit in the GETATTR request but must handle the case where the server does not return them. A client MAY ask for the set of attributes the server supports and SHOULD NOT request attributes the server does not support. A server should be tolerant of requests for unsupported attributes and simply not return them rather than considering the request an error. It is expected that servers will support all attributes they comfortably can and only fail to support attributes that are difficult to support in their operating environments. A server should provide attributes whenever they don't have to "tell lies" to the client. For example, a file modification time should be either an accurate time or should not be supported by the server. At times this will be difficult for clients, but a client is better positioned to decide whether and how to fabricate or construct an attribute or whether to do without the attribute.¶
5.3. Named Attributes
These attributes are not supported by direct encoding in the NFSv4 protocol but are accessed by string names rather than numbers and correspond to an uninterpreted stream of bytes that are stored with the file system object. The namespace for these attributes may be accessed by using the OPENATTR operation. The OPENATTR operation returns a filehandle for a virtual "named attribute directory", and further perusal and modification of the namespace may be done using operations that work on more typical directories. In particular, READDIR may be used to get a list of such named attributes, and LOOKUP and OPEN may select a particular attribute. Creation of a new named attribute may be the result of an OPEN specifying file creation.¶
Once an OPEN is done, named attributes may be examined and changed by normal READ and WRITE operations using the filehandles and stateids returned by OPEN.¶
Named attributes and the named attribute directory may have their own (non-named) attributes. Each of these objects MUST have all of the REQUIRED attributes and may have additional RECOMMENDED attributes. However, the set of attributes for named attributes and the named attribute directory need not be, and typically will not be, as large as that for other objects in that file system.¶
Named attributes and the named attribute directory might be the target of delegations (in the case of the named attribute directory, these will be directory delegations). However, since granting of delegations is at the server's discretion, a server need not support delegations on named attributes or the named attribute directory.¶
It is RECOMMENDED that servers support arbitrary named attributes. A client should not depend on the ability to store any named attributes in the server's file system. If a server does support named attributes, a client that is also able to handle them should be able to copy a file's data and metadata with complete transparency from one location to another; this would imply that names allowed for regular directory entries are valid for named attribute names as well.¶
In NFSv4.1, the structure of named attribute directories is
restricted in a number of ways, in order to prevent the development
of non
Names of attributes will not be controlled by this document or other IETF Standards Track documents. See Section 22.2 for further discussion.¶
5.4. Classification of Attributes
Each of the REQUIRED and RECOMMENDED attributes can be classified in one of three categories: per server (i.e., the value of the attribute will be the same for all file objects that share the same server owner; see Section 2.5 for a definition of server owner), per file system (i.e., the value of the attribute will be the same for some or all file objects that share the same fsid attribute (Section 5.8.1.9) and server owner), or per file system object. Note that it is possible that some per file system attributes may vary within the file system, depending on the value of the "homogeneous" (Section 5.8.2.16) attribute. Note that the attributes time_access_set and time_modify_set are not listed in this section because they are write-only attributes corresponding to time_access and time_modify, and are used in a special instance of SETATTR.¶
For quota
5.5. Set-Only and Get-Only Attributes
Some REQUIRED and RECOMMENDED attributes are set-only; i.e., they can be set via SETATTR but not retrieved via GETATTR. Similarly, some REQUIRED and RECOMMENDED attributes are get-only; i.e., they can be retrieved via GETATTR but not set via SETATTR. If a client attempts to set a get-only attribute or get a set-only attributes, the server MUST return NFS4ERR_INVAL.¶
5.6. REQUIRED Attributes - List and Definition References
The list of REQUIRED attributes appears in Table 4. The meaning of the columns of the table are:¶
- Name:
- The name of the attribute.¶
- Id:
- The number assigned to the attribute. In the event of conflicts between the assigned number and [10], the latter is likely authoritative, but should be resolved with Errata to this document and/or [10]. See [51] for the Errata process.¶
- Data Type:
- The XDR data type of the attribute.¶
- Acc:
- Access allowed to the attribute. R means read-only (GETATTR may retrieve, SETATTR may not set). W means write-only (SETATTR may set, GETATTR may not retrieve). R W means read/write (GETATTR may retrieve, SETATTR may set).¶
- Defined in:
- The section of this specification that describes the attribute.¶
5.7. RECOMMENDED Attributes - List and Definition References
The RECOMMENDED attributes are defined in Table 5. The meanings of the column headers are the same as Table 4; see Section 5.6 for the meanings.¶
5.8. Attribute Definitions
5.8.1. Definitions of REQUIRED Attributes
5.8.1.1. Attribute 0: supported_attrs
The bit vector that would retrieve all REQUIRED and RECOMMENDED attributes that are supported for this object. The scope of this attribute applies to all objects with a matching fsid.¶
5.8.1.2. Attribute 1: type
Designates the type of an object in terms of one of a number of special constants:¶
Within the explanatory text and operation descriptions, the following phrases will be used with the meanings given below:¶
5.8.1.3. Attribute 2: fh_expire_type
Server uses this to specify filehandle expiration behavior to the client. See Section 4 for additional description.¶
5.8.1.4. Attribute 3: change
A value created by the server that the client can use to determine if file data, directory contents, or attributes of the object have been modified. The server may return the object's time_metadata attribute for this attribute's value, but only if the file system object cannot be updated more frequently than the resolution of time_metadata.¶
5.8.1.5. Attribute 4: size
The size of the object in bytes.¶
5.8.1.6. Attribute 5: link_support
TRUE, if the object's file system supports hard links.¶
5.8.1.7. Attribute 6: symlink_support
TRUE, if the object's file system supports symbolic links.¶
5.8.1.8. Attribute 7: named_attr
TRUE, if this object has named attributes. In other words, object has a non-empty named attribute directory.¶
5.8.1.9. Attribute 8: fsid
Unique file system identifier for the file system holding this object. The fsid attribute has major and minor components, each of which are of data type uint64_t.¶
5.8.1.10. Attribute 9: unique_handles
TRUE, if two distinct filehandles are guaranteed to refer to two different file system objects.¶
5.8.1.11. Attribute 10: lease_time
Duration of the lease at server in seconds.¶
5.8.1.12. Attribute 11: rdattr_error
Error returned from an attempt to retrieve attributes during a READDIR operation.¶
5.8.1.13. Attribute 19: filehandle
The filehandle of this object (primarily for READDIR requests).¶
5.8.1.14. Attribute 75: suppattr_exclcreat
The bit vector that would set all REQUIRED and RECOMMENDED attributes that are supported by the EXCLUSIVE4_1 method of file creation via the OPEN operation. The scope of this attribute applies to all objects with a matching fsid.¶
5.8.2. Definitions of Uncategorized RECOMMENDED Attributes
The definitions of most of the RECOMMENDED attributes follow. Collections that share a common category are defined in other sections.¶
5.8.2.1. Attribute 14: archive
TRUE, if this file has been archived since the time of last modification (deprecated in favor of time_backup).¶
5.8.2.2. Attribute 15: cansettime
TRUE, if the server is able to change the times for a file system object as specified in a SETATTR operation.¶
5.8.2.3. Attribute 16: case_insensitive
TRUE, if file name comparisons on this file system are case insensitive.¶
5.8.2.4. Attribute 17: case_preserving
TRUE, if file name case on this file system is preserved.¶
5.8.2.5. Attribute 60: change_policy
A value created by the server that the client can use to determine if some server policy related to the current file system has been subject to change. If the value remains the same, then the client can be sure that the values of the attributes related to fs location and the fss_type field of the fs_status attribute have not changed. On the other hand, a change in this value does necessarily imply a change in policy. It is up to the client to interrogate the server to determine if some policy relevant to it has changed. See Section 3.3.6 for details.¶
This attribute MUST change when the value returned by
the fs_locations or fs
5.8.2.6. Attribute 18: chown_restricted
If TRUE, the server will reject any request to change either the owner or the group associated with a file if the caller is not a privileged user (for example, "root" in UNIX operating environments or, in Windows 2000, the "Take Ownership" privilege).¶
5.8.2.7. Attribute 20: fileid
A number uniquely identifying the file within the file system.¶
5.8.2.8. Attribute 21: files_avail
File slots available to this user on the file system containing this object -- this should be the smallest relevant limit.¶
5.8.2.9. Attribute 22: files_free
Free file slots on the file system containing this object -- this should be the smallest relevant limit.¶
5.8.2.10. Attribute 23: files_total
Total file slots on the file system containing this object.¶
5.8.2.11. Attribute 76: fs_charset_cap
Character set capabilities for this file system. See Section 14.4.¶
5.8.2.12. Attribute 24: fs_locations
Locations where this file system may be found. If the server returns NFS4ERR_MOVED as an error, this attribute MUST be supported. See Section 11.16 for more details.¶
5.8.2.13. Attribute 67: fs_locations_info
Full function file system location. See Section 11.17.2 for more details.¶
5.8.2.14. Attribute 61: fs_status
Generic file system type information. See Section 11.18 for more details.¶
5.8.2.16. Attribute 26: homogeneous
TRUE, if this object's file system is homogeneous; i.e., all objects in the file system (all objects on the server with the same fsid) have common values for all per-file-system attributes.¶
5.8.2.17. Attribute 27: maxfilesize
Maximum supported file size for the file system of this object.¶
5.8.2.18. Attribute 28: maxlink
Maximum number of links for this object.¶
5.8.2.19. Attribute 29: maxname
Maximum file name size supported for this object.¶
5.8.2.20. Attribute 30: maxread
Maximum amount of data the READ operation will return for this object.¶
5.8.2.21. Attribute 31: maxwrite
Maximum amount of data the WRITE operation will accept for this object. This attribute SHOULD be supported if the file is writable. Lack of this attribute can lead to the client either wasting bandwidth or not receiving the best performance.¶
5.8.2.22. Attribute 32: mimetype
MIME body type/subtype of this object.¶
5.8.2.23. Attribute 55: mounted_on_fileid
Like fileid, but if the target filehandle is the root of a file system, this attribute represents the fileid of the underlying directory.¶
UNIX-based operating environments connect a file system into the namespace by connecting (mounting) the file system onto the existing file object (the mount point, usually a directory) of an existing file system. When the mount point's parent directory is read via an API like readdir(), the return results are directory entries, each with a component name and a fileid. The fileid of the mount point's directory entry will be different from the fileid that the stat() system call returns. The stat() system call is returning the fileid of the root of the mounted file system, whereas readdir() is returning the fileid that stat() would have returned before any file systems were mounted on the mount point.¶
Unlike NFSv3, NFSv4.1 allows a client's LOOKUP
request to cross other file systems. The client detects the
file system crossing whenever the filehandle argument of
LOOKUP has an fsid attribute different from that of the
filehandle returned by LOOKUP. A UNIX-based client will
consider this a "mount point crossing". UNIX has a legacy
scheme for allowing a process to determine its current working
directory. This relies on readdir() of a mount point's parent
and stat() of the mount point returning fileids as previously
described. The mounted
While the NFSv4.1 client could simply fabricate a fileid
corresponding to what mounted
If the server detects that there is no mounted point at the
target file object, then the value for mounted
The mounted
5.8.2.24. Attribute 34: no_trunc
If this attribute is TRUE, then if the client uses a file name longer than name_max, an error will be returned instead of the name being truncated.¶
5.8.2.25. Attribute 35: numlinks
Number of hard links to this object.¶
5.8.2.26. Attribute 36: owner
The string name of the owner of this object.¶
5.8.2.27. Attribute 37: owner_group
The string name of the group ownership of this object.¶
5.8.2.28. Attribute 38: quota_avail_hard
The value in bytes that represents the amount of additional disk space beyond the current allocation that can be allocated to this file or directory before further allocations will be refused. It is understood that this space may be consumed by allocations to other files or directories.¶
5.8.2.29. Attribute 39: quota_avail_soft
The value in bytes that represents the amount of additional disk space that can be allocated to this file or directory before the user may reasonably be warned. It is understood that this space may be consumed by allocations to other files or directories though there is a rule as to which other files or directories.¶
5.8.2.30. Attribute 40: quota_used
The value in bytes that represents the amount of disk
space used by this file or directory and possibly a
number of other similar files or directories, where the
set of "similar" meets at least the criterion that
allocating space to any file or directory in the set
will reduce the "quota
Note that there may be a number of distinct but overlapping sets of files or directories for which a quota_used value is maintained, e.g., "all files with a given owner", "all files with a given group owner", etc. The server is at liberty to choose any of those sets when providing the content of the quota_used attribute, but should do so in a repeatable way. The rule may be configured per file system or may be "choose the set with the smallest quota".¶
5.8.2.31. Attribute 41: rawdev
Raw device number of file of type NF4BLK or NF4CHR. The device number is split into major and minor numbers. If the file's type attribute is not NF4BLK or NF4CHR, the value returned SHOULD NOT be considered useful.¶
5.8.2.32. Attribute 42: space_avail
Disk space in bytes available to this user on the file system containing this object -- this should be the smallest relevant limit.¶
5.8.2.33. Attribute 43: space_free
Free disk space in bytes on the file system containing this object -- this should be the smallest relevant limit.¶
5.8.2.34. Attribute 44: space_total
Total disk space in bytes on the file system containing this object.¶
5.8.2.35. Attribute 45: space_used
Number of file system bytes allocated to this object.¶
5.8.2.36. Attribute 46: system
This attribute is TRUE if this file is a "system" file with respect to the Windows operating environment.¶
5.8.2.37. Attribute 47: time_access
The time_access attribute represents the time of last access to the object by a READ operation sent to the server. The notion of what is an "access" depends on the server's operating environment and/or the server's file system semantics. For example, for servers obeying Portable Operating System Interface (POSIX) semantics, time_access would be updated only by the READ and READDIR operations and not any of the operations that modify the content of the object [13], [14], [15]. Of course, setting the corresponding time_access_set attribute is another way to modify the time_access attribute.¶
Whenever the file object resides on a writable file system, the server should make its best efforts to record time_access into stable storage. However, to mitigate the performance effects of doing so, and most especially whenever the server is satisfying the read of the object's content from its cache, the server MAY cache access time updates and lazily write them to stable storage. It is also acceptable to give administrators of the server the option to disable time_access updates.¶
5.8.2.38. Attribute 48: time_access_set
Sets the time of last access to the object. SETATTR use only.¶
5.8.2.39. Attribute 49: time_backup
The time of last backup of the object.¶
5.8.2.40. Attribute 50: time_create
The time of creation of the object. This attribute does not have any relation to the traditional UNIX file attribute "ctime" or "change time".¶
5.8.2.41. Attribute 51: time_delta
Smallest useful server time granularity.¶
5.8.2.42. Attribute 52: time_metadata
The time of last metadata modification of the object.¶
5.8.2.43. Attribute 53: time_modify
The time of last modification to the object.¶
5.8.2.44. Attribute 54: time_modify_set
Sets the time of last modification to the object. SETATTR use only.¶
5.9. Interpreting owner and owner_group
The RECOMMENDED attributes "owner" and "owner_group" (and also
users and groups within the "acl" attribute) are represented in
terms of a UTF-8 string. To avoid a representation that is tied
to a particular underlying implementation at the client or
server, the use of the UTF-8 string has been chosen. Note that
Section 6.1
of RFC 2624 [53] provides
additional rationale. It is expected that the client and server
will have their own local representation of owner and
owner_group that is used for local storage or presentation to
the end user. Therefore, it is expected that when these
attributes are transferred between the client and server,
the local representation is translated to a syntax of the form
"user
Similarly, security principals may be represented in different ways by different security mechanisms. Servers normally translate these representations into a common format, generally that used by local storage, to serve as a means of identifying the users corresponding to these security principals. When these local identifiers are translated to the form of the owner attribute, associated with files created by such principals, they identify, in a common format, the users associated with each corresponding set of security principals.¶
The translation used to interpret owner and group strings is not specified as part of the protocol. This allows various solutions to be employed. For example, a local translation table may be consulted that maps a numeric identifier to the user@dns_domain syntax. A name service may also be used to accomplish the translation. A server may provide a more general service, not limited by any particular translation (which would only translate a limited set of possible strings) by storing the owner and owner_group attributes in local storage without any translation or it may augment a translation method by storing the entire string for attributes for which no translation is available while using the local representation for those cases in which a translation is available.¶
Servers that do not provide support for all possible values of
the owner and owner_group attributes SHOULD return an error
The "dns_domain" portion of the owner string is meant to be a
DNS domain name, for example, user
In the case where there is no translation available to the client or server, the attribute value will be constructed without the "@". Therefore, the absence of the @ from the owner or owner_group attribute signifies that no translation was available at the sender and that the receiver of the attribute should not use that string as a basis for translation into its own internal format. Even though the attribute value cannot be translated, it may still be useful. In the case of a client, the attribute string may be used for local display of ownership.¶
To provide a greater degree of compatibility with NFSv3,
which identified users and groups by 32-bit unsigned user
identifiers and group identifiers, owner and group strings that
consist of decimal numeric values with no leading zeros can be
given a special interpretation by clients and servers that
choose to provide such support. The receiver may treat such a
user or group string as representing the same user as would be
represented by an NFSv3 uid or gid having the corresponding
numeric value. A server is not obligated to accept such a
string, but may return an NFS4ERR
The owner string "nobody" may be used to designate an anonymous user, which will be associated with a file created by a security principal that cannot be mapped through normal means to the owner attribute. Users and implementations of NFSv4.1 SHOULD NOT use "nobody" to designate a real user whose access is not anonymous.¶
5.10. Character Case Attributes
With respect to the case
5.11. Directory Notification Attributes
As described in Section 18.39, the
client can request a minimum delay for notifications of changes
to attributes, but the server is free to ignore what the client
requests. The client can determine in advance what notification
delays the server will accept by sending a GETATTR operation for either or
both of two directory notification attributes. When the client
calls the GET
5.11.1. Attribute 56: dir_notif_delay
The dir_notif_delay attribute is the minimum number of seconds the server will delay before notifying the client of a change to the directory's attributes.¶
5.11.2. Attribute 57: dirent_notif_delay
The dirent
5.12. pNFS Attribute Definitions
5.12.1. Attribute 62: fs_layout_type
The fs_layout_type attribute (see Section 3.3.13) applies to a file system and indicates what layout types are supported by the file system. When the client encounters a new fsid, the client SHOULD obtain the value for the fs_layout_type attribute associated with the new file system. This attribute is used by the client to determine if the layout types supported by the server match any of the client's supported layout types.¶
5.12.2. Attribute 66: layout_alignment
When a client holds layouts on files of a file system, the
layout
5.12.3. Attribute 65: layout_blksize
When a client holds layouts on files of a file system, the layout_blksize attribute indicates the preferred block size for I/O to files on that file system. Where possible, the client should send READ operations with a count argument that is a whole multiple of layout_blksize, and WRITE operations with a data argument of size that is a whole multiple of layout_blksize.¶
5.12.4. Attribute 63: layout_hint
The layout_hint attribute (see Section 3.3.19) may be set on newly created files to influence the metadata server's choice for the file's layout. If possible, this attribute is one of those set in the initial attributes within the OPEN operation. The metadata server may choose to ignore this attribute. The layout_hint attribute is a subset of the layout structure returned by LAYOUTGET. For example, instead of specifying particular devices, this would be used to suggest the stripe width of a file. The server implementation determines which fields within the layout will be used.¶
5.12.5. Attribute 64: layout_type
This attribute lists the layout type(s) available for a file. The value returned by the server is for informational purposes only. The client will use the LAYOUTGET operation to obtain the information needed in order to perform I/O, for example, the specific device information for the file and its layout.¶
5.12.6. Attribute 68: mdsthreshold
This attribute is a server-provided hint used to communicate to the client when it is more efficient to send READ and WRITE operations to the metadata server or the data server. The two types of thresholds described are file size thresholds and I/O size thresholds. If a file's size is smaller than the file size threshold, data accesses SHOULD be sent to the metadata server. If an I/O request has a length that is below the I/O size threshold, the I/O SHOULD be sent to the metadata server. Each threshold type is specified separately for read and write.¶
The server MAY provide both types of thresholds for a file. If both file size and I/O size are provided, the client SHOULD reach or exceed both thresholds before sending its read or write requests to the data server. Alternatively, if only one of the specified thresholds is reached or exceeded, the I/O requests are sent to the metadata server.¶
For each threshold type, a value of zero indicates no READ or WRITE should be sent to the metadata server, while a value of all ones indicates that all READs or WRITEs should be sent to the metadata server.¶
The attribute is available on a per-filehandle basis. If the current filehandle refers to a non-pNFS file or directory, the metadata server should return an attribute that is representative of the filehandle's file system. It is suggested that this attribute is queried as part of the OPEN operation. Due to dynamic system changes, the client should not assume that the attribute will remain constant for any specific time period; thus, it should be periodically refreshed.¶
5.13. Retention Attributes
Retention is a concept whereby a file object can be placed in an immutable, undeletable, unrenamable state for a fixed or infinite duration of time. Once in this "retained" state, the file cannot be moved out of the state until the duration of retention has been reached.¶
When retention is enabled, retention MUST extend to the data of the file, and the name of file. The server MAY extend retention to any other property of the file, including any subset of REQUIRED, RECOMMENDED, and named attributes, with the exceptions noted in this section.¶
Servers MAY support or not support retention on any file object type.¶
The five retention attributes are explained in the next subsections.¶
5.13.1. Attribute 69: retention_get
If retention is enabled for the associated file, this attribute's value represents the retention begin time of the file object. This attribute's value is only readable with the GETATTR operation and MUST NOT be modified by the SETATTR operation (Section 5.5). The value of the attribute consists of:¶
The field rg_duration is the duration in seconds indicating how
long the file will be retained once retention is enabled. The
field rg_begin_time is an array of up to one absolute time
value. If the array is zero length, no beginning retention time
has been established, and retention is not enabled.
If rg_duration is equal to RET4
If (as soon as) rg_duration is zero, then rg_begin_time will be of zero length, and again, retention is not (no longer) enabled.¶
5.13.2. Attribute 70: retention_set
This attribute is used to set the retention duration and optionally enable retention for the associated file object. This attribute is only modifiable via the SETATTR operation and MUST NOT be retrieved by the GETATTR operation (Section 5.5). This attribute corresponds to retention_get. The value of the attribute consists of:¶
If the client sets rs_enable to TRUE, then it is enabling
retention on the file object with the begin time of retention
starting from the server's current time and date. The
duration of the retention can also be provided if the
rs_duration array is of length one. The duration is the time in
seconds from the begin time of retention, and if set to
RET4
The following rules apply to both the retention_set and retentevt_set attributes.¶
5.13.3. Attribute 71: retentevt_get
Gets the event-based retention duration, and if enabled, the event-based retention begin time of the file object. This attribute is like retention_get, but refers to event-based retention. The event that triggers event-based retention is not defined by the NFSv4.1 specification.¶
5.13.4. Attribute 72: retentevt_set
Sets the event-based retention duration, and optionally enables
event-based retention on the file object. This attribute
corresponds to retentevt_get and is like retention_set, but
refers to event-based retention. When event-based retention
is set, the file MUST be retained even if non-event-based
retention has been set, and the duration of non-event-based
retention has been reached. Conversely, when non-event-based
retention has been set, the file MUST be retained even if
event-based retention has been set, and the duration of
event-based retention has been reached. The server MAY
restrict the enabling of event-based retention or the duration
of event-based retention on the basis of the
ACE4
5.13.5. Attribute 73: retention_hold
Gets or sets administrative retention holds, one hold per bit position.¶
This attribute allows one to 64 administrative holds, one hold
per bit on the attribute. If retention_hold is not zero, then
the file MUST NOT be deleted, renamed, or modified, even if
the duration on enabled event or non-event-based retention has
been reached. The server MAY restrict the modification of
retention_hold on the basis of the ACE4
If the principal attempting to change retention_hold does
not have ACE4
6. Access Control Attributes
Access Control Lists (ACLs) are file attributes that specify
fine-grained access control. This section covers the
"acl", "dacl", "sacl",
"aclsupport", "mode", and
"mode
6.1. Goals
ACLs and modes represent two well
6.2. File Attributes Discussion
6.2.1. Attribute 12: acl
The NFSv4.1 ACL attribute contains an array of Access Control Entries (ACEs) that are associated with the file system object. Although the client can set and get the acl attribute, the server is responsible for using the ACL to perform access control. The client can use the OPEN or ACCESS operations to check access without modifying or reading data or metadata.¶
The NFS ACE structure is defined as follows:¶
To determine if a request succeeds, the server processes
each nfsace4 entry in order. Only ACEs that have a "who"
that matches the requester are considered. Each ACE is
processed until all of the bits of the requester's access
have been ALLOWED. Once a bit (see below) has been ALLOWED
by an ACCESS
Unlike the ALLOW and DENY ACE types, the ALARM and AUDIT ACE types do not affect a requester's access, and instead are for triggering events as a result of a requester's access attempt. Therefore, AUDIT and ALARM ACEs are processed only after processing ALLOW and DENY ACEs.¶
The NFSv4.1 ACL model is quite rich. Some server platforms may provide access-control functionality that goes beyond the UNIX-style mode attribute, but that is not as rich as the NFS ACL model. So that users can take advantage of this more limited functionality, the server may support the acl attributes by mapping between its ACL model and the NFSv4.1 ACL model. Servers must ensure that the ACL they actually store or enforce is at least as strict as the NFSv4 ACL that was set. It is tempting to accomplish this by rejecting any ACL that falls outside the small set that can be represented accurately. However, such an approach can render ACLs unusable without special client-side knowledge of the server's mapping, which defeats the purpose of having a common NFSv4 ACL protocol. Therefore, servers should accept every ACL that they can without compromising security. To help accomplish this, servers may make a special exception, in the case of unsupported permission bits, to the rule that bits not ALLOWED or DENIED by an ACL must be denied. For example, a UNIX-style server might choose to silently allow read attribute permissions even though an ACL does not explicitly allow those permissions. (An ACL that explicitly denies permission to read attributes should still be rejected.)¶
The situation is complicated by the fact that a server may have multiple modules that enforce ACLs. For example, the enforcement for NFSv4.1 access may be different from, but not weaker than, the enforcement for local access, and both may be different from the enforcement for access through other protocols such as SMB (Server Message Block). So it may be useful for a server to accept an ACL even if not all of its modules are able to support it.¶
The guiding principle with regard to NFSv4 access is that the server must not accept ACLs that appear to make access to the file more restrictive than it really is.¶
6.2.1.1. ACE Type
The constants used for the type field (acetype4) are as follows:¶
Only the ALLOWED and DENIED bits may be used in the dacl attribute, and only the AUDIT and ALARM bits may be used in the sacl attribute. All four are permitted in the acl attribute.¶
The "Abbreviation" column denotes how the types will be referred to throughout the rest of this section.¶
6.2.1.2. Attribute 13: aclsupport
A server need not support all of the above ACE types. This attribute indicates which ACE types are supported for the current file system. The bitmask constants used to represent the above definitions within the aclsupport attribute are as follows:¶
Servers that support either the ALLOW or DENY ACE type SHOULD support both ALLOW and DENY ACE types.¶
Clients should not attempt to set an ACE unless the server
claims support for that ACE type. If the server receives a
request to set an ACE that it cannot store, it MUST reject
the request with NFS4ERR
Support for any of the ACL attributes is optional (albeit RECOMMENDED). However, a server that supports either of the new ACL attributes (dacl or sacl) MUST allow use of the new ACL attributes to access all of the ACE types that it supports. In other words, if such a server supports ALLOW or DENY ACEs, then it MUST support the dacl attribute, and if it supports AUDIT or ALARM ACEs, then it MUST support the sacl attribute.¶
6.2.1.3. ACE Access Mask
The bitmask constants used for the access mask field are as follows:¶
Note that some masks have coincident values, for
example, ACE4_READ_DATA and ACE4
6.2.1.3.1. Discussion of Mask Attributes
ACE4_READ_DATA¶
ACE4
ACE4_WRITE_DATA¶
ACE4_ADD_FILE¶
ACE4_APPEND_DATA¶
ACE4
ACE4
ACE4
ACE4_EXECUTE¶
ACE4_EXECUTE¶
ACE4
ACE4
ACE4
ACE4
ACE4
ACE4_DELETE¶
ACE4_READ_ACL¶
ACE4_WRITE_ACL¶
ACE4_WRITE_OWNER¶
ACE4_SYNCHRONIZE¶
Server implementations need not provide the granularity
of control that is implied by this list of masks. For
example, POSIX-based systems might not distinguish
ACE4
If a server receives a SETATTR request that it cannot
accurately implement, it should err in the direction of
more restricted access, except in the previously
discussed cases of execute and read. For example,
suppose a server cannot distinguish overwriting data
from appending new data, as described in the previous
paragraph. If a client submits an ALLOW ACE where
ACE4
6.2.1.3.2. ACE4_DELETE vs. ACE4_DELETE_CHILD
Two access mask bits govern the ability to delete a
directory entry: ACE4_DELETE on the object
itself (the "target") and ACE4
Many systems also take the "sticky bit" (MODE4_SVTX) on a directory to allow unlink only to a user that owns either the target or the parent; on some such systems the decision also depends on whether the target is writable.¶
Servers SHOULD allow unlink if either ACE4_DELETE
is permitted on the target, or ACE4
If the ACLs in question neither explicitly ALLOW nor DENY either of the above, and if MODE4_SVTX is not set on the parent, then the server SHOULD allow the removal if and only if ACE4_ADD_FILE is permitted. In the case where MODE4_SVTX is set, the server may also require the remover to own either the parent or the target, or may require the target to be writable.¶
This allows servers to support something close to traditional UNIX-like semantics, with ACE4_ADD_FILE taking the place of the write bit.¶
6.2.1.4. ACE flag
The bitmask constants used for the flag field are as follows:¶
A server need not support any of these flags. If the
server supports flags that are similar to, but not
exactly the same as, these flags, the implementation
may define a mapping between the protocol
For example, suppose a client tries to set an ACE with
ACE4
6.2.1.4.1. Discussion of Flag Bits
- ACE4
_FILE _INHERIT _ACE - Any non-directory file in any sub-directory will get this ACE inherited.¶
- ACE4
_DIRECTORY _INHERIT _ACE -
Can be placed on a directory and indicates that this ACE should be added to each new directory created.¶
If this flag is set in an ACE in an ACL attribute to be set on a non-directory file system object, the operation attempting to set the ACL SHOULD fail with NFS4ERR
_ATTRNOTSUPP . ¶ - ACE4
_NO _PROPAGATE _INHERIT _ACE - Can be placed on a directory. This flag tells the server that inheritance of this ACE should stop at newly created child directories.¶
- ACE4
_INHERIT _ONLY _ACE -
Can be placed on a directory but does not apply to the directory; ALLOW and DENY ACEs with this bit set do not affect access to the directory, and AUDIT and ALARM ACEs with this bit set do not trigger log or alarm events. Such ACEs only take effect once they are applied (with this bit cleared) to newly created files and directories as specified by the ACE4
_FILE _INHERIT _ACE and ACE4 _DIRECTORY _INHERIT _ACE flags.¶ If this flag is present on an ACE, but neither ACE4
_DIRECTORY _INHERIT _ACE nor ACE4 _FILE _INHERIT _ACE is present, then an operation attempting to set such an attribute SHOULD fail with NFS4ERR _ATTRNOTSUPP . ¶ - ACE4
_SUCCESSFUL _ACCESS _ACE _FLAG and ACE4 _FAILED _ACCESS _ACE _FLAG -
The ACE4
_SUCCESSFUL _ACCESS _ACE _FLAG (SUCCESS) and ACE4 _FAILED _ACCESS _ACE _FLAG (FAILED) flag bits may be set only on ACE4 _SYSTEM _AUDIT _ACE _TYPE (AUDIT) and ACE4 _SYSTEM _ALARM _ACE _TYPE (ALARM) ACE types. If during the processing of the file's ACL, the server encounters an AUDIT or ALARM ACE that matches the principal attempting the OPEN, the server notes that fact, and the presence, if any, of the SUCCESS and FAILED flags encountered in the AUDIT or ALARM ACE. Once the server completes the ACL processing, it then notes if the operation succeeded or failed. If the operation succeeded, and if the SUCCESS flag was set for a matching AUDIT or ALARM ACE, then the appropriate AUDIT or ALARM event occurs. If the operation failed, and if the FAILED flag was set for the matching AUDIT or ALARM ACE, then the appropriate AUDIT or ALARM event occurs. Either or both of the SUCCESS or FAILED can be set, but if neither is set, the AUDIT or ALARM ACE is not useful.¶ The previously described processing applies to ACCESS operations even when they return NFS4_OK. For the purposes of AUDIT and ALARM, we consider an ACCESS operation to be a "failure" if it fails to return a bit that was requested and supported.¶
- ACE4
_IDENTIFIER _GROUP -
Indicates that the "who" refers to a GROUP
as defined under UNIX or a GROUP ACCOUNT
as defined under Windows. Clients and
servers MUST ignore the
ACE4
_IDENTIFIER _GROUP flag on ACEs with a who value equal to one of the special identifiers outlined in Section 6.2.1.5.¶ - ACE4
_INHERITED _ACE - Indicates that this ACE is inherited from a parent directory. A server that supports automatic inheritance will place this flag on any ACEs inherited from the parent directory when creating a new object. Client applications will use this to perform automatic inheritance. Clients and servers MUST clear this bit in the acl attribute; it may only be used in the dacl and sacl attributes.¶
6.2.1.5. ACE Who
The "who" field of an ACE is an identifier that
specifies the principal or principals to whom the ACE
applies. It may refer to a user or a group, with the flag
bit ACE4
There are several special identifiers that need to be understood universally, rather than in the context of a particular DNS domain. Some of these identifiers cannot be understood when an NFS client accesses the server, but have meaning when a local process accesses the file. The ability to display and modify these permissions is permitted over NFS, even if none of the access methods on the server understands the identifiers.¶
To avoid conflict, these special identifiers are distinguished by an appended "@" and should appear in the form "xxxx@" (with no domain name after the "@"), for example, ANONYMOUS@.¶
The ACE4
6.2.1.5.1. Discussion of EVERYONE@
It is important to note that "EVERYONE@" is not equivalent to the UNIX "other" entity. This is because, by definition, UNIX "other" does not include the owner or owning group of a file. "EVERYONE@" means literally everyone, including the owner or owning group.¶
6.2.2. Attribute 58: dacl
The dacl attribute is like the acl attribute, but dacl allows just ALLOW and DENY ACEs. The dacl attribute supports automatic inheritance (see Section 6.4.3.2).¶
6.2.3. Attribute 59: sacl
The sacl attribute is like the acl attribute, but sacl allows just AUDIT and ALARM ACEs. The sacl attribute supports automatic inheritance (see Section 6.4.3.2).¶
6.2.4. Attribute 33: mode
The NFSv4.1 mode attribute is based on the UNIX mode bits. The following bits are defined:¶
Bits MODE4_RUSR, MODE4_WUSR, and MODE4_XUSR apply to the principal identified in the owner attribute. Bits MODE4_RGRP, MODE4_WGRP, and MODE4_XGRP apply to principals identified in the owner_group attribute but who are not identified in the owner attribute. Bits MODE4_ROTH, MODE4_WOTH, and MODE4_XOTH apply to any principal that does not match that in the owner attribute and does not have a group matching that of the owner_group attribute.¶
Bits within a mode other than those specified above are not defined by this protocol. A server MUST NOT return bits other than those defined above in a GETATTR or READDIR operation, and it MUST return NFS4ERR_INVAL if bits other than those defined above are set in a SETATTR, CREATE, OPEN, VERIFY, or NVERIFY operation.¶
6.2.5. Attribute 74: mode_set_masked
The mode_set_masked attribute is a write-only attribute that allows individual bits in the mode attribute to be set or reset, without changing others. It allows, for example, the bits MODE4_SUID, MODE4_SGID, and MODE4_SVTX to be modified while leaving unmodified any of the nine low-order mode bits devoted to permissions.¶
In such instances that the nine low-order bits are left unmodified, then neither the acl nor the dacl attribute should be automatically modified as discussed in Section 6.4.1.¶
The mode_set_masked attribute consists of two words, each in the form of a mode4. The first consists of the value to be applied to the current mode value and the second is a mask. Only bits set to one in the mask word are changed (set or reset) in the file's mode. All other bits in the mode remain unchanged. Bits in the first word that correspond to bits that are zero in the mask are ignored, except that undefined bits are checked for validity and can result in NFS4ERR_INVAL as described below.¶
The mode_set_masked attribute is only valid in a SETATTR operation. If it is used in a CREATE or OPEN operation, the server MUST return NFS4ERR_INVAL.¶
Bits not defined as valid in the mode attribute are not valid in either word of the mode_set_masked attribute. The server MUST return NFS4ERR_INVAL if any such bits are set to one in a SETATTR. If the mode and mode_set_masked attributes are both specified in the same SETATTR, the server MUST also return NFS4ERR_INVAL.¶
6.3. Common Methods
The requirements in this section will be referred to in future sections, especially Section 6.4.¶
6.3.1. Interpreting an ACL
6.3.1.1. Server Considerations
The server uses the algorithm described in Section 6.2.1 to determine whether an ACL allows access to an object. However, the ACL might not be the sole determiner of access. For example:¶
6.3.1.2. Client Considerations
Clients SHOULD NOT do their own access checks based on their interpretation of the ACL, but rather use the OPEN and ACCESS operations to do access checks. This allows the client to act on the results of having the server determine whether or not access should be granted based on its interpretation of the ACL.¶
Clients must be aware of situations in which an object's ACL will define a certain access even though the server will not enforce it. In general, but especially in these situations, the client needs to do its part in the enforcement of access as defined by the ACL. To do this, the client MAY send the appropriate ACCESS operation prior to servicing the request of the user or application in order to determine whether the user or application should be granted the access requested. For examples in which the ACL may define accesses that the server doesn't enforce, see Section 6.3.1.1.¶
6.3.2. Computing a Mode Attribute from an ACL
The following method can be used to calculate the MODE4_R*, MODE4_W*, and MODE4_X* bits of a mode attribute, based upon an ACL.¶
First, for each of the special identifiers OWNER@, GROUP@, and EVERYONE@, evaluate the ACL in order, considering only ALLOW and DENY ACEs for the identifier EVERYONE@ and for the identifier under consideration. The result of the evaluation will be an NFSv4 ACL mask showing exactly which bits are permitted to that identifier.¶
Then translate the calculated mask for OWNER@, GROUP@, and EVERYONE@ into mode bits for, respectively, the user, group, and other, as follows:¶
6.3.2.1. Discussion
Some server implementations also add bits permitted to named users and groups to the group bits (MODE4_RGRP, MODE4_WGRP, and MODE4_XGRP).¶
Implementations are discouraged from doing this, because it has been found to cause confusion for users who see members of a file's group denied access that the mode bits appear to allow. (The presence of DENY ACEs may also lead to such behavior, but DENY ACEs are expected to be more rarely used.)¶
The same user confusion seen when fetching the mode also results if setting the mode does not effectively control permissions for the owner, group, and other users; this motivates some of the requirements that follow.¶
6.4. Requirements
The server that supports both mode and ACL must take care to synchronize the MODE4_*USR, MODE4_*GRP, and MODE4_*OTH bits with the ACEs that have respective who fields of "OWNER@", "GROUP@", and "EVERYONE@". This way, the client can see if semantically equivalent access permissions exist whether the client asks for the owner, owner_group, and mode attributes or for just the ACL.¶
In this section, much is made of the methods in Section 6.3.2. Many requirements refer to this section. But note that the methods have behaviors specified with "SHOULD". This is intentional, to avoid invalidating existing implementations that compute the mode according to the withdrawn POSIX ACL draft (1003.1e draft 17), rather than by actual permissions on owner, group, and other.¶
6.4.1. Setting the Mode and/or ACL Attributes
In the case where a server supports the sacl or
dacl attribute, in addition to the acl attribute,
the server MUST fail a request to set the acl
attribute simultaneously with a dacl or sacl
attribute. The error to be given is NFS4ERR
6.4.1.1. Setting Mode and not ACL
When any of the nine low-order mode bits are subject to change, either because the mode attribute was set or because the mode_set_masked attribute was set and the mask included one or more bits from the nine low-order mode bits, and no ACL attribute is explicitly set, the acl and dacl attributes must be modified in accordance with the updated value of those bits. This must happen even if the value of the low-order bits is the same after the mode is set as before.¶
Note that any AUDIT or ALARM ACEs (hence any ACEs in the sacl attribute) are unaffected by changes to the mode.¶
In cases in which the permissions bits are subject to change, the acl and dacl attributes MUST be modified such that the mode computed via the method in Section 6.3.2 yields the low-order nine bits (MODE4_R*, MODE4_W*, MODE4_X*) of the mode attribute as modified by the attribute change. The ACL attributes SHOULD also be modified such that:¶
Access mask bits other than those listed above, appearing in ALLOW ACEs, MAY also be disabled.¶
Note that ACEs with the flag ACE4
Also note that the requirement may be met by discarding the acl and dacl, in favor of an ACL that represents the mode and only the mode. This is permitted, but it is preferable for a server to preserve as much of the ACL as possible without violating the above requirements. Discarding the ACL makes it effectively impossible for a file created with a mode attribute to inherit an ACL (see Section 6.4.3).¶
6.4.1.2. Setting ACL and Not Mode
When setting the acl or dacl and not setting the mode or mode_set_masked attributes, the permission bits of the mode need to be derived from the ACL. In this case, the ACL attribute SHOULD be set as given. The nine low-order bits of the mode attribute (MODE4_R*, MODE4_W*, MODE4_X*) MUST be modified to match the result of the method in Section 6.3.2. The three high-order bits of the mode (MODE4_SUID, MODE4_SGID, MODE4_SVTX) SHOULD remain unchanged.¶
6.4.1.3. Setting Both ACL and Mode
When setting both the mode (includes use of either the
mode attribute or the mode_set_masked attribute)
and the acl or dacl attributes in the
same operation, the attributes MUST be applied in this
order: mode (or mode
6.4.2. Retrieving the Mode and/or ACL Attributes
This section applies only to servers that support both the mode and ACL attributes.¶
Some server implementations may have a concept of "objects without ACLs", meaning that all permissions are granted and denied according to the mode attribute and that no ACL attribute is stored for that object. If an ACL attribute is requested of such a server, the server SHOULD return an ACL that does not conflict with the mode; that is to say, the ACL returned SHOULD represent the nine low-order bits of the mode attribute (MODE4_R*, MODE4_W*, MODE4_X*) as described in Section 6.3.2.¶
For other server implementations
6.4.3. Creating New Objects
If a server supports any ACL attributes, it may use the ACL attributes on the parent directory to compute an initial ACL attribute for a newly created object. This will be referred to as the inherited ACL within this section. The act of adding one or more ACEs to the inherited ACL that are based upon ACEs in the parent directory's ACL will be referred to as inheriting an ACE within this section.¶
Implementors should standardize what the behavior of CREATE and OPEN must be depending on the presence or absence of the mode and ACL attributes.¶
6.4.3.1. The Inherited ACL
If the object being created is not a directory, the
inherited ACL SHOULD NOT inherit ACEs from the parent
directory ACL unless the ACE4
If the object being created is a directory, the inherited
ACL should inherit all inheritable ACEs from the parent
directory, that is, those that have the ACE4
When a new directory is created, the server MAY split
any inherited ACE that is both inheritable and effective
(in other words, that has neither ACE4
6.4.3.2. Automatic Inheritance
The acl attribute consists only of an array of ACEs, but the sacl (Section 6.2.3) and dacl (Section 6.2.2) attributes also include an additional flag field.¶
The flag field applies to the entire sacl or dacl; three flag values are defined:¶
and all other bits must be cleared. The
ACE4
Together these features allow a server to support automatic inheritance, which we now explain in more detail.¶
Inheritable ACEs are normally inherited by child objects only at the time that the child objects are created; later modifications to inheritable ACEs do not result in modifications to inherited ACEs on descendants.¶
However, the dacl and sacl provide an OPTIONAL mechanism that allows a client application to propagate changes to inheritable ACEs to an entire directory hierarchy.¶
A server that supports this performs inheritance at object
creation time in the normal way, and SHOULD set the
ACE4
A client application such as an ACL editor may then propagate
changes to inheritable ACEs on a directory by recursively
traversing that directory's descendants and modifying each ACL
encountered to remove any ACEs with the ACE4
The reach of this propagation may be limited in two ways:
first, automatic inheritance is not performed from any
directory ACL that has the ACL4
This propagation is performed independently for the sacl
and the dacl attributes; thus, the ACL4
New objects should be created with a dacl and a sacl that
both have the ACL4_PROTECTED flag cleared and the
ACL4
Both the dacl and sacl attributes are RECOMMENDED, and a server may support one without supporting the other.¶
A server that supports both the old acl attribute and
one or both of the new dacl or sacl attributes must do so
in such a way as to keep all three attributes consistent
with each other. Thus, the ACEs reported in the acl attribute
should be the union of the ACEs reported in the dacl and
sacl attributes, except that the ACE4
When a client performs a SETATTR for the acl attribute, the server SHOULD set the ACL4_PROTECTED flag to true on both the sacl and the dacl. By using the acl attribute, as opposed to the dacl or sacl attributes, the client signals that it may not understand automatic inheritance, and thus cannot be trusted to set an ACL for which automatic inheritance would make sense.¶
When a client application queries an ACL, modifies it, and sets
it again, it should leave any ACEs marked with
ACE4
If a server also supports the mode attribute, it SHOULD set the mode in such a way that leaves inherited ACEs unchanged, in their original order, at the end of the ACL. If it is unable to do so, it SHOULD set the ACL4_PROTECTED flag on the file's dacl.¶
Finally, in the case where the request that creates a new file
or directory does not also set permissions for that file or
directory, and there are also no ACEs to inherit from the
parent's directory, then the server's choice of ACL for the new
object is implementation
7. Single-Server Namespace
This section describes the NFSv4 single-server namespace.
Single-server namespaces may be presented directly to clients,
or they may be used as a basis to form larger multi-server
namespaces (e.g., site-wide or organization
7.1. Server Exports
On a UNIX server, the namespace describes all the files reachable by pathnames under the root directory or "/". On a Windows server, the namespace constitutes all the files on disks named by mapped disk letters. NFS server administrators rarely make the entire server's file system namespace available to NFS clients. More often, portions of the namespace are made available via an "export" feature. In previous versions of the NFS protocol, the root filehandle for each export is obtained through the MOUNT protocol; the client sent a string that identified the export name within the namespace and the server returned the root filehandle for that export. The MOUNT protocol also provided an EXPORTS procedure that enumerated the server's exports.¶
7.2. Browsing Exports
The NFSv4.1 protocol provides a root filehandle that clients can
use to obtain filehandles for the exports of a particular server,
via a series of LOOKUP operations within a COMPOUND, to traverse
a path. A common user experience is to use a graphical user interface
(perhaps a file "Open" dialog window) to find a file via progressive
browsing through a directory tree. The client must be able to move
from one export to another export via single
This style of browsing is not well supported by the NFSv3 protocol. In NFSv3, the client expects all LOOKUP operations to remain within a single server file system. For example, the device attribute will not change. This prevents a client from taking namespace paths that span exports.¶
In the case of NFSv3, an automounter on the client can obtain a snapshot of the server's namespace using the EXPORTS procedure of the MOUNT protocol. If it understands the server's pathname syntax, it can create an image of the server's namespace on the client. The parts of the namespace that are not exported by the server are filled in with directories that might be constructed similarly to an NFSv4.1 "pseudo file system" (see Section 7.3) that allows the user to browse from one mounted file system to another. There is a drawback to this representation of the server's namespace on the client: it is static. If the server administrator adds a new export, the client will be unaware of it.¶
7.3. Server Pseudo File System
NFSv4.1 servers avoid this namespace inconsistency by presenting all the exports for a given server within the framework of a single namespace for that server. An NFSv4.1 client uses LOOKUP and READDIR operations to browse seamlessly from one export to another.¶
Where there are portions of the server namespace that are not exported, clients require some way of traversing those portions to reach actual exported file systems. A technique that servers may use to provide for this is to bridge the unexported portion of the namespace via a "pseudo file system" that provides a view of exported directories only. A pseudo file system has a unique fsid and behaves like a normal, read-only file system.¶
Based on the construction of the server's namespace, it is possible that multiple pseudo file systems may exist. For example,¶
Each of the pseudo file systems is considered a separate entity and therefore MUST have its own fsid, unique among all the fsids for that server.¶
7.4. Multiple Roots
Certain operating environments are sometimes described as having "multiple roots". In such environments, individual file systems are commonly represented by disk or volume names. NFSv4 servers for these platforms can construct a pseudo file system above these root names so that disk letters or volume names are simply directory names in the pseudo root.¶
7.5. Filehandle Volatility
The nature of the server's pseudo file system is that it is a logical
representation of file system(s) available from the server.
Therefore, the pseudo file system is most likely constructed
dynamically when the server is first instantiated. It is expected
that the pseudo file system may not have an on-disk counterpart from
which persistent filehandles could be constructed. Even though it is
preferable that the server provide persistent filehandles for the
pseudo file system, the NFS client should expect that pseudo file
system filehandles are volatile. This can be confirmed by checking
the associated "fh
Because it is quite likely that servers will implement pseudo file systems using volatile filehandles, clients need to be prepared for them, rather than assuming that all filehandles will be persistent.¶
7.6. Exported Root
If the server's root file system is exported, one might conclude that a pseudo file system is unneeded. This is not necessarily so. Assume the following file systems on a server:¶
Because fs2 is not exported, fs3 cannot be reached with simple LOOKUPs. The server must bridge the gap with a pseudo file system.¶
7.7. Mount Point Crossing
The server file system environment may be constructed in such a way that one file system contains a directory that is 'covered' or mounted upon by a second file system. For example:¶
The pseudo file system for this server may be constructed to look like:¶
It is the server's responsibility to present the pseudo file system that is complete to the client. If the client sends a LOOKUP request for the path /a/b/c/d, the server's response is the filehandle of the root of the file system /a/b/c/d. In previous versions of the NFS protocol, the server would respond with the filehandle of directory /a/b/c/d within the file system /a/b.¶
The NFS client will be able to determine if it crosses a server mount point by a change in the value of the "fsid" attribute.¶
7.8. Security Policy and Namespace Presentation
Because NFSv4 clients possess the ability to change the security
mechanisms used, after determining what is allowed,
by using SECINFO and SECINFO_NONAME, the server
SHOULD NOT present a different view of the namespace based on
the security mechanism being used by a client. Instead, it
should present a consistent view and return NFS4ERR
If security considerations make it necessary to hide the existence of a particular file system, as opposed to all of the data within it, the server can apply the security policy of a shared resource in the server's namespace to components of the resource's ancestors. For example:¶
The
For the case of the use of multiple, disjoint security mechanisms in the server's resources, applying that sort of policy would result in the higher-level file system not being accessible using any security flavor. Therefore, that sort of configuration is not compatible with hiding the existence (as opposed to the contents) from clients using multiple disjoint sets of security flavors.¶
In other circumstances, a desirable policy is for the security of a particular object in the server's namespace to include the union of all security mechanisms of all direct descendants. A common and convenient practice, unless strong security requirements dictate otherwise, is to make the entire the pseudo file system accessible by all of the valid security mechanisms.¶
Where there is concern about the security of data on the network,
clients should use strong security mechanisms to access the pseudo
file system in order to prevent man
8. State Management
Integrating locking into the NFS protocol necessarily causes it to be stateful. With the inclusion of such features as share reservations, file and directory delegations, recallable layouts, and support for mandatory byte-range locking, the protocol becomes substantially more dependent on proper management of state than the traditional combination of NFS and NLM (Network Lock Manager) [54]. These features include expanded locking facilities, which provide some measure of inter-client exclusion, but the state also offers features not readily providable using a stateless model. There are three components to making this state manageable:¶
In this model, the server owns the state information. The client
requests changes in locks and the server responds with the changes
made. Non
Individual pieces of state created by the server and passed to the client at its request are represented by 128-bit stateids. These stateids may represent a particular open file, a set of byte-range locks held by a particular owner, or a recallable delegation of privileges to access a file in particular ways or at a particular location.¶
In all cases, there is a transition from the most general information that represents a client as a whole to the eventual lightweight stateid used for most client and server locking interactions. The details of this transition will vary with the type of object but it always starts with a client ID.¶
8.1. Client and Session ID
A client must establish a client ID (see Section 2.4) and then one or more sessionids (see Section 2.10) before performing any operations to open, byte-range lock, delegate, or obtain a layout for a file object. Each session ID is associated with a specific client ID, and thus serves as a shorthand reference to an NFSv4.1 client.¶
For some types of locking interactions, the client will represent some number of internal locking entities called "owners", which normally correspond to processes internal to the client. For other types of locking-related objects, such as delegations and layouts, no such intermediate entities are provided for, and the locking-related objects are considered to be transferred directly between the server and a unitary client.¶
8.2. Stateid Definition
When the server grants a lock of any type (including opens,
byte-range locks, delegations, and layouts), it responds with a
unique stateid that represents a set of locks (often a single
lock) for the same file, of the same type, and sharing the same
ownership characteristics
All stateids associated with a given client ID are associated with a common lease that represents the claim of those stateids and the objects they represent to be maintained by the server. See Section 8.3 for a discussion of the lease.¶
The server may assign stateids independently for different clients. A stateid with the same bit pattern for one client may designate an entirely different set of locks for a different client. The stateid is always interpreted with respect to the client ID associated with the current session. Stateids apply to all sessions associated with the given client ID, and the client may use a stateid obtained from one session on another session associated with the same client ID.¶
8.2.1. Stateid Types
With the exception of special stateids (see Section 8.2.3), each stateid represents locking objects of one of a set of types defined by the NFSv4.1 protocol. Note that in all these cases, where we speak of guarantee, it is understood there are situations such as a client restart, or lock revocation, that allow the guarantee to be voided.¶
8.2.2. Stateid Structure
Stateids are divided into two fields, a 96-bit
"other" field identifying the specific set
of locks and a 32-bit "seqid" sequence value.
Except in the case of special stateids
(see Section 8.2.3),
a particular value of the
"other" field denotes a
set of locks of the same type (for example,
byte-range locks, opens, delegations, or layouts),
for a specific file or directory, and sharing
the same ownership characteristics
When such a set of locks is first created, the server returns a
stateid with seqid value of one. On subsequent
operations that modify the set of locks, the server
is required to increment the "seqid" field by one
whenever it returns a stateid for the same
state
The purpose of the incrementing of the seqid is to allow the server to communicate to the client the order in which operations that modified locking state associated with a stateid have been processed and to make it possible for the client to send requests that are conditional on the set of locks not having changed since the stateid in question was returned.¶
Except for layout stateids (Section 12.5.3),
when a client sends a stateid to the server, it has two
choices with regard to the seqid sent. It may set the seqid
to zero to indicate to the server that it wishes the most
up-to-date seqid for that stateid's "other" field to be
used. This would be the common choice in the case of a
stateid sent with a READ or WRITE operation. It also may
set a non-zero value, in which case the server checks if that
seqid is the correct one. In that case, the server is
required to return NFS4ERR
When a stateid is sent by the server to the client as part of
a callback operation, it is not subject to checking for
a current seqid and returning NFS4ERR
In making comparisons between seqids, both by the client
in determining the order of operations and by the server
in determining whether the NFS4ERR
8.2.3. Special Stateids
Stateid values whose "other" field is either all zeros or all ones are reserved. They may not be assigned by the server but have special meanings defined by the protocol. The particular meaning depends on whether the "other" field is all zeros or all ones and the specific value of the "seqid" field.¶
The following combinations of "other" and "seqid" are defined in NFSv4.1:¶
If a stateid value is used that has all zeros or all ones in the
"other" field but does not match one of the cases above, the server
MUST return the error NFS4ERR
Special stateids, unlike other stateids, are not associated with
individual client IDs or filehandles and can be used with all valid
client IDs and filehandles. In the case of a special
stateid designating the current stateid, the current stateid
value substituted for the special stateid is associated with a
particular client ID and filehandle, and so, if it is used
where the current filehandle does not match that associated with the current
stateid, the operation to which the stateid is passed will return
NFS4ERR
8.2.4. Stateid Lifetime and Validation
Stateids must remain valid until either a client restart or a server restart or until the client returns all of the locks associated with the stateid by means of an operation such as CLOSE or DELEGRETURN. If the locks are lost due to revocation, as long as the client ID is valid, the stateid remains a valid designation of that revoked state until the client frees it by using FREE_STATEID. Stateids associated with byte-range locks are an exception. They remain valid even if a LOCKU frees all remaining locks, so long as the open file with which they are associated remains open, unless the client frees the stateids via the FREE_STATEID operation.¶
It should be noted that there are situations in which the client's locks become invalid, without the client requesting they be returned. These include lease expiration and a number of forms of lock revocation within the lease period. It is important to note that in these situations, the stateid remains valid and the client can use it to determine the disposition of the associated lost locks.¶
An "other" value must never be reused for a different purpose (i.e., different filehandle, owner, or type of locks) within the context of a single client ID. A server may retain the "other" value for the same purpose beyond the point where it may otherwise be freed, but if it does so, it must maintain "seqid" continuity with previous values.¶
One mechanism that may be used to satisfy the requirement that the server recognize invalid and out-of-date stateids is for the server to divide the "other" field of the stateid into two fields.¶
And then store in each table entry,¶
With this information, an incoming stateid can be validated and the appropriate error returned when necessary. Special and non-special stateids are handled separately. (See Section 8.2.3 for a discussion of special stateids.)¶
Note that stateids are implicitly qualified by the current client ID, as derived from the client ID associated with the current session. Note, however, that the semantics of the session will prevent stateids associated with a previous client or server instance from being analyzed by this procedure.¶
If server restart has resulted in an invalid client ID or a session ID that is invalid, SEQUENCE will return an error and the operation that takes a stateid as an argument will never be processed.¶
If there has been a server restart where there is a persistent
session and all leased state has been lost, then the session
in question will, although valid, be marked as dead, and any
operation not satisfied by means of the reply cache will
receive the error NFS4ERR
When a stateid is being tested and the "other" field is all zeros or all ones, a check that the "other" and "seqid" fields match a defined combination for a special stateid is done and the results determined as follows:¶
When a stateid is being tested, and the "other" field is neither all zeros nor all ones, the following procedure could be used to validate an incoming stateid and return an appropriate error, when necessary, assuming that the "other" field would be divided into a table index and an entry generation.¶
8.2.5. Stateid Use for I/O Operations
Clients performing I/O operations need to select an appropriate stateid based on the locks (including opens and delegations) held by the client and the various types of state-owners sending the I/O requests. SETATTR operations that change the file size are treated like I/O operations in this regard.¶
The following rules, applied in order of decreasing priority, govern the selection of the appropriate stateid. In following these rules, the client will only consider locks of which it has actually received notification by an appropriate operation response or callback. Note that the rules are slightly different in the case of I/O to data servers when file layouts are being used (see Section 13.9.1).¶
Ignoring these rules may result in situations in which the server does not have information necessary to properly process the request. For example, when mandatory byte-range locks are in effect, if the stateid does not indicate the proper lock-owner, via a lock stateid, a request might be avoidably rejected.¶
The server however should not try to enforce these ordering rules and should use whatever information is available to properly process I/O requests. In particular, when a client has a delegation for a given file, it SHOULD take note of this fact in processing a request, even if it is sent with a special stateid.¶
8.2.6. Stateid Use for SETATTR Operations
Because each operation is associated with a session ID and from that the clientid can be determined, operations do not need to include a stateid for the server to be able to determine whether they should cause a delegation to be recalled or are to be treated as done within the scope of the delegation.¶
In the case of SETATTR operations, a stateid is present. In cases other than those that set the file size, the client may send either a special stateid or, when a delegation is held for the file in question, a delegation stateid. While the server SHOULD validate the stateid and may use the stateid to optimize the determination as to whether a delegation is held, it SHOULD note the presence of a delegation even when a special stateid is sent, and MUST accept a valid delegation stateid when sent.¶
8.3. Lease Renewal
Each client/server pair, as represented by a client ID, has a single lease. The purpose of the lease is to allow the client to indicate to the server, in a low-overhead way, that it is active, and thus that the server is to retain the client's locks. This arrangement allows the server to remove stale locking-related objects that are held by a client that has crashed or is otherwise unreachable, once the relevant lease expires. This in turn allows other clients to obtain conflicting locks without being delayed indefinitely by inactive or unreachable clients. It is not a mechanism for cache consistency and lease renewals may not be denied if the lease interval has not expired.¶
Since each session is associated with a specific client (identified by the client's client ID), any operation sent on that session is an indication that the associated client is reachable. When a request is sent for a given session, successful execution of a SEQUENCE operation (or successful retrieval of the result of SEQUENCE from the reply cache) on an unexpired lease will result in the lease being implicitly renewed, for the standard renewal period (equal to the lease_time attribute).¶
If the client ID's lease has not expired when the server receives a SEQUENCE operation, then the server MUST renew the lease. If the client ID's lease has expired when the server receives a SEQUENCE operation, the server MAY renew the lease; this depends on whether any state was revoked as a result of the client's failure to renew the lease before expiration.¶
Absent other activity that would renew the lease, a COMPOUND
consisting of a single SEQUENCE operation will suffice. The
client should also take communication
If the server renews the lease upon receiving a SEQUENCE operation, the server MUST NOT allow the lease to expire while the rest of the operations in the COMPOUND procedure's request are still executing. Once the last operation has finished, and the response to COMPOUND has been sent, the server MUST set the lease to expire no sooner than the sum of current time and the value of the lease_time attribute.¶
A client ID's lease can expire when it has been at least the lease interval (lease_time) since the last lease-renewing SEQUENCE operation was sent on any of the client ID's sessions and there are no active COMPOUND operations on any such sessions.¶
Because the SEQUENCE operation is the basic mechanism to renew
a lease, and because it must be done at least once for each
lease period, it is the natural mechanism whereby the server
will inform the client of changes in the lease status that the
client needs to be informed of. The client should inspect the
status flags
8.4. Crash Recovery
A critical requirement in crash recovery is that both the client and the server know when the other has failed. Additionally, it is required that a client sees a consistent view of data across server restarts. All READ and WRITE operations that may have been queued within the client or network buffers must wait until the client has successfully recovered the locks protecting the READ and WRITE operations. Any that reach the server before the server can safely determine that the client has recovered enough locking state to be sure that such operations can be safely processed must be rejected. This will happen because either:¶
8.4.1. Client Failure and Recovery
In the event that a client fails, the server may release the client's locks when the associated lease has expired. Conflicting locks from another client may only be granted after this lease expiration. As discussed in Section 8.3, when a client has not failed and re-establishes its lease before expiration occurs, requests for conflicting locks will not be granted.¶
To minimize client delay upon restart, lock requests are associated with an instance of the client by a client-supplied verifier. This verifier is part of the client_owner4 sent in the initial EXCHANGE_ID call made by the client. The server returns a client ID as a result of the EXCHANGE_ID operation. The client then confirms the use of the client ID by establishing a session associated with that client ID (see Section 18.36.3 for a description of how this is done). All locks, including opens, byte-range locks, delegations, and layouts obtained by sessions using that client ID, are associated with that client ID.¶
Since the verifier will be changed by the client upon each initialization, the server can compare a new verifier to the verifier associated with currently held locks and determine that they do not match. This signifies the client's new instantiation and subsequent loss (upon confirmation of the new client ID) of locking state. As a result, the server is free to release all locks held that are associated with the old client ID that was derived from the old verifier. At this point, conflicting locks from other clients, kept waiting while the lease had not yet expired, can be granted. In addition, all stateids associated with the old client ID can also be freed, as they are no longer reference-able.¶
Note that the verifier must have the same uniqueness properties as the verifier for the COMMIT operation.¶
8.4.2. Server Failure and Recovery
If the server loses locking state (usually as a result of a restart), it must allow clients time to discover this fact and re-establish the lost locking state. The client must be able to re-establish the locking state without having the server deny valid requests because the server has granted conflicting access to another client. Likewise, if there is a possibility that clients have not yet re-established their locking state for a file and that such locking state might make it invalid to perform READ or WRITE operations. For example, if mandatory locks are a possibility, the server must disallow READ and WRITE operations for that file.¶
A client can determine that loss of locking state has occurred via several methods.¶
8.4.2.1. State Reclaim
When state information and the associated locks are lost as a result of a server restart, the protocol must provide a way to cause that state to be re-established. The approach used is to define, for most types of locking state (layouts are an exception), a request whose function is to allow the client to re-establish on the server a lock first obtained from a previous instance. Generally, these requests are variants of the requests normally used to create locks of that type and are referred to as "reclaim-type" requests, and the process of re-establishing such locks is referred to as "reclaiming" them.¶
Because each client must have an opportunity to reclaim all of the locks that it has without the possibility that some other client will be granted a conflicting lock, a "grace period" is devoted to the reclaim process. During this period, requests creating client IDs and sessions are handled normally, but locking requests are subject to special restrictions. Only reclaim-type locking requests are allowed, unless the server can reliably determine (through state persistently maintained across restart instances) that granting any such lock cannot possibly conflict with a subsequent reclaim. When a request is made to obtain a new lock (i.e., not a reclaim-type request) during the grace period and such a determination cannot be made, the server must return the error NFS4ERR_GRACE.¶
Once a session is established using the new client ID, the
client will use reclaim-type locking requests (e.g., LOCK
operations with reclaim set to TRUE and OPEN operations with a
claim type of CLAIM_PREVIOUS; see
Section 9.11) to re-establish its locking
state. Once this is done, or if there is no such locking
state to reclaim, the client sends a global RECLAIM
During the grace period, the server must reject READ and WRITE operations and non-reclaim locking requests (i.e., other LOCK and OPEN operations) with an error of NFS4ERR_GRACE, unless it can guarantee that these may be done safely, as described below.¶
The grace period may last until all clients that are known to
possibly have had locks have done a global RECLAIM
Some additional time in order to allow a client to establish a new client ID and session and to effect lock reclaims may be added to the lease time. Note that analogous rules apply to file system-specific grace periods discussed in Section 11.11.9.¶
If the server can reliably determine that granting a non-reclaim
request will not conflict with reclamation of locks by other
clients, the NFS4ERR_GRACE error does not have to be returned
even within the grace period, although NFS4ERR_GRACE must always
be returned to clients attempting a non-reclaim lock request
before doing their own global RECLAIM
For a server to provide simple, valid handling during the grace period, the easiest method is to simply reject all non-reclaim locking requests and READ and WRITE operations by returning the NFS4ERR_GRACE error. However, a server may keep information about granted locks in stable storage. With this information, the server could determine if a locking, READ or WRITE operation can be safely processed.¶
For example, if the server maintained on stable storage summary information on whether mandatory locks exist, either mandatory byte-range locks, or share reservations specifying deny modes, many requests could be allowed during the grace period. If it is known that no such share reservations exist, OPEN request that do not specify deny modes may be safely granted. If, in addition, it is known that no mandatory byte-range locks exist, either through information stored on stable storage or simply because the server does not support such locks, READ and WRITE operations may be safely processed during the grace period. Another important case is where it is known that no mandatory byte-range locks exist, either because the server does not provide support for them or because their absence is known from persistently recorded data. In this case, READ and WRITE operations specifying stateids derived from reclaim-type operations may be validly processed during the grace period because of the fact that the valid reclaim ensures that no lock subsequently granted can prevent the I/O.¶
To reiterate, for a server that allows non-reclaim lock and I/O requests to be processed during the grace period, it MUST determine that no lock subsequently reclaimed will be rejected and that no lock subsequently reclaimed would have prevented any I/O operation processed during the grace period.¶
Clients should be prepared for the return of NFS4ERR_GRACE errors for non-reclaim lock and I/O requests. In this case, the client should employ a retry mechanism for the request. A delay (on the order of several seconds) between retries should be used to avoid overwhelming the server. Further discussion of the general issue is included in [55]. The client must account for the server that can perform I/O and non-reclaim locking requests within the grace period as well as those that cannot do so.¶
A reclaim-type locking request outside the server's grace period can only succeed if the server can guarantee that no conflicting lock or I/O request has been granted since restart.¶
A server may, upon restart, establish a new value for the lease period. Therefore, clients should, once a new client ID is established, refetch the lease_time attribute and use it as the basis for lease renewal for the lease associated with that server. However, the server must establish, for this restart event, a grace period at least as long as the lease period for the previous server instantiation. This allows the client state obtained during the previous server instance to be reliably re-established.¶
The possibility exists that, because of server configuration
events, the client will be communicating with a server
different than the one on which the locks were obtained, as
shown by the combination of eir
The eir
8.4.2.1.1. Security Considerations for State Reclaim
During the grace period, a client can reclaim state that it believes or
asserts it had before the server restarted. Unless the server
maintained a complete record of all the state the client had,
the server has little choice but to trust the client. (Of course,
if the server maintained a complete record, then it would not
have to force the client to reclaim state after server restart.)
While the server has to trust the client to tell the truth, the
negative consequences for security are limited to enabling
denial
Nonetheless, it is possible that a client operating in error or maliciously could, during reclaim, prevent another client from reclaiming access to state. For example, an attacker could send an OPEN reclaim operation with a deny mode that prevents another client from reclaiming the OPEN state it had before the server restarted. The attacker could perform the same denial of service during steady state prior to server restart, as long as the attacker had permissions. Given that the attack vectors are equivalent, the grace period does not offer any additional opportunity for denial of service, and any concerns about this attack vector, whether during grace or steady state, are addressed the same way: use RPCSEC_GSS for authentication and limit access to the file only to principals that the owner of the file trusts.¶
Note that if prior to restart the server had client
IDs with the EXCHGID4
8.4.3. Network Partitions and Recovery
If the duration of a network partition is greater than the lease period provided by the server, the server will not have received a lease renewal from the client. If this occurs, the server may free all locks held for the client or it may allow the lock state to remain for a considerable period, subject to the constraint that if a request for a conflicting lock is made, locks associated with an expired lease do not prevent such a conflicting lock from being granted but MUST be revoked as necessary so as to avoid interfering with such conflicting requests.¶
If the server chooses to delay freeing of lock state until there is a conflict, it may either free all of the client's locks once there is a conflict or it may only revoke the minimum set of locks necessary to allow conflicting requests. When it adopts the finer-grained approach, it must revoke all locks associated with a given stateid, even if the conflict is with only a subset of locks.¶
When the server chooses to free all of a client's lock state, either immediately upon lease expiration or as a result of the first attempt to obtain a conflicting a lock, the server may report the loss of lock state in a number of ways.¶
The server may choose to invalidate the session and the associated
client ID. In this case, once the client can communicate
with the server, it will receive an NFS4ERR
Another possibility is for the server to maintain the session and
client ID but for all stateids held by the
client to become invalid or stale. Once the client can reach
the server after such a network partition, the status returned by
the SEQUENCE operation will indicate a loss of locking state; i.e.,
the flag SEQ4
When the server adopts a finer-grained approach to revocation
of locks when a client's lease has expired, only a subset of stateids
will normally become invalid during a network partition.
When the client can communicate with the server after such a
network partition heals, the status returned by the SEQUENCE
operation will indicate a partial loss of locking state
When a network partition is combined with a server restart, there are edge conditions that place requirements on the server in order to avoid silent data corruption following the server restart. Two of these edge conditions are known, and are discussed below.¶
The first edge condition arises as a result of the scenarios such as the following:¶
Thus, at the final step, the server has erroneously granted client A's lock reclaim. If client B modified the object the lock was protecting, client A will experience object corruption.¶
The second known edge condition arises in situations such as the following:¶
As with the first edge condition, the final step of the scenario of the second edge condition has the server erroneously granting client A's lock reclaim.¶
Solving the first and second edge conditions requires either that the server
always assumes after it restarts that some edge condition
occurs, and thus returns NFS4ERR
Assuming the above record keeping, for the first edge condition, after
the server restarts, the record that client A's lease expired means
that another client could have acquired a conflicting byte-range lock,
share reservation, or delegation. Hence, the server must reject a
reclaim from client A with the error NFS4ERR
For the second edge condition, after the server restarts for a second
time, the indication that the client had not completed its
reclaims at the time at which the grace period ended
means that the server must reject a reclaim from client A
with the error NFS4ERR
When either edge condition occurs, the client's attempt to reclaim
locks will result in the error NFS4ERR
Regardless of the level and approach to record keeping, the server MUST implement one of the following strategies (which apply to reclaims of share reservations, byte-range locks, and delegations):¶
A mandate for the client's handling of the NFS4ERR
When the client receives NFS4ERR
For further discussion of revocation of locks, see Section 8.5.¶
8.5. Server Revocation of Locks
At any point, the server can revoke locks held by a client, and the client must be prepared for this event. When the client detects that its locks have been or may have been revoked, the client is responsible for validating the state information between itself and the server. Validating locking state for the client means that it must verify or reclaim state for each lock currently held.¶
The first occasion of lock revocation is upon server
restart. Note that this includes situations
in which sessions are persistent and locking state is
lost. In this class of instances, the client will
receive an error
The second occasion of lock revocation is the inability to renew the lease
before expiration, as discussed in
Section 8.4.3. While this is
considered a rare or unusual event,
the client must be prepared to recover. The server is responsible
for determining the precise consequences of the lease expiration,
informing the client of the scope of the lock revocation decided
upon. The client then uses the status information provided
by the server in the SEQUENCE results (field sr
The third occasion of lock revocation can occur as a result of
revocation of locks within the lease period, either because of
administrative intervention or because a recallable lock (a
delegation or layout) was not returned within the lease period
after having been recalled. While these are
considered rare events, they are possible, and the client must be
prepared to deal with them. When either of these events occurs,
the client finds out about the situation through the status returned
by the SEQUENCE operation. Any use of stateids associated with
locks revoked during the lease period will receive the error
NFS4ERR
In all situations in which a subset of locking state may have been revoked, which include all cases in which locking state is revoked within the lease period, it is up to the client to determine which locks have been revoked and which have not. It does this by using the TEST_STATEID operation on the appropriate set of stateids. Once the set of revoked locks has been determined, the applications can be notified, and the invalidated stateids can be freed and lock revocation acknowledged by using FREE_STATEID.¶
8.6. Short and Long Leases
When determining the time period for the server lease, the usual lease
trade-offs apply. A short lease is good for fast server recovery at a
cost of increased operations to effect lease renewal (when there are
no other operations during the period to effect lease renewal as a
side effect). A long lease is certainly kinder and gentler to
servers trying to handle very large numbers of clients. The number of extra requests
to effect lock renewal drops in inverse
proportion to the lease time. The disadvantages of a long lease
include the possibility of slower recovery after certain failures.
After server failure, a longer grace period may be required when
some clients do not promptly reclaim their locks and do a
global RECLAIM
A long lease is practical if the server can store lease state in stable storage. Upon recovery, the server can reconstruct the lease state from its stable storage and continue operation with its clients.¶
8.7. Clocks, Propagation Delay, and Calculating Lease Expiration
To avoid the need for synchronized clocks, lease times are granted by the server as a time delta. However, there is a requirement that the client and server clocks do not drift excessively over the duration of the lease. There is also the issue of propagation delay across the network, which could easily be several hundred milliseconds, as well as the possibility that requests will be lost and need to be retransmitted.¶
To take propagation delay into account, the client should subtract it from lease times (e.g., if the client estimates the one-way propagation delay as 200 milliseconds, then it can assume that the lease is already 200 milliseconds old when it gets it). In addition, it will take another 200 milliseconds to get a response back to the server. So the client must send a lease renewal or write data back to the server at least 400 milliseconds before the lease would expire. If the propagation delay varies over the life of the lease (e.g., the client is on a mobile host), the client will need to continuously subtract the increase in propagation delay from the lease times.¶
The server's lease period configuration should take into account the network distance of the clients that will be accessing the server's resources. It is expected that the lease period will take into account the network propagation delays and other network delay factors for the client population. Since the protocol does not allow for an automatic method to determine an appropriate lease period, the server's administrator may have to tune the lease period.¶
8.8. Obsolete Locking Infrastructure from NFSv4.0
There are a number of operations and fields within existing operations that no longer have a function in NFSv4.1. In one way or another, these changes are all due to the implementation of sessions that provide client context and exactly once semantics as a base feature of the protocol, separate from locking itself.¶
The following NFSv4.0 operations MUST NOT be implemented in NFSv4.1. The server MUST return NFS4ERR_NOTSUPP if these operations are found in an NFSv4.1 COMPOUND.¶
Also, there are a number of fields, present in existing operations, related to locking that have no use in minor version 1. They were used in minor version 0 to perform functions now provided in a different fashion.¶
Such vestigial fields in existing operations have no function in
NFSv4.1 and are ignored by the server. Note that client IDs in
operations new to NFSv4.1 (such as CREATE_SESSION and DESTROY
9. File Locking and Share Reservations
To support Win32 share reservations, it is necessary to provide operations that atomically open or create files. Having a separate share/unshare operation would not allow correct implementation of the Win32 OpenFile API. In order to correctly implement share semantics, the previous NFS protocol mechanisms used when a file is opened or created (LOOKUP, CREATE, ACCESS) need to be replaced. The NFSv4.1 protocol defines an OPEN operation that is capable of atomically looking up, creating, and locking a file on the server.¶
9.1. Opens and Byte-Range Locks
It is assumed that manipulating a byte-range lock is rare when compared to READ and WRITE operations. It is also assumed that server restarts and network partitions are relatively rare. Therefore, it is important that the READ and WRITE operations have a lightweight mechanism to indicate if they possess a held lock. A LOCK operation contains the heavyweight information required to establish a byte-range lock and uniquely define the owner of the lock.¶
9.1.1. State-Owner Definition
When opening a file or requesting a byte-range lock, the client must specify an identifier that represents the owner of the requested lock. This identifier is in the form of a state-owner, represented in the protocol by a state_owner4, a variable-length opaque array that, when concatenated with the current client ID, uniquely defines the owner of a lock managed by the client. This may be a thread ID, process ID, or other unique value.¶
Owners of opens and owners of byte-range locks are separate entities and remain separate even if the same opaque arrays are used to designate owners of each. The protocol distinguishes between open-owners (represented by open_owner4 structures) and lock-owners (represented by lock_owner4 structures).¶
Each open is associated with a specific open-owner while each byte-range lock is associated with a lock-owner and an open-owner, the latter being the open-owner associated with the open file under which the LOCK operation was done. Delegations and layouts, on the other hand, are not associated with a specific owner but are associated with the client as a whole (identified by a client ID).¶
9.1.2. Use of the Stateid and Locking
All READ, WRITE, and SETATTR operations contain a stateid. For the purposes of this section, SETATTR operations that change the size attribute of a file are treated as if they are writing the area between the old and new sizes (i.e., the byte-range truncated or added to the file by means of the SETATTR), even where SETATTR is not explicitly mentioned in the text. The stateid passed to one of these operations must be one that represents an open, a set of byte-range locks, or a delegation, or it may be a special stateid representing anonymous access or the special bypass stateid.¶
If the state-owner performs a READ or WRITE operation in a situation in which it has established a byte-range lock or share reservation on the server (any OPEN constitutes a share reservation), the stateid (previously returned by the server) must be used to indicate what locks, including both byte-range locks and share reservations, are held by the state-owner. If no state is established by the client, either a byte-range lock or a share reservation, a special stateid for anonymous state (zero as the value for "other" and "seqid") is used. (See Section 8.2.3 for a description of 'special' stateids in general.) Regardless of whether a stateid for anonymous state or a stateid returned by the server is used, if there is a conflicting share reservation or mandatory byte-range lock held on the file, the server MUST refuse to service the READ or WRITE operation.¶
Share reservations are established by OPEN operations and by their nature are mandatory in that when the OPEN denies READ or WRITE operations, that denial results in such operations being rejected with error NFS4ERR_LOCKED. Byte-range locks may be implemented by the server as either mandatory or advisory, or the choice of mandatory or advisory behavior may be determined by the server on the basis of the file being accessed (for example, some UNIX-based servers support a "mandatory lock bit" on the mode attribute such that if set, byte-range locks are required on the file before I/O is possible). When byte-range locks are advisory, they only prevent the granting of conflicting lock requests and have no effect on READs or WRITEs. Mandatory byte-range locks, however, prevent conflicting I/O operations. When they are attempted, they are rejected with NFS4ERR_LOCKED. When the client gets NFS4ERR_LOCKED on a file for which it knows it has the proper share reservation, it will need to send a LOCK operation on the byte-range of the file that includes the byte-range the I/O was to be performed on, with an appropriate locktype field of the LOCK operation's arguments (i.e., READ*_LT for a READ operation, WRITE*_LT for a WRITE operation).¶
Note that for UNIX environments that support mandatory byte-range locking, the distinction between advisory and mandatory locking is subtle. In fact, advisory and mandatory byte-range locks are exactly the same as far as the APIs and requirements on implementation. If the mandatory lock attribute is set on the file, the server checks to see if the lock-owner has an appropriate shared (READ_LT) or exclusive (WRITE_LT) byte-range lock on the byte-range it wishes to READ from or WRITE to. If there is no appropriate lock, the server checks if there is a conflicting lock (which can be done by attempting to acquire the conflicting lock on behalf of the lock-owner, and if successful, release the lock after the READ or WRITE operation is done), and if there is, the server returns NFS4ERR_LOCKED.¶
For Windows environments, byte-range locks are always mandatory, so the server always checks for byte-range locks during I/O requests.¶
Thus, the LOCK operation does not need to distinguish between advisory and mandatory byte-range locks. It is the server's processing of the READ and WRITE operations that introduces the distinction.¶
Every stateid that is validly passed to READ, WRITE, or SETATTR,
with the exception of special stateid values,
defines an access mode for the file (i.e.,
OPEN4
When a READ, WRITE, or SETATTR (that specifies the size attribute) operation is done, the operation is subject to checking against the access mode to verify that the operation is appropriate given the stateid with which the operation is associated.¶
In the case of WRITE-type operations (i.e., WRITEs and SETATTRs that
set size), the server MUST verify that the access mode allows writing
and MUST return an NFS4ERR
The READ bypass special stateid (all bits of "other" and "seqid" set to one) indicates a desire to bypass locking checks. The server MAY allow READ operations to bypass locking checks at the server, when this special stateid is used. However, WRITE operations with this special stateid value MUST NOT bypass locking checks and are treated exactly the same as if a special stateid for anonymous state were used.¶
A lock may not be granted while a READ or WRITE operation using one of the special stateids is being performed and the scope of the lock to be granted would conflict with the READ or WRITE operation. This can occur when:¶
When a client holds a delegation, it needs to ensure that the stateid sent conveys the association of operation with the delegation, to avoid the delegation from being avoidably recalled. When the delegation stateid, a stateid open associated with that delegation, or a stateid representing byte-range locks derived from such an open is used, the server knows that the READ, WRITE, or SETATTR does not conflict with the delegation but is sent under the aegis of the delegation. Even though it is possible for the server to determine from the client ID (via the session ID) that the client does in fact have a delegation, the server is not obliged to check this, so using a special stateid can result in avoidable recall of the delegation.¶
9.2. Lock Ranges
The protocol allows a lock-owner to request a lock with a byte-range
and then either upgrade, downgrade, or unlock a sub-range of
the initial lock, or a byte-range that
overlaps -- fully or partially -- either with that initial lock or a
combination of a set of existing locks for the same lock-owner. It
is expected that this will be an uncommon type of request. In any
case, servers or server file systems may not be able to support
sub-range lock semantics. In the event that a server receives a
locking request that represents a sub-range of current locking state
for the lock-owner, the server is allowed to return the error
NFS4ERR
The client is discouraged from combining multiple independent locking ranges that happen to be adjacent into a single request since the server may not support sub-range requests for reasons related to the recovery of byte-range locking state in the event of server failure. As discussed in Section 8.4.2, the server may employ certain optimizations during recovery that work effectively only when the client's behavior during lock recovery is similar to the client's locking behavior prior to server failure.¶
9.3. Upgrading and Downgrading Locks
If a client has a WRITE_LT lock on a byte-range, it can request an atomic
downgrade of the lock to a READ_LT lock via the LOCK operation, by setting
the type to READ_LT. If the server supports atomic downgrade, the
request will succeed. If not, it will return NFS4ERR
If a client has a READ_LT lock on a byte-range, it can request an atomic
upgrade of the lock to a WRITE_LT lock via the LOCK operation by setting
the type to WRITE_LT or WRITEW_LT. If the server does not support
atomic upgrade, it will return NFS4ERR
9.4. Stateid Seqid Values and Byte-Range Locks
When a LOCK or LOCKU operation is performed, the stateid returned has the same "other" value as the argument's stateid, and a "seqid" value that is incremented (relative to the argument's stateid) to reflect the occurrence of the LOCK or LOCKU operation. The server MUST increment the value of the "seqid" field whenever there is any change to the locking status of any byte offset as described by any of the locks covered by the stateid. A change in locking status includes a change from locked to unlocked or the reverse or a change from being locked for READ_LT to being locked for WRITE_LT or the reverse.¶
When there is no such change, as, for example, when a range already locked for WRITE_LT is locked again for WRITE_LT, the server MAY increment the "seqid" value.¶
9.5. Issues with Multiple Open-Owners
When the same file is opened by multiple open-owners, a client will have multiple OPEN stateids for that file, each associated with a different open-owner. In that case, there can be multiple LOCK and LOCKU requests for the same lock-owner sent using the different OPEN stateids, and so a situation may arise in which there are multiple stateids, each representing byte-range locks on the same file and held by the same lock-owner but each associated with a different open-owner.¶
In such a situation, the locking status of each byte (i.e., whether it is locked, the READ_LT or WRITE_LT type of the lock, and the lock-owner holding the lock) MUST reflect the last LOCK or LOCKU operation done for the lock-owner in question, independent of the stateid through which the request was sent.¶
When a byte is locked by the lock-owner in question, the open-owner to which that byte-range lock is assigned SHOULD be that of the open-owner associated with the stateid through which the last LOCK of that byte was done. When there is a change in the open-owner associated with locks for the stateid through which a LOCK or LOCKU was done, the "seqid" field of the stateid MUST be incremented, even if the locking, in terms of lock-owners has not changed. When there is a change to the set of locked bytes associated with a different stateid for the same lock-owner, i.e., associated with a different open-owner, the "seqid" value for that stateid MUST NOT be incremented.¶
9.6. Blocking Locks
Some clients require the support of blocking locks. While NFSv4.1 provides a callback when a previously unavailable lock becomes available, this is an OPTIONAL feature and clients cannot depend on its presence. Clients need to be prepared to continually poll for the lock. This presents a fairness problem. Two of the lock types, READW_LT and WRITEW_LT, are used to indicate to the server that the client is requesting a blocking lock. When the callback is not used, the server should maintain an ordered list of pending blocking locks. When the conflicting lock is released, the server may wait for the period of time equal to lease_time for the first waiting client to re-request the lock. After the lease period expires, the next waiting client request is allowed the lock. Clients are required to poll at an interval sufficiently small that it is likely to acquire the lock in a timely manner. The server is not required to maintain a list of pending blocked locks as it is used to increase fairness and not correct operation. Because of the unordered nature of crash recovery, storing of lock state to stable storage would be required to guarantee ordered granting of blocking locks.¶
Servers may also note the lock types and delay returning denial of the request to allow extra time for a conflicting lock to be released, allowing a successful return. In this way, clients can avoid the burden of needless frequent polling for blocking locks. The server should take care in the length of delay in the event the client retransmits the request.¶
If a server receives a blocking LOCK operation, denies it, and then later receives a nonblocking request for the same lock, which is also denied, then it should remove the lock in question from its list of pending blocking locks. Clients should use such a nonblocking request to indicate to the server that this is the last time they intend to poll for the lock, as may happen when the process requesting the lock is interrupted. This is a courtesy to the server, to prevent it from unnecessarily waiting a lease period before granting other LOCK operations. However, clients are not required to perform this courtesy, and servers must not depend on them doing so. Also, clients must be prepared for the possibility that this final locking request will be accepted.¶
When a server indicates, via the flag OPEN4
9.8. OPEN/CLOSE Operations
To provide correct share semantics, a client MUST use the OPEN
operation to obtain the initial filehandle and indicate the desired
access and what access, if any, to deny. Even if the client intends to
use a special stateid for anonymous state or READ bypass,
it must still obtain the
filehandle for the regular file with the OPEN operation so the
appropriate share semantics can be applied. Clients that do not
have a deny mode built into their programming interfaces for opening
a file should request a deny mode of
OPEN4
The OPEN operation with the CREATE flag also subsumes the CREATE operation for regular files as used in previous versions of the NFS protocol. This allows a create with a share to be done atomically.¶
The CLOSE operation removes all share reservations held by the
open-owner on that file. If byte-range locks are held, the client
SHOULD release all locks before sending a CLOSE operation. The server MAY free
all outstanding locks on CLOSE, but some servers may not support the
CLOSE of a file that still has byte-range locks held. The server MUST
return failure, NFS4ERR
The LOOKUP operation will return a filehandle without establishing any
lock state on the server. Without a valid stateid, the server will
assume that the client has the least access. For example, if one
client opened a file with OPEN4
9.9. Open Upgrade and Downgrade
When an OPEN is done for a file and the open-owner for which the OPEN
is being done already has the file open, the result is to upgrade the
open file status maintained on the server to include the access and
deny bits specified by the new OPEN as well as those for the existing
OPEN. The result is that there is one open file, as far as the
protocol is concerned, and it includes the union of the access and
deny bits for all of the OPEN requests completed. The OPEN
is represented by a single stateid whose "other" value matches
that of the original open, and whose "seqid" value is incremented
to reflect the occurrence of the upgrade. The increment is required
in cases in which the "upgrade" results in no change to the open mode (e.g., an OPEN
is done for read when the existing open file is opened for
OPEN4
When the server chooses to export multiple filehandles corresponding to the same file object and returns different filehandles on two different OPENs of the same file object, the server MUST NOT "OR" together the access and deny bits and coalesce the two open files. Instead, the server must maintain separate OPENs with separate stateids and will require separate CLOSEs to free them.¶
When multiple open files on the client are merged into a single OPEN file object on the server, the close of one of the open files (on the client) may necessitate change of the access and deny status of the open file on the server. This is because the union of the access and deny bits for the remaining opens may be smaller (i.e., a proper subset) than previously. The OPEN_DOWNGRADE operation is used to make the necessary change and the client should use it to update the server so that share reservation requests by other clients are handled properly. The stateid returned has the same "other" field as that passed to the server. The "seqid" value in the returned stateid MUST be incremented, even in situations in which there is no change to the access and deny bits for the file.¶
9.10. Parallel OPENs
Unlike the case of NFSv4.0, in which OPEN operations for the same open-owner are inherently serialized because of the owner-based seqid, multiple OPENs for the same open-owner may be done in parallel. When clients do this, they may encounter situations in which, because of the existence of hard links, two OPEN operations may turn out to open the same file, with a later OPEN performed being an upgrade of the first, with this fact only visible to the client once the operations complete.¶
In this situation, clients may determine the order in which the OPENs were performed by examining the stateids returned by the OPENs. Stateids that share a common value of the "other" field can be recognized as having opened the same file, with the order of the operations determinable from the order of the "seqid" fields, mod any possible wraparound of the 32-bit field.¶
When the possibility exists that the client will send multiple OPENs for the same open-owner in parallel, it may be the case that an open upgrade may happen without the client knowing beforehand that this could happen. Because of this possibility, CLOSEs and OPEN_DOWNGRADEs should generally be sent with a non-zero seqid in the stateid, to avoid the possibility that the status change associated with an open upgrade is not inadvertently lost.¶
9.11. Reclaim of Open and Byte-Range Locks
Special forms of the LOCK and OPEN operations are provided when it is necessary to re-establish byte-range locks or opens after a server failure.¶
Reclaims of opens associated with delegations are discussed in Section 10.2.1.¶
10. Client-Side Caching
Client-side caching of data, of file attributes, and of file names is essential to providing good performance with the NFS protocol. Providing distributed cache coherence is a difficult problem, and previous versions of the NFS protocol have not attempted it. Instead, several NFS client implementation techniques have been used to reduce the problems that a lack of coherence poses for users. These techniques have not been clearly defined by earlier protocol specifications, and it is often unclear what is valid or invalid client behavior.¶
The NFSv4.1 protocol uses many techniques similar to those that have been used in previous protocol versions. The NFSv4.1 protocol does not provide distributed cache coherence. However, it defines a more limited set of caching guarantees to allow locks and share reservations to be used without destructive interference from client-side caching.¶
In addition, the NFSv4.1 protocol introduces a delegation mechanism, which allows many decisions normally made by the server to be made locally by clients. This mechanism provides efficient support of the common cases where sharing is infrequent or where sharing is read-only.¶
10.1. Performance Challenges for Client-Side Caching
Caching techniques used in previous versions of the NFS protocol have been successful in providing good performance. However, several scalability challenges can arise when those techniques are used with very large numbers of clients. This is particularly true when clients are geographically distributed, which classically increases the latency for cache revalidation requests.¶
The previous versions of the NFS protocol repeat their file data cache validation requests at the time the file is opened. This behavior can have serious performance drawbacks. A common case is one in which a file is only accessed by a single client. Therefore, sharing is infrequent.¶
In this case, repeated references to the server to find that no conflicts exist are expensive. A better option with regards to performance is to allow a client that repeatedly opens a file to do so without reference to the server. This is done until potentially conflicting operations from another client actually occur.¶
A similar situation arises in connection with byte-range locking. Sending LOCK and LOCKU operations as well as the READ and WRITE operations necessary to make data caching consistent with the locking semantics (see Section 10.3.2) can severely limit performance. When locking is used to provide protection against infrequent conflicts, a large penalty is incurred. This penalty may discourage the use of byte-range locking by applications.¶
The NFSv4.1 protocol provides more aggressive caching strategies with the following design goals:¶
The appropriate requirements for the server are discussed in later sections in which specific forms of caching are covered (see Section 10.4).¶
10.2. Delegation and Callbacks
Recallable delegation of server responsibilitie
A delegation is passed from the server to the client, specifying the object of the delegation and the type of delegation. There are different types of delegations, but each type contains a stateid to be used to represent the delegation when performing operations that depend on the delegation. This stateid is similar to those associated with locks and share reservations but differs in that the stateid for a delegation is associated with a client ID and may be used on behalf of all the open-owners for the given client. A delegation is made to the client as a whole and not to any specific process or thread of control within it.¶
The backchannel is established by CREATE_SESSION and
BIND
Unlike locks, an operation by a second client to a delegated file will cause the server to recall a delegation through a callback. For individual operations, we will describe, under IMPLEMENTATION, when such operations are required to effect a recall. A number of points should be noted, however.¶
Despite those caveats, the implementation sections for a number of operations describe situations in which delegation recall would be required under some common circumstances:¶
On recall, the client holding the delegation needs to flush modified state (such as modified data) to the server and return the delegation. The conflicting request will not be acted on until the recall is complete. The recall is considered complete when the client returns the delegation or the server times its wait for the delegation to be returned and revokes the delegation as a result of the timeout. In the interim, the server will either delay responding to conflicting requests or respond to them with NFS4ERR_DELAY. Following the resolution of the recall, the server has the information necessary to grant or deny the second client's request.¶
At the time the client receives a delegation recall, it may have substantial state that needs to be flushed to the server. Therefore, the server should allow sufficient time for the delegation to be returned since it may involve numerous RPCs to the server. If the server is able to determine that the client is diligently flushing state to the server as a result of the recall, the server may extend the usual time allowed for a recall. However, the time allowed for recall completion should not be unbounded.¶
An example of this is when responsibility to mediate opens on a given file is delegated to a client (see Section 10.4). The server will not know what opens are in effect on the client. Without this knowledge, the server will be unable to determine if the access and deny states for the file allow any particular open until the delegation for the file has been returned.¶
A client failure or a network partition can result in failure to respond to a recall callback. In this case, the server will revoke the delegation, which in turn will render useless any modified state still on the client.¶
10.2.1. Delegation Recovery
There are three situations that delegation recovery needs to deal with:¶
In the event the client restarts, the failure to renew the lease will result in the revocation of byte-range locks and share reservations. Delegations, however, may be treated a bit differently.¶
There will be situations in which delegations will need to be re-established after a client restarts. The reason for this is that the client may have file data stored locally and this data was associated with the previously held delegations. The client will need to re-establish the appropriate file state on the server.¶
To allow for this type of client recovery, the server MAY extend the
period for delegation recovery beyond the typical lease expiration
period. This implies that requests from other clients that conflict
with these delegations will need to wait. Because the normal recall
process may require significant time for the client to flush changed
state to the server, other clients need be prepared for delays that
occur because of a conflicting delegation. This longer interval would
increase the window for clients to restart and consult stable storage
so that the delegations can be reclaimed. For OPEN delegations, such
delegations are reclaimed using OPEN with a claim type of
CLAIM
A server MAY support claim types of CLAIM
When the server restarts, delegations are reclaimed (using the OPEN operation with CLAIM_PREVIOUS) in a similar fashion to byte-range locks and share reservations. However, there is a slight semantic difference. In the normal case, if the server decides that a delegation should not be granted, it performs the requested action (e.g., OPEN) without granting any delegation. For reclaim, the server grants the delegation but a special designation is applied so that the client treats the delegation as having been granted but recalled by the server. Because of this, the client has the duty to write all modified state to the server and then return the delegation. This process of handling delegation reclaim reconciles three principles of the NFSv4.1 protocol:¶
When a client needs to reclaim a delegation and there is no associated open, the client may use the CLAIM_PREVIOUS variant of the WANT_DELEGATION operation. However, since the server is not required to support this operation, an alternative is to reclaim via a dummy OPEN together with the delegation using an OPEN of type CLAIM_PREVIOUS. The dummy open file can be released using a CLOSE to re-establish the original state to be reclaimed, a delegation without an associated open.¶
When a client has more than a single open associated with a delegation,
state for those additional opens can be established using OPEN
operations of type CLAIM
When a network partition occurs, delegations are subject to freeing by the server when the lease renewal period expires. This is similar to the behavior for locks and share reservations. For delegations, however, the server may extend the period in which conflicting requests are held off. Eventually, the occurrence of a conflicting request from another client will cause revocation of the delegation. A loss of the backchannel (e.g., by later network configuration change) will have the same effect. A recall request will fail and revocation of the delegation will result.¶
A client normally finds out about revocation of a delegation when it
uses a stateid associated with a delegation and receives one of the
errors NFS4ERR
10.3. Data Caching
When applications share access to a set of files, they need to be implemented so as to take account of the possibility of conflicting access by another application. This is true whether the applications in question execute on different clients or reside on the same client.¶
Share reservations and byte-range locks are the facilities the NFSv4.1 protocol provides to allow applications to coordinate access by using mutual exclusion facilities. The NFSv4.1 protocol's data caching must be implemented such that it does not invalidate the assumptions on which those using these facilities depend.¶
10.3.1. Data Caching and OPENs
In order to avoid invalidating the sharing assumptions on which applications rely, NFSv4.1 clients should not provide cached data to applications or modify it on behalf of an application when it would not be valid to obtain or modify that same data via a READ or WRITE operation.¶
Furthermore, in the absence of an OPEN delegation (see Section 10.4), two additional rules apply. Note that these rules are obeyed in practice by many NFSv3 clients.¶
10.3.2. Data Caching and File Locking
For those applications that choose to use byte-range locking instead of share reservations to exclude inconsistent file access, there is an analogous set of constraints that apply to client-side data caching. These rules are effective only if the byte-range locking is used in a way that matches in an equivalent way the actual READ and WRITE operations executed. This is as opposed to byte-range locking that is based on pure convention. For example, it is possible to manipulate a two-megabyte file by dividing the file into two one-megabyte ranges and protecting access to the two byte-ranges by byte-range locks on bytes zero and one. A WRITE_LT lock on byte zero of the file would represent the right to perform READ and WRITE operations on the first byte-range. A WRITE_LT lock on byte one of the file would represent the right to perform READ and WRITE operations on the second byte-range. As long as all applications manipulating the file obey this convention, they will work on a local file system. However, they may not work with the NFSv4.1 protocol unless clients refrain from data caching.¶
The rules for data caching in the byte-range locking environment are:¶
Note that flushing data to the server and the invalidation of cached data must reflect the actual byte-ranges locked or unlocked. Rounding these up or down to reflect client cache block boundaries will cause problems if not carefully done. For example, writing a modified block when only half of that block is within an area being unlocked may cause invalid modification to the byte-range outside the unlocked area. This, in turn, may be part of a byte-range locked by another client. Clients can avoid this situation by synchronously performing portions of WRITE operations that overlap that portion (initial or final) that is not a full block. Similarly, invalidating a locked area that is not an integral number of full buffer blocks would require the client to read one or two partial blocks from the server if the revalidation procedure shows that the data that the client possesses may not be valid.¶
The data that is written to the server as a prerequisite to the unlocking of a byte-range must be written, at the server, to stable storage. The client may accomplish this either with synchronous writes or by following asynchronous writes with a COMMIT operation. This is required because retransmission of the modified data after a server restart might conflict with a lock held by another client.¶
A client implementation may choose to accommodate applications that use byte-range locking in non-standard ways (e.g., using a byte-range lock as a global semaphore) by flushing to the server more data upon a LOCKU than is covered by the locked range. This may include modified data within files other than the one for which the unlocks are being done. In such cases, the client must not interfere with applications whose READs and WRITEs are being done only within the bounds of byte-range locks that the application holds. For example, an application locks a single byte of a file and proceeds to write that single byte. A client that chose to handle a LOCKU by flushing all modified data to the server could validly write that single byte in response to an unrelated LOCKU operation. However, it would not be valid to write the entire block in which that single written byte was located since it includes an area that is not locked and might be locked by another client. Client implementations can avoid this problem by dividing files with modified data into those for which all modifications are done to areas covered by an appropriate byte-range lock and those for which there are modifications not covered by a byte-range lock. Any writes done for the former class of files must not include areas not locked and thus not modified on the client.¶
10.3.3. Data Caching and Mandatory File Locking
Client-side data caching needs to respect mandatory byte-range locking when it is in effect. The presence of mandatory byte-range locking for a given file is indicated when the client gets back NFS4ERR_LOCKED from a READ or WRITE operation on a file for which it has an appropriate share reservation. When mandatory locking is in effect for a file, the client must check for an appropriate byte-range lock for data being read or written. If a byte-range lock exists for the range being read or written, the client may satisfy the request using the client's validated cache. If an appropriate byte-range lock is not held for the range of the read or write, the read or write request must not be satisfied by the client's cache and the request must be sent to the server for processing. When a read or write request partially overlaps a locked byte-range, the request should be subdivided into multiple pieces with each byte-range (locked or not) treated appropriately.¶
10.3.4. Data Caching and File Identity
When clients cache data, the file data needs to be organized according to the file system object to which the data belongs. For NFSv3 clients, the typical practice has been to assume for the purpose of caching that distinct filehandles represent distinct file system objects. The client then has the choice to organize and maintain the data cache on this basis.¶
In the NFSv4.1 protocol, there is now the possibility to have significant deviations from a "one filehandle per object" model because a filehandle may be constructed on the basis of the object's pathname. Therefore, clients need a reliable method to determine if two filehandles designate the same file system object. If clients were simply to assume that all distinct filehandles denote distinct objects and proceed to do data caching on this basis, caching inconsistencies would arise between the distinct client-side objects that mapped to the same server-side object.¶
By providing a method to differentiate filehandles, the NFSv4.1 protocol alleviates a potential functional regression in comparison with the NFSv3 protocol. Without this method, caching inconsistencies within the same client could occur, and this has not been present in previous versions of the NFS protocol. Note that it is possible to have such inconsistencies with applications executing on multiple clients, but that is not the issue being addressed here.¶
For the purposes of data caching, the following steps allow an NFSv4.1 client to determine whether two distinct filehandles denote the same server-side object:¶
10.4. Open Delegation
When a file is being OPENed, the server may delegate further handling of opens and closes for that file to the opening client. Any such delegation is recallable since the circumstances that allowed for the delegation are subject to change. In particular, if the server receives a conflicting OPEN from another client, the server must recall the delegation before deciding whether the OPEN from the other client may be granted. Making a delegation is up to the server, and clients should not assume that any particular OPEN either will or will not result in an OPEN delegation. The following is a typical set of conditions that servers might use in deciding whether an OPEN should be delegated:¶
There are two types of OPEN delegations: OPEN
When a client has an OPEN
When a client has an OPEN delegation, it does not need to send OPENs or
CLOSEs to the server. Instead, the client may update the
appropriate status internally. For an OPEN
When an OPEN delegation is made, the reply to the OPEN contains an OPEN delegation structure that specifies the following:¶
The delegation stateid is separate and distinct from the stateid for the OPEN proper. The standard stateid, unlike the delegation stateid, is associated with a particular lock-owner and will continue to be valid after the delegation is recalled and the file remains open.¶
When a request internal to the client is made to open a file and an OPEN delegation is in effect, it will be accepted or rejected solely on the basis of the following conditions. Any requirement for other checks to be made by the delegate should result in the OPEN delegation being denied so that the checks can be made by the server itself.¶
The nfsace4 passed with delegation can be used to avoid frequent ACCESS calls. The permission check should be as follows:¶
The server may return an nfsace4 that is more restrictive than the actual ACL of the file. This includes an nfsace4 that specifies denial of all access. Note that some common practices such as mapping the traditional user "root" to the user "nobody" (see Section 5.9) may make it incorrect to return the actual ACL of the file in the delegation response.¶
The use of a delegation together with various other forms of caching creates the possibility that no server authentication and authorization will ever be performed for a given user since all of the user's requests might be satisfied locally. Where the client is depending on the server for authentication and authorization, the client should be sure authentication and authorization occurs for each user by use of the ACCESS operation. This should be the case even if an ACCESS operation would not be required otherwise. As mentioned before, the server may enforce frequent authentication by returning an nfsace4 denying all access with every OPEN delegation.¶
10.4.1. Open Delegation and Data Caching
An OPEN delegation allows much of the message overhead associated with
the opening and closing files to be eliminated. An open when an OPEN
delegation is in effect does not require that a validation
message be sent to the server. The continued endurance of the
"OPEN
For the purposes of OPEN delegation, READs and WRITEs done without an OPEN are treated as the functional equivalents of a corresponding type of OPEN. Although a client SHOULD NOT use special stateids when an open exists, delegation handling on the server can use the client ID associated with the current session to determine if the operation has been done by the holder of the delegation (in which case, no recall is necessary) or by another client (in which case, the delegation must be recalled and I/O not proceed until the delegation is returned or revoked).¶
With delegations, a client is able to avoid writing data to the server when the CLOSE of a file is serviced. The file close system call is the usual point at which the client is notified of a lack of stable storage for the modified file data generated by the application. At the close, file data is written to the server and, through normal accounting, the server is able to determine if the available file system space for the data has been exceeded (i.e., the server returns NFS4ERR_NOSPC or NFS4ERR_DQUOT). This accounting includes quotas. The introduction of delegations requires that an alternative method be in place for the same type of communication to occur between client and server.¶
In the delegation response, the server provides either the limit of the size of the file or the number of modified blocks and associated block size. The server must ensure that the client will be able to write modified data to the server of a size equal to that provided in the original delegation. The server must make this assurance for all outstanding delegations. Therefore, the server must be careful in its management of available space for new or modified data, taking into account available file system space and any applicable quotas. The server can recall delegations as a result of managing the available file system space. The client should abide by the server's state space limits for delegations. If the client exceeds the stated limits for the delegation, the server's behavior is undefined.¶
Based on server conditions, quotas, or available file system space, the
server may grant OPEN
With respect to authentication, flushing modified data to the server after a CLOSE has occurred may be problematic. For example, the user of the application may have logged off the client, and unexpired authentication credentials may not be present. In this case, the client may need to take special care to ensure that local unexpired credentials will in fact be available. This may be accomplished by tracking the expiration time of credentials and flushing data well in advance of their expiration or by making private copies of credentials to assure their availability when needed.¶
10.4.2. Open Delegation and File Locks
When a client holds an OPEN
When a client holds an OPEN
10.4.3. Handling of CB_GETATTR
The server needs to employ special handling for a GETATTR where the
target is a file that has an OPEN
Since CB_GETATTR is being used to satisfy another client's GETATTR request, the server only needs to know if the client holding the delegation has a modified version of the file. If the client's copy of the delegated file is not modified (data or size), the server can satisfy the second client's GETATTR request from the attributes stored locally at the server. If the file is modified, the server only needs to know about this modified state. If the server determines that the file is currently modified, it will respond to the second client's GETATTR as if the file had been modified locally at the server.¶
Since the form of the change attribute is determined by the server and is opaque to the client, the client and server need to agree on a method of communicating the modified state of the file. For the size attribute, the client will report its current view of the file size. For the change attribute, the handling is more involved.¶
For the client, the following steps will be taken when receiving an
OPEN
For simplicity of implementation, the client MAY for each CB_GETATTR return the same value d. This is true even if, between successive CB_GETATTR operations, the client again modifies the file's data or metadata in its cache. The client can return the same value because the only requirement is that the client be able to indicate to the server that the client holds modified data. Therefore, the value of d may always be c + 1.¶
While the change attribute is opaque to the client in the sense that it has no idea what units of time, if any, the server is counting change with, it is not opaque in that the client has to treat it as an unsigned integer, and the server has to be able to see the results of the client's changes to that integer. Therefore, the server MUST encode the change attribute in network order when sending it to the client. The client MUST decode it from network order to its native order when receiving it, and the client MUST encode it in network order when sending it to the server. For this reason, change is defined as an unsigned integer rather than an opaque array of bytes.¶
For the server, the following steps will be taken when providing an
OPEN
As discussed earlier in this section, the client MAY return the same
cc value on subsequent CB_GETATTR calls, even if the file was modified
in the client's cache yet again between successive CB_GETATTR calls.
Therefore, the server must assume that the file has been modified yet
again, and MUST take care to ensure that the new nsc it constructs and
returns is greater than the previous nsc it returned. An example
implementation'
This would return to the client (that sent GETATTR) the attributes it requested, but make sure size comes from what CB_GETATTR returned. The server would not update the file's metadata with the client's modified size.¶
In the case that the file attribute size is different than the server's current value, the server treats this as a modification regardless of the value of the change attribute retrieved via CB_GETATTR and responds to the second client as in the last step.¶
This methodology resolves issues of clock differences between client and server and other scenarios where the use of CB_GETATTR break down.¶
It should be noted that the server is under no obligation to use CB_GETATTR, and therefore the server MAY simply recall the delegation to avoid its use.¶
10.4.4. Recall of Open Delegation
The following events necessitate recall of an OPEN delegation:¶
Whether a RENAME of a directory in the path leading to the file results in recall of an OPEN delegation depends on the semantics of the server's file system. If that file system denies such RENAMEs when a file is open, the recall must be performed to determine whether the file in question is, in fact, open.¶
In addition to the situations above, the server may choose to recall OPEN delegations at any time if resource constraints make it advisable to do so. Clients should always be prepared for the possibility of recall.¶
When a client receives a recall for an OPEN delegation, it needs to update state on the server before returning the delegation. These same updates must be done whenever a client chooses to return a delegation voluntarily. The following items of state need to be dealt with:¶
In the case of OPEN
An implementation need not wait until delegation recall (or the decision to voluntarily return a delegation) to perform any of the above actions, if implementation considerations (e.g., resource availability constraints) make that desirable. Generally, however, the fact that the actual OPEN state of the file may continue to change makes it not worthwhile to send information about opens and closes to the server, except as part of delegation return. An exception is when the client has no more internal opens of the file. In this case, sending a CLOSE is useful because it reduces resource utilization on the client and server. Regardless of the client's choices on scheduling these actions, all must be performed before the delegation is returned, including (when applicable) the close that corresponds to the OPEN that resulted in the delegation. These actions can be performed either in previous requests or in previous operations in the same COMPOUND request.¶
10.4.5. Clients That Fail to Honor Delegation Recalls
A client may fail to respond to a recall for various reasons, such as
a failure of the backchannel from server to the client. The client
may be unaware of a failure in the backchannel. This lack of
awareness could result in the client finding out long after the
failure that its delegation has been revoked, and another client has
modified the data for which the client had a delegation. This is
especially a problem for the client that held an OPEN
Status bits returned by SEQUENCE operations help to provide an
alternate way of informing the client of issues regarding the
status of the backchannel and of recalled delegations. When the
backchannel is not available, the server returns the status bit
SEQ4
Whether the backchannel is functioning or not, it may be that the
recalled delegation is not returned. Note that the client's lease
might still be renewed, even though the recalled delegation is not
returned. In this situation, servers SHOULD revoke delegations that
are not returned in a period of time equal to the lease period. This
period of time should allow the client time to note the
backchannel
When delegations are revoked, the server will return with the
SEQ4
10.4.6. Delegation Revocation
At the point a delegation is revoked, if there are associated opens on the client, these opens may or may not be revoked. If no byte-range lock or open is granted that is inconsistent with the existing open, the stateid for the open may remain valid and be disconnected from the revoked delegation, just as would be the case if the delegation were returned.¶
For example, if an OPEN for OPEN4
When opens and/or locks are revoked, the applications holding these opens or locks need to be notified. This notification usually occurs by returning errors for READ/WRITE operations or when a close is attempted for the open file.¶
If no opens exist for the file at the point the delegation is revoked, then notification of the revocation is unnecessary. However, if there is modified data present at the client for the file, the user of the application should be notified. Unfortunately, it may not be possible to notify the user since active applications may not be present at the client. See Section 10.5.1 for additional details.¶
10.4.7. Delegations via WANT_DELEGATION
In addition to providing delegations as part of the reply to OPEN operations, servers MAY provide delegations separate from open, via the OPTIONAL WANT_DELEGATION operation. This allows delegations to be obtained in advance of an OPEN that might benefit from them, for objects that are not a valid target of OPEN, or to deal with cases in which a delegation has been recalled and the client wants to make an attempt to re-establish it if the absence of use by other clients allows that.¶
The WANT_DELEGATION operation may be performed on any type of file object other than a directory.¶
When a delegation is obtained using WANT
The WANT_DELEGATION operation provides for delivery of delegations
via callbacks, when the delegations are not immediately available.
When a requested delegation is available, it is delivered to the
client via a CB_PUSH_DELEG operation. When this happens, open files
for the same filehandle become subordinate to the new delegation
at the point at which the delegation is delivered, just as if they had
been created using an OPEN of type CLAIM
10.5. Data Caching and Revocation
When locks and delegations are revoked, the assumptions upon which successful caching depends are no longer guaranteed. For any locks or share reservations that have been revoked, the corresponding state-owner needs to be notified. This notification includes applications with a file open that has a corresponding delegation that has been revoked. Cached data associated with the revocation must be removed from the client. In the case of modified data existing in the client's cache, that data must be removed from the client without being written to the server. As mentioned, the assumptions made by the client are no longer valid at the point when a lock or delegation has been revoked. For example, another client may have been granted a conflicting byte-range lock after the revocation of the byte-range lock at the first client. Therefore, the data within the lock range may have been modified by the other client. Obviously, the first client is unable to guarantee to the application what has occurred to the file in the case of revocation.¶
Notification to a state-owner will in many cases consist of simply
returning an error on the next and all subsequent READs/WRITEs to the
open file or on the close. Where the methods available to a client
make such notification impossible because errors for certain
operations may not be returned, more drastic action such as signals or
process termination may be appropriate. The justification here is
that an invariant on which an application depends may be violated.
Depending on how errors are typically treated for the client
10.5.1. Revocation Recovery for Write Open Delegation
Revocation recovery for an OPEN
If there is modified data on the client, it must not be flushed
normally to the server. A client may attempt to provide a copy of the
file data as modified during the delegation under a different name in
the file system namespace to ease recovery. Note that when the
client can determine that the file has not been modified by any other
client, or when the client has a complete cached copy of the file in
question, such a saved copy of the client's view of the file may be of
particular value for recovery. In another case, recovery using a copy
of the file based partially on the client's cached data and partially
on the server's copy as modified by other clients will be anything but
straightforward
Saving of such modified data in delegation revocation situations may be limited to files of a certain size or might be used only when sufficient disk space is available within the target file system. Such saving may also be restricted to situations when the client has sufficient buffering resources to keep the cached copy available until it is properly stored to the target file system.¶
10.6. Attribute Caching
This section pertains to the caching of a file's attributes on a client when that client does not hold a delegation on the file.¶
The attributes discussed in this section do not include named attributes. Individual named attributes are analogous to files, and caching of the data for these needs to be handled just as data caching is for ordinary files. Similarly, LOOKUP results from an OPENATTR directory (as well as the directory's contents) are to be cached on the same basis as any other pathnames.¶
Clients may cache file attributes obtained from the server and use them to avoid subsequent GETATTR requests. Such caching is write through in that modification to file attributes is always done by means of requests to the server and should not be done locally and should not be cached. The exception to this are modifications to attributes that are intimately connected with data caching. Therefore, extending a file by writing data to the local data cache is reflected immediately in the size as seen on the client without this change being immediately reflected on the server. Normally, such changes are not propagated directly to the server, but when the modified data is flushed to the server, analogous attribute changes are made on the server. When OPEN delegation is in effect, the modified attributes may be returned to the server in reaction to a CB_RECALL call.¶
The result of local caching of attributes is that the attribute caches maintained on individual clients will not be coherent. Changes made in one order on the server may be seen in a different order on one client and in a third order on another client.¶
The typical file system application programming interfaces do not provide means to atomically modify or interrogate attributes for multiple files at the same time. The following rules provide an environment where the potential incoherencies mentioned above can be reasonably managed. These rules are derived from the practice of previous NFS protocols.¶
Note that if the full set of attributes to be cached is requested by READDIR, the results can be cached by the client on the same basis as attributes obtained via GETATTR.¶
A client may validate its cached version of attributes for a file by fetching both the change and time_access attributes and assuming that if the change attribute has the same value as it did when the attributes were cached, then no attributes other than time_access have changed. The reason why time_access is also fetched is because many servers operate in environments where the operation that updates change does not update time_access. For example, POSIX file semantics do not update access time when a file is modified by the write system call [15]. Therefore, the client that wants a current time_access value should fetch it with change during the attribute cache validation processing and update its cached time_access.¶
The client may maintain a cache of modified attributes for those attributes intimately connected with data of modified regular files (size, time_modify, and change). Other than those three attributes, the client MUST NOT maintain a cache of modified attributes. Instead, attribute changes are immediately sent to the server.¶
In some operating environments, the equivalent to time_access is expected to be implicitly updated by each read of the content of the file object. If an NFS client is caching the content of a file object, whether it is a regular file, directory, or symbolic link, the client SHOULD NOT update the time_access attribute (via SETATTR or a small READ or READDIR request) on the server with each read that is satisfied from cache. The reason is that this can defeat the performance benefits of caching content, especially since an explicit SETATTR of time_access may alter the change attribute on the server. If the change attribute changes, clients that are caching the content will think the content has changed, and will re-read unmodified data from the server. Nor is the client encouraged to maintain a modified version of time_access in its cache, since the client either would eventually have to write the access time to the server with bad performance effects or never update the server's time_access, thereby resulting in a situation where an application that caches access time between a close and open of the same file observes the access time oscillating between the past and present. The time_access attribute always means the time of last access to a file by a read that was satisfied by the server. This way clients will tend to see only time_access changes that go forward in time.¶
10.7. Data and Metadata Caching and Memory Mapped Files
Some operating environments include the capability for an application to map a file's content into the application's address space. Each time the application accesses a memory location that corresponds to a block that has not been loaded into the address space, a page fault occurs and the file is read (or if the block does not exist in the file, the block is allocated and then instantiated in the application's address space).¶
As long as each memory-mapped access to the file requires a page fault, the relevant attributes of the file that are used to detect access and modification (time_access, time_metadata, time_modify, and change) will be updated. However, in many operating environments, when page faults are not required, these attributes will not be updated on reads or updates to the file via memory access (regardless of whether the file is local or is accessed remotely). A client or server MAY fail to update attributes of a file that is being accessed via memory-mapped I/O. This has several implications:¶
Here the challenge is for each client to resynchronize to get a correct view of the first page. In many operating environments, the virtual memory management systems on each client only know a page is modified, not that a subset of the page corresponding to the respective lock byte-ranges has been modified. So it is not possible for each client to do the right thing, which is to write to the server only that portion of the page that is locked. For example, if client A simply writes out the page, and then client B writes out the page, client A's data is lost.¶
Moreover, if mandatory locking is enabled on the file, then we have a
different problem. When clients A and B execute the STORE instructions,
the resulting page faults require a byte-range lock on the entire page.
Each client then tries to extend their locked range to the entire
page, which results in a deadlock. Communicating the NFS4ERR
If a client is locking the entire memory-mapped file, there is no problem with advisory or mandatory byte-range locking, at least until the client unlocks a byte-range in the middle of the file.¶
Given the above issues, the following are permitted:¶
10.8. Name and Directory Caching without Directory Delegations
The NFSv4.1 directory delegation facility (described in Section 10.9 below) is OPTIONAL for servers to implement. Even where it is implemented, it may not always be functional because of resource availability issues or other constraints. Thus, it is important to understand how name and directory caching are done in the absence of directory delegations. These topics are discussed in the next two subsections.¶
10.8.1. Name Caching
The results of LOOKUP and READDIR operations may be cached to avoid the cost of subsequent LOOKUP operations. Just as in the case of attribute caching, inconsistencies may arise among the various client caches. To mitigate the effects of these inconsistencies and given the context of typical file system APIs, an upper time boundary is maintained for how long a client name cache entry can be kept without verifying that the entry has not been made invalid by a directory change operation performed by another client.¶
When a client is not making changes to a directory for which there exist name cache entries, the client needs to periodically fetch attributes for that directory to ensure that it is not being modified. After determining that no modification has occurred, the expiration time for the associated name cache entries may be updated to be the current time plus the name cache staleness bound.¶
When a client is making changes to a given directory, it needs to determine whether there have been changes made to the directory by other clients. It does this by using the change attribute as reported before and after the directory operation in the associated change_info4 value returned for the operation. The server is able to communicate to the client whether the change_info4 data is provided atomically with respect to the directory operation. If the change values are provided atomically, the client has a basis for determining, given proper care, whether other clients are modifying the directory in question.¶
The simplest way to enable the client to make this determination is for the client to serialize all changes made to a specific directory. When this is done, and the server provides before and after values of the change attribute atomically, the client can simply compare the after value of the change attribute from one operation on a directory with the before value on the subsequent operation modifying that directory. When these are equal, the client is assured that no other client is modifying the directory in question.¶
When such serialization is not used, and there may be multiple simultaneous outstanding operations modifying a single directory sent from a single client, making this sort of determination can be more complicated. If two such operations complete in a different order than they were actually performed, that might give an appearance consistent with modification being made by another client. Where this appears to happen, the client needs to await the completion of all such modifications that were started previously, to see if the outstanding before and after change numbers can be sorted into a chain such that the before value of one change number matches the after value of a previous one, in a chain consistent with this client being the only one modifying the directory.¶
In either of these cases, the client is able to determine whether the directory is being modified by another client. If the comparison indicates that the directory was updated by another client, the name cache associated with the modified directory is purged from the client. If the comparison indicates no modification, the name cache can be updated on the client to reflect the directory operation and the associated timeout can be extended. The post-operation change value needs to be saved as the basis for future change_info4 comparisons.¶
As demonstrated by the scenario above, name caching requires that the client revalidate name cache data by inspecting the change attribute of a directory at the point when the name cache item was cached. This requires that the server update the change attribute for directories when the contents of the corresponding directory is modified. For a client to use the change_info4 information appropriately and correctly, the server must report the pre- and post-operation change attribute values atomically. When the server is unable to report the before and after values atomically with respect to the directory operation, the server must indicate that fact in the change_info4 return value. When the information is not atomically reported, the client should not assume that other clients have not changed the directory.¶
10.8.2. Directory Caching
The results of READDIR operations may be used to avoid subsequent
READDIR operations. Just as in the cases of attribute and name
caching, inconsistencies may arise among the various client caches. To
mitigate the effects of these inconsistencies
The revalidation technique parallels that discussed in the case of name caching. When the client is not changing the directory in question, checking the change attribute of the directory with GETATTR is adequate. The lifetime of the cache entry can be extended at these checkpoints. When a client is modifying the directory, the client needs to use the change_info4 data to determine whether there are other clients modifying the directory. If it is determined that no other client modifications are occurring, the client may update its directory cache to reflect its own changes.¶
As demonstrated previously, directory caching requires that the client revalidate directory cache data by inspecting the change attribute of a directory at the point when the directory was cached. This requires that the server update the change attribute for directories when the contents of the corresponding directory is modified. For a client to use the change_info4 information appropriately and correctly, the server must report the pre- and post-operation change attribute values atomically. When the server is unable to report the before and after values atomically with respect to the directory operation, the server must indicate that fact in the change_info4 return value. When the information is not atomically reported, the client should not assume that other clients have not changed the directory.¶
10.9. Directory Delegations
10.9.1. Introduction to Directory Delegations
Directory caching for the NFSv4.1 protocol, as previously described, is similar to file caching in previous versions. Clients typically cache directory information for a duration determined by the client. At the end of a predefined timeout, the client will query the server to see if the directory has been updated. By caching attributes, clients reduce the number of GETATTR calls made to the server to validate attributes. Furthermore, frequently accessed files and directories, such as the current working directory, have their attributes cached on the client so that some NFS operations can be performed without having to make an RPC call. By caching name and inode information about most recently looked up entries in a Directory Name Lookup Cache (DNLC), clients do not need to send LOOKUP calls to the server every time these files are accessed.¶
This caching approach works reasonably well at reducing network traffic in many environments. However, it does not address environments where there are numerous queries for files that do not exist. In these cases of "misses", the client sends requests to the server in order to provide reasonable application semantics and promptly detect the creation of new directory entries. Examples of high miss activity are compilation in software development environments. The current behavior of NFS limits its potential scalability and wide-area sharing effectiveness in these types of environments. Other distributed stateful file system architectures such as AFS and DFS have proven that adding state around directory contents can greatly reduce network traffic in high-miss environments.¶
Delegation of directory contents is an OPTIONAL feature of NFSv4.1. Directory delegations provide similar traffic reduction benefits as with file delegations. By allowing clients to cache directory contents (in a read-only fashion) while being notified of changes, the client can avoid making frequent requests to interrogate the contents of slowly-changing directories, reducing network traffic and improving client performance. It can also simplify the task of determining whether other clients are making changes to the directory when the client itself is making many changes to the directory and changes are not serialized.¶
Directory delegations allow improved namespace cache consistency to be achieved through delegations and synchronous recalls, in the absence of notifications. In addition, if time-based consistency is sufficient, asynchronous notifications can provide performance benefits for the client, and possibly the server, under some common operating conditions such as slowly-changing and/or very large directories.¶
10.9.2. Directory Delegation Design
NFSv4.1 introduces the GET
In addition to asking for delegations, a client can also ask for notifications for certain events. These events include changes to the directory's attributes and/or its contents. If a client asks for notification for a certain event, the server will notify the client when that event occurs. This will not result in the delegation being recalled for that client. The notifications are asynchronous and provide a way of avoiding recalls in situations where a directory is changing enough that the pure recall model may not be effective while trying to allow the client to get substantial benefit. In the absence of notifications, once the delegation is recalled the client has to refresh its directory cache; this might not be very efficient for very large directories.¶
The delegation is read-only and the client may not make changes to
the directory other than by performing NFSv4.1 operations that modify
the directory or the associated file attributes so that the server
has knowledge of these changes. In order to keep the client's
namespace synchronized with that of the server, the server will notify
the delegation
Delegations can be recalled by the server at any time. Normally, the server will recall the delegation when the directory changes in a way that is not covered by the notification, or when the directory changes and notifications have not been requested. If another client removes the directory for which a delegation has been granted, the server will recall the delegation.¶
10.9.3. Attributes in Support of Directory Notifications
See Section 5.11 for a description of the attributes associated with directory notifications.¶
10.9.4. Directory Delegation Recall
The server will recall the directory delegation by sending a callback to the client. It will use the same callback procedure as used for recalling file delegations. The server will recall the delegation when the directory changes in a way that is not covered by the notification. However, the server need not recall the delegation if attributes of an entry within the directory change.¶
If the server notices that handing out a delegation for a directory is causing too many notifications to be sent out, it may decide to not hand out delegations for that directory and/or recall those already granted. If a client tries to remove the directory for which a delegation has been granted, the server will recall all associated delegations.¶
The implementation sections for a number of operations describe situations in which notification or delegation recall would be required under some common circumstances. In this regard, a similar set of caveats to those listed in Section 10.2 apply.¶
10.9.5. Directory Delegation Recovery
Recovery from client or server restart for state on regular files
has two main goals: avoiding the necessity of
breaking application guarantees with respect to locked files and
delivery of updates cached at the client. Neither of these
goals applies to directories protected by OPEN
11. Multi-Server Namespace
NFSv4.1 supports attributes that allow a namespace to extend beyond the boundaries of a single server. It is desirable that clients and servers support construction of such multi-server namespaces. Use of such multi-server namespaces is OPTIONAL; however, and for many purposes, single-server namespaces are perfectly acceptable. The use of multi-server namespaces can provide many advantages by separating a file system's logical position in a namespace from the (possibly changing) logistical and administrative considerations that cause a particular file system to be located on a particular server via a single network access path that has to be known in advance or determined using DNS.¶
11.1. Terminology
In this section as a whole (i.e., within all of Section 11), the phrase "client ID" always refers to the 64-bit shorthand identifier assigned by the server (a clientid4) and never to the structure that the client uses to identify itself to the server (called an nfs_client_id4 or client_owner in NFSv4.0 and NFSv4.1, respectively). The opaque identifier within those structures is referred to as a "client id string".¶
11.1.1. Terminology Related to Trunking
It is particularly important to clarify the distinction between trunking detection and trunking discovery. The definitions we present are applicable to all minor versions of NFSv4, but we will focus on how these terms apply to NFS version 4.1.¶
The combination of a server network address and a particular connection type to be used by a connection is referred to as a "server endpoint". Although using different connection types may result in different ports being used, the use of different ports by multiple connections to the same network address in such cases is not the essence of the distinction between the two endpoints used. This is in contrast to the case of port-specific endpoints, in which the explicit specification of port numbers within network addresses is used to allow a single server node to support multiple NFS servers.¶
Two network addresses connected to the same server are said to
be server
Two network addresses connected to the same server such that
those addresses can be used to support a single common session
are referred to as session
11.1.2. Terminology Related to File System Location
Regarding the terminology that relates to the construction of multi-server namespaces out of a set of local per-server namespaces:¶
Regarding the terminology that relates to attributes used in trunking discovery and other multi-server namespace features:¶
Discussion of the term "replica" is complicated by the fact that
the term was used in RFC 5661 [66] with a meaning
different from that used in this document. In short,
in [66] each replica is identified by a
single network access path, while in the current document, a set
of network access paths that have server
Each set of server
11.2. File System Location Attributes
NFSv4.1 contains attributes that provide information about how a given file system may be accessed (i.e., at what network address and namespace position). As a result, file systems in the namespace of one server can be associated with one or more instances of that file system on other servers. These attributes contain file system location entries specifying a server address target (either as a DNS name representing one or more IP addresses or as a specific IP address) together with the pathname of that file system within the associated single-server namespace.¶
The fs
Within the fs
The fs_locations attribute defined in NFSv4.0 is also a part of
NFSv4.1. This attribute only allows specification of the file system
locations where the data corresponding to a given file
system may be found. Servers SHOULD make this attribute available
whenever fs
Within the fs_locations attribute, each fs_location4 contains a file system location entry with the server field designating the server and the rootpath field giving the location pathname within the server's pseudo-fs.¶
11.3. File System Presence or Absence
A given location in an NFSv4.1 namespace (typically but not necessarily
a multi-server namespace) can have a number of file system instance
locations
associated with it (via the fs_locations or fs
When there is no actual file system at the namespace location
in question, the file system is said to be "absent". An absent
file system contains no files or directories other than the
root. Any reference to it, except
to access a small set of attributes useful in determining
alternate locations, will result in an error, NFS4ERR_MOVED.
Note that if the server ever returns the error NFS4ERR_MOVED,
it MUST support the fs_locations
attribute and SHOULD support the fs
While the error name suggests that we have a case of a file system that once was present, and has only become absent later, this is only one possibility. A position in the namespace may be permanently absent with the set of file system(s) designated by the location attributes being the only realization. The name NFS4ERR_MOVED reflects an earlier, more limited conception of its function, but this error will be returned whenever the referenced file system is absent, whether it has moved or not.¶
Except in the case of GETATTR-type operations (to be discussed later), when the current filehandle at the start of an operation is within an absent file system, that operation is not performed and the error NFS4ERR_MOVED is returned, to indicate that the file system is absent on the current server.¶
Because a GETFH cannot succeed if the current filehandle is within an absent file system, filehandles within an absent file system cannot be transferred to the client. When a client does have filehandles within an absent file system, it is the result of obtaining them when the file system was present, and having the file system become absent subsequently.¶
It should be noted that because the check for the current filehandle being within an absent file system happens at the start of every operation, operations that change the current filehandle so that it is within an absent file system will not result in an error. This allows such combinations as PUTFH-GETATTR and LOOKUP-GETATTR to be used to get attribute information, particularly location attribute information, as discussed below.¶
The RECOMMENDED file system attribute fs_status can be used to interrogate the present/absent status of a given file system.¶
11.4. Getting Attributes for an Absent File System
When a file system is absent, most attributes are not available,
but it is necessary to allow the client access to the small
set of attributes that are available, and most particularly
those that give information about the correct current locations
for this file system: fs_locations and fs
11.4.1. GETATTR within an Absent File System
As mentioned above, an exception is made for GETATTR in that
attributes may be obtained for a filehandle within an absent
file system. This exception only applies if the attribute
mask contains at least one attribute bit that indicates the
client is interested in a result regarding an absent file
system: fs_locations, fs
When a GETATTR is done on an absent file system, the set of
supported attributes is very limited. Many attributes, including
those that are normally REQUIRED, will not be available on an
absent file system. In addition to the attributes mentioned
above (fs_locations, fs
- change_policy:
-
This attribute is useful for absent file systems
and can be helpful in summarizing to the client when any
of the location
-related attributes change.¶ - fsid:
- This attribute should be provided so that the client can determine file system boundaries, including, in particular, the boundary between present and absent file systems. This value must be different from any other fsid on the current server and need have no particular relationship to fsids on any particular destination to which the client might be directed.¶
- mounted
_on _fileid : - For objects at the top of an absent file system, this attribute needs to be available. Since the fileid is within the present parent file system, there should be no need to reference the absent file system to provide this information.¶
Other attributes SHOULD NOT be made available for absent file systems, even when it is possible to provide them. The server should not assume that more information is always better and should avoid gratuitously providing additional information.¶
When a GETATTR operation includes a bit mask for one of the
attributes fs_locations, fs
Handling of VERIFY/NVERIFY is similar to GETATTR in that if
the attribute mask does not include fs_locations, fs
11.4.2. READDIR and Absent File Systems
A READDIR performed when the current filehandle is within an absent file system will result in an NFS4ERR_MOVED error, since, unlike the case of GETATTR, no such exception is made for READDIR.¶
Attributes for an absent file system may be fetched via a READDIR for a directory in a present file system, when that directory contains the root directories of one or more absent file systems. In this case, the handling is as follows:¶
11.5. Uses of File System Location Information
The file system location attributes
(i.e., fs_locations and fs
When a file system is present, these attributes can provide the following:¶
Under some circumstances, multiple replicas
may be used simultaneously to provide higher
When a file system is present but becomes absent, clients can be given the opportunity to have continued access to their data using a different replica. In this case, a continued attempt to use the data in the now-absent file system will result in an NFS4ERR_MOVED error, and then the successor replica or set of possible replica choices can be fetched and used to continue access. Transfer of access to the new replica location is referred to as "migration" and is discussed in Section 11.5.4 below.¶
When a file system is currently absent, specification of file system location provides a means by which file systems located on one server can be associated with a namespace defined by another server, thus allowing a general multi-server namespace facility. A designation of such a remote instance, in place of a file system not previously present, is called a "pure referral" and is discussed in Section 11.5.6 below.¶
Because client support for attributes related to file system location is OPTIONAL, a server may choose to take action to hide migration and referral events from such clients, by acting as a proxy, for example. The server can determine the presence of client support from the arguments of the EXCHANGE_ID operation (see Section 18.35.3).¶
11.5.1. Combining Multiple Uses in a Single Attribute
A file system location attribute will sometimes contain information relating to the location of multiple replicas, which may be used in different ways:¶
In order to simplify client handling and to allow the best choice of replicas to access, the server should adhere to the following guidelines:¶
11.5.2. File System Location Attributes and Trunking
Trunking is the use of multiple connections between a client and server in order to increase the speed of data transfer. A client may determine the set of network addresses to use to access a given file system in a number of ways:¶
When the client fetches a location attribute for a file system, it should be noted that the client may encounter multiple entries for a number of reasons, such that when it determines trunking information, it may need to bypass addresses not trunkable with one already known.¶
The server can provide location entries that include either names or network addresses. It might use the latter form because of DNS-related security concerns or because the set of addresses to be used might require active management by the server.¶
Location entries used to discover candidate addresses for use in trunking are subject to change, as discussed in Section 11.5.7 below. The client may respond to such changes by using additional addresses once they are verified or by ceasing to use existing ones. The server can force the client to cease using an address by returning NFS4ERR_MOVED when that address is used to access a file system. This allows a transfer of client access that is similar to migration, although the same file system instance is accessed throughout.¶
11.5.3. File System Location Attributes and Connection Type Selection
Because of the need to support multiple types of connections, clients face the issue of determining the proper connection type to use when establishing a connection to a given server network address. In some cases, this issue can be addressed through the use of the connection "step-up" facility described in Section 18.36. However, because there are cases in which that facility is not available, the client may have to choose a connection type with no possibility of changing it within the scope of a single connection.¶
The two file system location attributes differ as to the information made available in this regard. The fs_locations attribute provides no information to support connection type selection. As a result, clients supporting multiple connection types would need to attempt to establish connections using multiple connection types until the one preferred by the client is successfully established.¶
The fs
Irrespective of the particular attribute used, when there is no indication that a step-up operation can be performed, a client supporting RDMA operation can establish a new RDMA connection, and it can be bound to the session already established by the TCP connection, allowing the TCP connection to be dropped and the session converted to further use in RDMA mode, if the server supports that.¶
11.5.4. File System Replication
The fs_locations and fs
In the event that the occurrence of server failures, communications problems, or other difficulties make continued access to the current file system impossible or otherwise impractical, the client can use the alternate locations as a way to get continued access to its data.¶
The alternate locations may be physical replicas of the
(typically read-only) file system data supplemented by
possible asynchronous propagation of updates. Alternatively,
they may provide for the use of various forms of server
clustering in which multiple servers provide alternate
ways of accessing the same physical file system. How the
difference between replicas affects file system transitions
can be represented within the fs_locations and fs
Although the location attributes provide some information about the nature of the inter-replica transition, many aspects of the semantics of possible asynchronous updates are not currently described by the protocol, which makes it necessary for clients using replication to switch among replicas undergoing change to familiarize themselves with the semantics of the update approach used. Due to this lack of specificity, many applications may find the use of migration more appropriate because a server can propagate all updates made before an established point in time to the new replica as part of the migration event.¶
11.5.4.1. File System Trunking Presented as Replication
In some situations, a file system location entry may indicate a file system access path to be used as an alternate location, where trunking, rather than replication, is to be used. The situations in which this is appropriate are limited to those in which both of the following are true:¶
When these conditions hold, operations using both access paths are
generally trunked, although trunking may be disallowed when the
attribute fs
These situations were recognized by [66], even though that document made no explicit mention of trunking:¶
11.5.5. File System Migration
When a file system is present and becomes inaccessible using the current access path, the NFSv4.1 protocol provides a means by which clients can be given the opportunity to have continued access to their data. This may involve using a different access path to the existing replica or providing a path to a different replica. The new access path or the location of the new replica is specified by a file system location attribute. The ensuing migration of access includes the ability to retain locks across the transition. Depending on circumstances, this can involve:¶
Typically, a client will be
accessing the file system in question, get an NFS4ERR_MOVED
error, and then use a file system location attribute
to determine the new access path for the data. When
fs
In most instances, servers will choose to migrate all clients using a particular file system to a successor replica at the same time to avoid cases in which different clients are updating different replicas. However, migration of an individual client can be helpful in providing load balancing, as long as the replicas in question are such that they represent the same data as described in Section 11.11.8.¶
In other cases, the client might not have sufficient guarantees of data similarity or coherence to function properly (e.g., the data in the two replicas is similar but not identical), and the possibility that different clients are updating different replicas can exacerbate the difficulties, making the use of load balancing in such situations a perilous enterprise.¶
The protocol does not specify how the file system will be moved between
servers or how updates to multiple replicas will be coordinated.
It is anticipated that a number of different
server
In the case of various forms of server clustering, the new location
may be another server providing access to the same physical file system. The client's
responsibilitie
Although a single successor location is typical, multiple locations may be provided. When multiple locations are provided, the client will typically use the first one provided. If that is inaccessible for some reason, later ones can be used. In such cases, the client might consider the transition to the new replica to be a migration event, even though some of the servers involved might not be aware of the use of the server that was inaccessible. In such a case, a client might lose access to locking state as a result of the access transfer.¶
When an alternate location is designated as the target for
migration, it must designate the same data
(with metadata being the same to the degree indicated by the
fs
11.5.6. Referrals
Referrals allow the server to associate a file system namespace
entry located on one server with a file system located on another server.
When this includes
the use of pure referrals, servers are provided a way of
placing a file system in a location within the namespace
essentially without respect to its physical location on a
particular server. This allows a single server or a set of servers
to present a multi-server namespace that encompasses file systems
located on a wider range of servers. Some likely uses of this facility include
establishment of site-wide or organization
Referrals occur when a client determines, upon first referencing a position in the current namespace, that it is part of a new file system and that the file system is absent. When this occurs, typically upon receiving the error NFS4ERR_MOVED, the actual location or locations of the file system can be determined by fetching a locations attribute.¶
The file system location attribute may designate a single
file system location or multiple file system locations, to
be selected based on the needs of the client. The server,
in the fs
If the fs
Use of multi-server namespaces is enabled by NFSv4.1 but is not required. The use of multi-server namespaces and their scope will depend on the applications used and system administration preferences.¶
Multi-server namespaces can be established by a single
server providing a large set of pure referrals to all of the
included file systems. Alternatively, a single multi-server
namespace may be administrativel
Generally, multi-server namespaces are for the most part uniform, in that the same data made available to one client at a given location in the namespace is made available to all clients at that namespace location. However, there are facilities provided that allow different clients to be directed to different sets of data, for reasons such as enabling adaptation to such client characteristics as CPU architecture. These facilities are described in Section 11.17.3.¶
Note that it is possible, when providing a uniform namespace, to provide different location entries to different clients in order to provide each client with a copy of the data physically closest to it or otherwise optimize access (e.g., provide load balancing).¶
11.5.7. Changes in a File System Location Attribute
Although clients will typically fetch a file system location attribute when first accessing a file system and when NFS4ERR_MOVED is returned, a client can choose to fetch the attribute periodically, in which case, the value fetched may change over time.¶
For clients not prepared to access multiple replicas simultaneously (see Section 11.11.1), the handling of the various cases of location change are as follows:¶
For clients that are prepared to access several replicas simultaneously, the following additional cases need to be addressed. As in the cases discussed above, changes in the set of replicas need not be acted upon promptly, although the client has the option of adjusting its access even in the absence of difficulties that would lead to the selection of a new replica.¶
11.6. Trunking without File System Location Information
In situations in which a file system is accessed using two
server
This situation was recognized by [66], although that document made no explicit mention of trunking and treated the situation as one of simultaneous use of two distinct file system instances. In the explanatory framework now used to describe the situation, the case is one in which a single file system is accessed by two different trunked addresses.¶
11.7. Users and Groups in a Multi-Server Namespace
As in the case of a single-server environment (see Section 5.9), when an owner or group name of the form "id@domain" is assigned to a file, there is an implicit promise to return that same string when the corresponding attribute is interrogated subsequently. In the case of a multi-server namespace, that same promise applies even if server boundaries have been crossed. Similarly, when the owner attribute of a file is derived from the security principal that created the file, that attribute should have the same value even if the interrogation occurs on a different server from the file creation.¶
Similarly, the set of security principals recognized by all the participating servers needs to be the same, with each such principal having the same credentials, regardless of the particular server being accessed.¶
In order to meet these requirements, those setting up multi-server namespaces will need to limit the servers included so that:¶
Note that there is no requirement in general that the users corresponding to particular security principals have the same local representation on each server, even though it is most often the case that this is so.¶
When AUTH_SYS is used, the following additional requirements must be met:¶
Similarly, when stringified numeric user and group ids are used, the "local" representation of all owners and groups must be the same on all servers, even when AUTH_SYS is not used.¶
11.8. Additional Client-Side Considerations
When clients make use of servers that implement referrals, replication, and migration, care should be taken that a user who mounts a given file system that includes a referral or a relocated file system continues to see a coherent picture of that user-side file system despite the fact that it contains a number of server-side file systems that may be on different servers.¶
One important issue is upward navigation from the root of a server-side file system to its parent (specified as ".." in UNIX), in the case in which it transitions to that file system as a result of referral, migration, or a transition as a result of replication. When the client is at such a point, and it needs to ascend to the parent, it must go back to the parent as seen within the multi-server namespace rather than sending a LOOKUPP operation to the server, which would result in the parent within that server's single-server namespace. In order to do this, the client needs to remember the filehandles that represent such file system roots and use these instead of sending a LOOKUPP operation to the current server. This will allow the client to present to applications a consistent namespace, where upward navigation and downward navigation are consistent.¶
Another issue concerns refresh of referral locations. When referrals are used extensively, they may change as server configurations change. It is expected that clients will cache information related to traversing referrals so that future client-side requests are resolved locally without server communication. This is usually rooted in client-side name look up caching. Clients should periodically purge this data for referral points in order to detect changes in location information. When the change_policy attribute changes for directories that hold referral entries or for the referral entries themselves, clients should consider any associated cached referral information to be out of date.¶
11.9. Overview of File Access Transitions
File access transitions are of two types:¶
11.10. Effecting Network Endpoint Transitions
The endpoints used to access a particular file system instance may change in a number of ways, as listed below. In each of these cases, the same fsid, client IDs, filehandles, and stateids are used to continue access, with a continuity of lock state. In many cases, the same sessions can also be used.¶
The appropriate action depends on the set of replacement addresses
that are available for use
(i.e., server endpoints that are server
11.11. Effecting File System Transitions
There are a range of situations in which there is a change to be effected in the set of replicas used to access a particular file system. Some of these may involve an expansion or contraction of the set of replicas used as discussed in Section 11.11.1 below.¶
For reasons explained in that section, most transitions will involve
a transition from a single replica to a corresponding replacement
replica. When effecting replica transition, some types of
sharing between the replicas may affect handling of the
transition as described in
Sections 11.11.2
through 11.11.8 below.
The attribute fs
With regard to some types of state, the degree of continuity across the transition depends on the occasion prompting the transition, with transitions initiated by the servers (i.e., migration) offering much more scope for a nondisruptive transition than cases in which the client on its own shifts its access to another replica (i.e., replication). This issue potentially applies to locking state and to session state, which are dealt with below as follows:¶
11.11.1. File System Transitions and Simultaneous Access
The fs
Because of this difference in state handling, many clients will
not have the ability to take advantage of the fact that such
replicas represent the same data. Such clients will not be
prepared to use multiple replicas simultaneously but will access
each file system using only a single replica, although the
replica selected might make multiple server
Clients who are prepared to use multiple replicas simultaneously can divide opens among replicas however they choose. Once that choice is made, any subsequent transitions will treat the set of locking state associated with each replica as a single entity.¶
For example, if one of the replicas become unavailable, access will be transferred to a different replica, which is also capable of simultaneous access with the one still in use.¶
When there is no such replica, the transition may be to the replica already in use. At this point, the client has a choice between merging the locking state for the two replicas under the aegis of the sole replica in use or treating these separately until another replica capable of simultaneous access presents itself.¶
11.11.2. Filehandles and File System Transitions
There are a number of ways in which filehandles can be handled across a file system transition. These can be divided into two broad classes depending upon whether the two file systems across which the transition happens share sufficient state to effect some sort of continuity of file system handling.¶
When there is no such cooperation in filehandle assignment,
the two file systems are reported as being in different
handle classes. In this case,
all filehandles are assumed to expire as part of the
file system transition. Note that this behavior does not
depend on the fh_expire_type attribute and supersedes
the specification
of the FH4
When there is cooperation in filehandle assignment,
the two file systems are reported as being in the same
handle classes. In this case,
persistent filehandles remain valid after the file system
transition, while volatile filehandles (excluding those
that are only volatile due to the FH4
11.11.3. Fileids and File System Transitions
In NFSv4.0, the issue of continuity of fileids in the event of a file system transition was not addressed. The general expectation had been that in situations in which the two file system instances are created by a single vendor using some sort of file system image copy, fileids would be consistent across the transition, while in the analogous multi-vendor transitions they would not. This poses difficulties, especially for the client without special knowledge of the transition mechanisms adopted by the server. Note that although fileid is not a REQUIRED attribute, many servers support fileids and many clients provide APIs that depend on fileids.¶
It is important to note that while clients themselves may have no trouble with a fileid changing as a result of a file system transition event, applications do typically have access to the fileid (e.g., via stat). The result is that an application may work perfectly well if there is no file system instance transition or if any such transition is among instances created by a single vendor, yet be unable to deal with the situation in which a multi-vendor transition occurs at the wrong time.¶
Providing the same fileids in a multi-vendor (multiple server vendors) environment has generally been held to be quite difficult. While there is work to be done, it needs to be pointed out that this difficulty is partly self-imposed. Servers have typically identified fileid with inode number, i.e. with a quantity used to find the file in question. This identification poses special difficulties for migration of a file system between vendors where assigning the same index to a given file may not be possible. Note here that a fileid is not required to be useful to find the file in question, only that it is unique within the given file system. Servers prepared to accept a fileid as a single piece of metadata and store it apart from the value used to index the file information can relatively easily maintain a fileid value across a migration event, allowing a truly transparent migration event.¶
In any case, where servers can provide continuity of fileids, they should, and the client should be able to find out that such continuity is available and take appropriate action. Information about the continuity (or lack thereof) of fileids across a file system transition is represented by specifying whether the file systems in question are of the same fileid class.¶
Note that when consistent fileids do not exist across a transition (either because there is no continuity of fileids or because fileid is not a supported attribute on one of instances involved), and there are no reliable filehandles across a transition event (either because there is no filehandle continuity or because the filehandles are volatile), the client is in a position where it cannot verify that files it was accessing before the transition are the same objects. It is forced to assume that no object has been renamed, and, unless there are guarantees that provide this (e.g., the file system is read-only), problems for applications may occur. Therefore, use of such configurations should be limited to situations where the problems that this may cause can be tolerated.¶
11.11.4. Fsids and File System Transitions
Since fsids are generally only unique on a per-server basis, it is likely that they will change during a file system transition. Clients should not make the fsids received from the server visible to applications since they may not be globally unique, and because they may change during a file system transition event. Applications are best served if they are isolated from such transitions to the extent possible.¶
Although normally a single source file system will transition to a single target file system, there is a provision for splitting a single source file system into multiple target file systems, by specifying the FSLI4F_MULTI_FS flag.¶
11.11.4.1. File System Splitting
When a file system transition is made and the fs
Clients might choose to maintain the fsids passed to existing applications by mapping all of the fsids for the descendant file systems to the common fsid used for the original file system.¶
Splitting a file system can be done on a transition between file systems of the same fileid class, since the fact that fileids are unique within the source file system ensure they will be unique in each of the target file systems.¶
11.11.5. The Change Attribute and File System Transitions
Since the change attribute is defined as a server-specific one, change attributes fetched from one server are normally presumed to be invalid on another server. Such a presumption is troublesome since it would invalidate all cached change attributes, requiring refetching. Even more disruptive, the absence of any assured continuity for the change attribute means that even if the same value is retrieved on refetch, no conclusions can be drawn as to whether the object in question has changed. The identical change attribute could be merely an artifact of a modified file with a different change attribute construction algorithm, with that new algorithm just happening to result in an identical change value.¶
When the two file systems have consistent change attribute formats, and this fact is communicated to the client by reporting in the same change class, the client may assume a continuity of change attribute construction and handle this situation just as it would be handled without any file system transition.¶
11.11.6. Write Verifiers and File System Transitions
In a file system transition, the two file systems might be cooperating in the handling of unstably written data. Clients can determine if this is the case by seeing if the two file systems belong to the same write-verifier class. When this is the case, write verifiers returned from one system may be compared to those returned by the other and superfluous writes can be avoided.¶
When two file systems belong to different write-verifier classes, any verifier generated by one must not be compared to one provided by the other. Instead, the two verifiers should be treated as not equal even when the values are identical.¶
11.11.7. READDIR Cookies and Verifiers and File System Transitions
In a file system transition, the two file systems might be consistent in their handling of READDIR cookies and verifiers. Clients can determine if this is the case by seeing if the two file systems belong to the same readdir class. When this is the case, readdir class, READDIR cookies, and verifiers from one system will be recognized by the other, and READDIR operations started on one server can be validly continued on the other simply by presenting the cookie and verifier returned by a READDIR operation done on the first file system to the second.¶
When two file systems belong to different readdir classes, any READDIR cookie and verifier generated by one is not valid on the second and must not be presented to that server by the client. The client should act as if the verifier were rejected.¶
11.11.8. File System Data and File System Transitions
When multiple replicas exist and are used simultaneously or in
succession by a client, applications using them will normally expect
that they contain either the same data or data that is consistent with
the normal sorts of changes that are made by other clients
updating the data of the file system
(with metadata being the same to the degree indicated by the
fs
When none of these special situations applies, there is no basis
within the protocol for the client to make assumptions about the
contents of a replica file system or its relationship to previous
file system instances. Thus, switching between nominally
identical read-write file systems would not be possible because either the
client does not use the fs
11.11.9. Lock State and File System Transitions
While accessing a file system, clients obtain locks enforced by the server, which may prevent actions by other clients that are inconsistent with those locks.¶
When access is transferred between replicas, clients need to be assured that the actions disallowed by holding these locks cannot have occurred during the transition. This can be ensured by the methods below. Unless at least one of these is implemented, clients will not be assured of continuity of lock possession across a migration event:¶
Of these, Transparent State Migration provides the smoother experience for clients in that there is no need to go through a reclaim process before new locks can be obtained; however, it requires a greater degree of inter-server coordination. In general, the servers taking part in migration are free to provide either facility. However, when the filehandles can differ across the migration event, Transparent State Migration is the only available means of providing the needed functionality.¶
It should be noted that these two methods are not mutually exclusive and that a server might well provide both. In particular, if there is some circumstance preventing a specific lock from being transferred transparently, the destination server can allow it to be reclaimed by implementing a per-fs grace period for the migrated file system.¶
11.11.9.1. Security Consideration Related to Reclaiming Lock State after File System Transitions
Although it is possible for a client reclaiming state to misrepresent
its state in the same fashion as described in
Section 8.4.2.1.1, most
implementations providing for such reclamation in the case of
file system transitions
will have the ability to detect such misrepresentati
Typically, implementations that support file system transitions will have extensive information about the locks to be transferred. This is because of the following:¶
When such detailed locking information, not necessarily including the associated stateids, is available:¶
It is possible for implementations of grace periods in connection with file system transitions not to have detailed locking information available at the destination server, in which case, the security situation is exactly as described in Section 8.4.2.1.1.¶
11.11.9.2. Leases and File System Transitions
In the case of lease renewal, the client may not be submitting requests for a file system that has been transferred to another server. This can occur because of the lease renewal mechanism. The client renews the lease associated with all file systems when submitting a request on an associated session, regardless of the specific file system being referenced.¶
In order for the client to schedule renewal of its lease
where there is locking state that may have been relocated
to the new server, the client
must find out about lease relocation before that lease
expire. To accomplish this, the SEQUENCE operation will
return the status bit SEQ4
When a client receives an SEQ4
A client may use GETATTR of the fs_status
(or fs
Once the set of file systems with transferred locking state
has been determined, the client can follow the normal process
to obtain the new server information (through the
fs_locations and fs
11.11.9.3. Transitions and the Lease_time Attribute
In order that the client may appropriately manage its lease in the case of a file system transition, the destination server must establish proper values for the lease_time attribute.¶
When state is transferred transparently, that state should include the correct value of the lease_time attribute. The lease_time attribute on the destination server must never be less than that on the source, since this would result in premature expiration of a lease granted by the source server. Upon transitions in which state is transferred transparently, the client is under no obligation to refetch the lease_time attribute and may continue to use the value previously fetched (on the source server).¶
If state has not been transferred transparently, either
because the associated servers are shown as having different
eir
11.12. Transferring State upon Migration
When the transition is a result of a server
The means by which the client determines which of these transfer events has occurred are described in Section 11.13.¶
11.12.1. Transparent State Migration and pNFS
When pNFS is involved, the protocol is capable of supporting:¶
Note that migration, per se, is only involved in the transfer of the MDS function. Although the servicing of a layout may be transferred from one data server to another, this not done using the file system location attributes. The MDS can effect such transfers by recalling or revoking existing layouts and granting new ones on a different data server.¶
Migration of the MDS function is directly supported by Transparent State Migration. Layout state will normally be transparently transferred, just as other state is. As a result, Transparent State Migration provides a framework in which, given appropriate inter-MDS data transfer, one MDS can be substituted for another.¶
Migration of the file system function as a whole can be accomplished by recalling all layouts as part of the initial phase of the migration process. As a result, I/O will be done through the MDS during the migration process, and new layouts can be granted once the client is interacting with the new MDS. An MDS can also effect this sort of transition by revoking all layouts as part of Transparent State Migration, as long as the client is notified about the loss of locking state.¶
In order to allow migration to a file system on which pNFS is not supported, clients need to be prepared for a situation in which layouts are not available or supported on the destination file system and so direct I/O requests to the destination server, rather than depending on layouts being available.¶
Replacement of one DS by another is not addressed by migration as such but can be effected by an MDS recalling layouts for the DS to be replaced and issuing new ones to be served by the successor DS.¶
Migration may transfer a file system from a server that does not support pNFS to one that does. In order to properly adapt to this situation, clients that support pNFS, but function adequately in its absence, should check for pNFS support when a file system is migrated and be prepared to use pNFS when support is available on the destination.¶
11.13. Client Responsibilities When Access Is Transitioned
For a client to respond to an access transition, it must become aware of it. The ways in which this can happen are discussed in Section 11.13.1, which discusses indications that a specific file system access path has transitioned as well as situations in which additional activity is necessary to determine the set of file systems that have been migrated. Section 11.13.2 goes on to complete the discussion of how the set of migrated file systems might be determined. Sections 11.13.3 through 11.13.5 discuss how the client should deal with each transition it becomes aware of, either directly or as a result of migration discovery.¶
The following terms are used to describe client activities:¶
11.13.1. Client Transition Notifications
When there is a change in the network access path that a client is to use to access a file system, there are a number of related status indications with which clients need to deal:¶
Unlike NFSv4.0, in which the corresponding
conditions are both errors and thus mutually exclusive,
in NFSv4.1 the client can,
and often will, receive both indications on the same
request. As a result, implementations need to address the
question of how to coordinate
the necessary recovery actions when both indications
arrive in the response to the same request. It should be noted
that when processing an NFSv4 COMPOUND, the server
will normally decide
whether SEQ4
Since these indications are not mutually exclusive in NFSv4.1, the following combinations are possible results when a COMPOUND is issued:¶
Note that the specified actions only need to be taken if they are
not already going on. For example, when NFS4ERR_MOVED is received
while accessing a file system for which transition recovery is already occurring, the client
merely waits for that recovery to be completed, while the receipt of
the SEQ4
The fact that a lease-migrated condition does not result in an error in NFSv4.1 has a number of important consequences. In addition to the fact that the two indications are not mutually exclusive, as discussed above, there are number of issues that are important in considering implementation of migration discovery, as discussed in Section 11.13.2.¶
Because SEQ4
11.13.2. Performing Migration Discovery
Migration discovery can be performed in the same context as transition recovery, allowing recovery for each migrated file system to be invoked as it is discovered. Alternatively, it may be done in a separate migration discovery thread, allowing migration discovery to be done in parallel with one or more instances of transition recovery.¶
In either case, because the lease-migrated indication does not result in an error, other access to file systems on the server can proceed normally, with the possibility that further such indications will be received, raising the issue of how such indications are to be dealt with. In general:¶
This leaves a potential difficulty in situations in which the
migration discovery process is near to completion but is still
operating. One should not ignore a SEQ4
A useful approach to this issue involves the use of separate
externally
Given that framework, migration discovery processing would proceed as follows:¶
When the request used in the completion
It should be noted that the process described above is not
guaranteed to terminate, as a long series of new migration
events might continually delay the clearing of the SEQ4
Lease discovery needs to be provided as described above. This ensures that the client discovers file system migrations soon enough to renew its leases on each destination server before they expire. Non-renewal of leases can lead to loss of locking state. While the consequences of such loss can be ameliorated through implementations of courtesy locks, servers are under no obligation to do so, and a conflicting lock request may mean that a lock is revoked unexpectedly. Clients should be aware of this possibility.¶
11.13.3. Overview of Client Response to NFS4ERR_MOVED
This section outlines a way in which a client that receives NFS4ERR_MOVED can effect transition recovery by using a new server or server endpoint if one is available. As part of that process, it will determine:¶
During the first phase of this process, the client proceeds to examine file system location entries to find the initial network address it will use to continue access to the file system or its replacement. For each location entry that the client examines, the process consists of five steps:¶
Once the initial address has been determined, clients are free
to apply an abbreviated process to find additional addresses
trunkable with it (clients may seek session
- A:
- Before the EXCHANGE_ID, the fs name of the location entry is examined, and if it does not match that currently being used, the entry is ignored. Otherwise, one proceeds as specified by step 1 above.¶
- B:
-
In the case that the network address is session
-trunkable with one used previously, a BIND _CONN _TO _SESSION is used to access that session using the new network address. Otherwise, or if the bind operation fails, a CREATE_SESSION is done.¶ - C:
- The verification procedure referred to in step 4 above is used. However, if it fails, the entry is ignored and the next available entry is used.¶
11.13.4. Obtaining Access to Sessions and State after Migration
In the event that migration has occurred, migration recovery will involve determining whether Transparent State Migration has occurred. This decision is made based on the client ID returned by the EXCHANGE_ID and the reported confirmation status.¶
Once the client ID has been obtained, it is necessary to
obtain access to sessions to continue communication with the
new server.
In any of the cases in which Transparent State Migration
has occurred, it is possible that a session was transferred
as well. To deal with that possibility, clients can, after
doing the EXCHANGE_ID, issue a BIND
In some situations, it is possible for a BIND
Once the client has determined the initial migration status, and determined that there was a shift to a new server, it needs to re-establish its locking state, if possible. To enable this to happen without loss of the guarantees normally provided by locking, the destination server needs to implement a per-fs grace period in all cases in which lock state was lost, including those in which Transparent State Migration was not implemented. Each client for which there was a transfer of locking state to the new server will have the duration of the grace period to reclaim its locks, from the time its locks were transferred.¶
Clients need to deal with the following cases:¶
For all of the cases above, RECLAIM
11.13.5. Obtaining Access to Sessions and State after Network Address Transfer
The case in which there is a transfer to a new network address without migration is similar to that described in Section 11.13.4 above in that there is a need to obtain access to needed sessions and locking state. However, the details are simpler and will vary depending on the type of trunking between the address receiving NFS4ERR_MOVED and that to which the transfer is to be made.¶
To make a session available for use, a BIND
Access to appropriate locking state will generally need no actions beyond access to the session. However, the SEQ4_STATUS bits need to be checked for lost locking state, including the need to reclaim locks after a server reboot, since there is always a possibility of locking state being lost.¶
11.14. Server Responsibilities Upon Migration
In the event of file system migration, when the client connects to the destination server, that server needs to be able to provide the client continued access to the files it had open on the source server. There are two ways to provide this:¶
All the features described above can involve transfer of lock-related information between source and destination servers. In some cases, this transfer is a necessary part of the implementation, while in other cases, it is a helpful implementation aid, which servers might or might not use. The subsections below discuss the information that would be transferred but do not define the specifics of the transfer protocol. This is left as an implementation choice, although standards in this area could be developed at a later time.¶
11.14.1. Server Responsibilities in Effecting State Reclaim after Migration
In this case, the destination server needs no knowledge of the locks held on the source server. It relies on the clients to accurately report (via reclaim operations) the locks previously held, and does not allow new locks to be granted on migrated file systems until the grace period expires. Disallowing of new locks applies to all clients accessing these file systems, while grace period expiration occurs for each migrated client independently.¶
During this grace period, clients have the opportunity to use
reclaim operations to obtain locks for file system objects within
the migrated file system, in the same way that they do when
recovering from server restart, and the servers typically
rely on clients to accurately report their locks, although they
have the option of subjecting these requests to verification.
If the clients only reclaim locks held on the source server, no
conflict can arise. Once the client has reclaimed its locks,
it indicates the completion of lock reclamation by performing a
RECLAIM
While it is not necessary for source and destination servers to cooperate to transfer information about locks, implementations are well advised to consider transferring the following useful information:¶
11.14.2. Server Responsibilities in Effecting Transparent State Migration
The basic responsibility of the source server in effecting Transparent State Migration is to make available to the destination server a description of each piece of locking state associated with the file system being migrated. In addition to client id string and verifier, the source server needs to provide for each stateid:¶
Such information will most probably be organized by client id string on the destination server so that it can be used to provide appropriate context to each client when it makes itself known to the client. Issues connected with a client impersonating another by presenting another client's client id string can be addressed using NFSv4.1 state protection features, as described in Section 21.¶
A further server responsibility concerns locks that are revoked or otherwise lost during the process of file system migration. Because locks that appear to be lost during the process of migration will be reclaimed by the client, the servers have to take steps to ensure that locks revoked soon before or soon after migration are not inadvertently allowed to be reclaimed in situations in which the continuity of lock possession cannot be assured.¶
An additional responsibility of the cooperating servers concerns situations in which a stateid cannot be transferred transparently because it conflicts with an existing stateid held by the client and associated with a different file system. In this case, there are two valid choices:¶
When transferring state between the source and destination, the issues discussed in Section 7.2 of [69] must still be attended to. In this case, the use of NFS4ERR_DELAY may still be necessary in NFSv4.1, as it was in NFSv4.0, to prevent locking state changing while it is being transferred. See Section 15.1.1.3 for information about appropriate client retry approaches in the event that NFS4ERR_DELAY is returned.¶
There are a number of important differences in the NFS4.1 context:¶
As a result, when sessions are not transferred, the techniques discussed in Section 7.2 of [69] are adequate and will not be further discussed.¶
11.14.3. Server Responsibilities in Effecting Session Transfer
The basic responsibility of the source server in effecting session transfer is to make available to the destination server a description of the current state of each slot with the session, including the following:¶
When sessions are transferred, there are a number of issues that pose challenges in terms of making the transferred state unmodifiable during the period it is gathered up and transferred to the destination server:¶
As a result, when the file system state might otherwise be considered unmodifiable, the client might have any number of in-flight requests, each of which is capable of changing session state, which may be of a number of types:¶
It should be noted that the history of any particular slot is likely to include a number of these request classes. In the case in which a session that is migrated is used by file systems other than the one migrated, requests of class 5 may be common and may be the last request processed for many slots.¶
Since session state can change even after the locking state has been fixed as part of the migration process, the session state known to the client could be different from that on the destination server, which necessarily reflects the session state on the source server at an earlier time. In deciding how to deal with this situation, it is helpful to distinguish between two sorts of behavioral consequences of the choice of initial sequence ID values:¶
An important issue is that the specification needs to take note of all potential COMPOUNDs, even if they might be unlikely in practice. For example, a COMPOUND is allowed to access multiple file systems and might perform non-idempotent operations in some of them before accessing a file system being migrated. Also, a COMPOUND may return considerable data in the response before being rejected with NFS4ERR_DELAY or NFS4ERR_MOVED, and may in addition be marked as sa_cachethis. However, note that if the client and server adhere to rules in Section 15.1.1.3, there is no possibility of non-idempotent operations being spuriously reissued after receiving NFS4ERR_DELAY response.¶
To address these issues, a destination server MAY do any of the following when implementing session transfer:¶
Because of the considerations mentioned above, including the rules for the handling of NFS4ERR_DELAY included in Section 15.1.1.3, the destination server can respond appropriately to SEQUENCE operations received from the client by adopting the three policies listed below:¶
11.15. Effecting File System Referrals
Referrals are effected when an absent file system is encountered
and one or more alternate locations are made available by the
fs_locations or fs
The examples given in the sections below are somewhat artificial in that an actual client will not typically do a multi-component look up, but will have cached information regarding the upper levels of the name hierarchy. However, these examples are chosen to make the required behavior clear and easy to put within the scope of a small number of requests, without getting into a discussion of the details of how specific clients might choose to cache things.¶
11.15.1. Referral Example (LOOKUP)
Let us suppose that the following COMPOUND is sent in an
environment in which
Under the given circumstances, the following will be the result.¶
Given the failure of the GETFH, the client has the job of
determining the root of the absent file system and where to find
that file system, i.e., the server and path relative to that
server's root fh. Note that in this example, the client did
not obtain filehandles and attribute information (e.g., fsid) for
the intermediate directories, so that it would not be sure where
the absent file system starts. It could be the case, for example,
that /this/is/the is the root of the moved file system and that
the reason that the look up of "path" succeeded is that the
file system was not absent on that operation but was moved between the last
LOOKUP and the GETFH (since COMPOUND is not atomic). Even if we
had the fsids for all of the intermediate directories, we could
have no way of knowing that
In order to get the necessary information, let us re-send the
chain of LOOKUPs with GETFHs and GETATTRs to at least get the
fsids so we can be sure where the appropriate file system boundaries are.
The client could choose to get fs
- OP01:
-
PUTROOTFH --> NFS_OK¶
- OP02:
-
GETATTR(fsid) --> NFS_OK¶
- OP03:
- LOOKUP "this" --> NFS_OK¶
- OP04:
-
GETATTR(fsid) --> NFS_OK¶
- OP05:
-
GETFH --> NFS_OK¶
- OP06:
-
LOOKUP "is" --> NFS_OK¶
- OP07:
-
GETATTR(fsid) --> NFS_OK¶
- OP08:
-
GETFH --> NFS_OK¶
- OP09:
-
LOOKUP "the" --> NFS_OK¶
- OP10:
-
GETATTR(fsid) --> NFS_OK¶
- OP11:
-
GETFH --> NFS_OK¶
- OP12:
-
LOOKUP "path" --> NFS_OK¶
- OP13:
-
GETATTR(fsid, fs
_locations _info ) --> NFS_OK¶ - OP14:
-
GETFH --> NFS4ERR_MOVED¶
Given the above, the client knows where the root of the absent file
system is
11.15.2. Referral Example (READDIR)
Another context in which a client may encounter referrals is when it does a READDIR on a directory in which some of the sub-directories are the roots of absent file systems.¶
Suppose such a directory is read as follows:¶
In this case, because rdattr_error is not requested,
fs
So now suppose that we re-send with rdattr_error:¶
The results will be:¶
Suppose we do another READDIR to get fs
The results would be:¶
The attributes for the directory entry with the component named "path" will only contain:¶
The attributes for entry "path" will not contain size or time_modify because these attributes are not available within an absent file system.¶
11.16. The Attribute fs_locations
The fs_locations attribute is structured in the following way:¶
The fs_location4 data type is used to represent the location of a file system by providing a server name and the path to the root of the file system within that server's namespace. When a set of servers have corresponding file systems at the same path within their namespaces, an array of server names may be provided. An entry in the server array is a UTF-8 string and represents one of a traditional DNS host name, IPv4 address, IPv6 address, or a zero-length string. An IPv4 or IPv6 address is represented as a universal address (see Section 3.3.9 and [12]), minus the netid, and either with or without the trailing ".p1.p2" suffix that represents the port number. If the suffix is omitted, then the default port, 2049, SHOULD be assumed. A zero-length string SHOULD be used to indicate the current address being used for the RPC call. It is not a requirement that all servers that share the same rootpath be listed in one fs_location4 instance. The array of server names is provided for convenience. Servers that share the same rootpath may also be listed in separate fs_location4 entries in the fs_locations attribute.¶
The fs_locations4 data type and the fs_locations attribute each contain an array of such locations. Since the namespace of each server may be constructed differently, the "fs_root" field is provided. The path represented by fs_root represents the location of the file system in the current server's namespace, i.e., that of the server from which the fs_locations attribute was obtained. The fs_root path is meant to aid the client by clearly referencing the root of the file system whose locations are being reported, no matter what object within the current file system the current filehandle designates. The fs_root is simply the pathname the client used to reach the object on the current server (i.e., the object to which the fs_locations attribute applies).¶
When the fs_locations attribute is interrogated and there are no alternate file system locations, the server SHOULD return a zero-length array of fs_location4 structures, together with a valid fs_root.¶
As an example, suppose there is a replicated file system located at two servers (servA and servB). At servA, the file system is located at path /a/b/c. At, servB the file system is located at path /x/y/z. If the client were to obtain the fs_locations value for the directory at /a/b/c/d, it might not necessarily know that the file system's root is located in servA's namespace at /a/b/c. When the client switches to servB, it will need to determine that the directory it first referenced at servA is now represented by the path /x/y/z/d on servB. To facilitate this, the fs_locations attribute provided by servA would have an fs_root value of /a/b/c and two entries in fs_locations. One entry in fs_locations will be for itself (servA) and the other will be for servB with a path of /x/y/z. With this information, the client is able to substitute /x/y/z for the /a/b/c at the beginning of its access path and construct /x/y/z/d to use for the new server.¶
Note that there is no requirement that the number
of components in each rootpath be the same; there
is no relation between the number of components in
rootpath or fs_root, and none of the components
in a rootpath and fs_root have to be the same. In
the above example, we could have had a third element
in the locations array, with server equal to "servC"
and rootpath equal to "/I/II", and a fourth element in
locations with server equal to "servD" and rootpath
equal to "
The relationship between fs_root to a rootpath is that the client replaces the pathname indicated in fs_root for the current server for the substitute indicated in rootpath for the new server.¶
For an example of a referred or migrated file
system, suppose there is a file system located
at serv1. At serv1, the file system is located at
Thus, the server MUST return an fs_root that is equal to the path the client used to reach the object to which the fs_locations attribute applies. Otherwise, the client cannot determine the new path to use on the new server.¶
Since the fs_locations attribute lacks information defining various
attributes of the various file system choices presented, it SHOULD
only be interrogated and used when fs
The following rules are general and apply irrespective of the context.¶
For other class assignments, handling of file system transitions depends on the reasons for the transition:¶
The specific choices reflect typical implementation patterns for
failover and controlled migration, respectively. Since other
choices are possible and useful, this information is better
obtained by using fs
See Section 21 for a discussion on the recommendations for the security flavor to be used by any GETATTR operation that requests the fs_locations attribute.¶
11.17. The Attribute fs_locations_info
The fs
There is additional data present in
fs
The fs
Two fs
The attribute will always contain at least a single fs
It should be noted that fs
The fs
As noted above, the fs
The data presented in the fs
11.17.1. The fs_locations_server4 Structure
The fs
When these values are different in two fs
With the exception of the transport-flag field (at offset FSLI4BX_TFLAGS with the fls_info array), all of this data defined in this specification applies to the replica specified by the entry, rather than the specific network path used to access it. The classification of data in extensions to this data is discussed below.¶
Data within the fls_info array is in the form of 8-bit data items with constants giving the offsets within the array of various values describing this particular file system instance. This style of definition was chosen, in preference to explicit XDR structure definitions for these values, for a number of reasons.¶
The set of fls_info data is subject to expansion in a future minor version or in a Standards Track RFC within the context of a single minor version. The server SHOULD NOT send and the client MUST NOT use indices within the fls_info array or flag bits that are not defined in Standards Track RFCs.¶
In light of the new extension model defined in RFC 8178 [67] and the fact that the individual items within fls_info are not explicitly referenced in the XDR, the following practices should be followed when extending or otherwise changing the structure of the data returned in fls_info within the scope of a single minor version:¶
This encoding scheme can be adapted to the specification of multi-byte numeric values, even though none are currently defined. If extensions are made via Standards Track RFCs, multi-byte quantities will be encoded as a range of bytes with a range of indices, with the byte interpreted in big-endian byte order. Further, any such index assignments will be constrained by the need for the relevant quantities not to cross XDR word boundaries.¶
The fls_info array currently contains:¶
The general file system characteristics flag (at byte index FSLI4BX_GFLAGS) has the following bits defined within it:¶
The transport-flag field (at byte index FSLI4BX_TFLAGS) contains the following bits related to the transport capabilities of the specific network path(s) specified by the entry:¶
Attribute continuity and file system identity information are expressed by defining equivalence relations on the sets of file systems presented to the client. Each such relation is expressed as a set of file system equivalence classes. For each relation, a file system has an 8-bit class number. Two file systems belong to the same class if both have identical non-zero class numbers. Zero is treated as non-matching. Most often, the relevant question for the client will be whether a given replica is identical to / continuous with the current one in a given respect, but the information should be available also as to whether two other replicas match in that respect as well.¶
The following fields specify the file system's class numbers for the equivalence relations used in determining the nature of file system transitions. See Sections 11.9 through 11.14 and their various subsections for details about how this information is to be used. Servers may assign these values as they wish, so long as file system instances that share the same value have the specified relationship to one another; conversely, file systems that have the specified relationship to one another share a common class value. As each instance entry is added, the relationships of this instance to previously entered instances can be consulted, and if one is found that bears the specified relationship, that entry's class value can be copied to the new entry. When no such previous entry exists, a new value for that byte index (not previously used) can be selected, most likely by incrementing the value of the last class value assigned for that index.¶
Server
Rank is used to express a strict server-imposed ordering on clients, with lower values indicating "more preferred". Clients should attempt to use all replicas with a given rank before they use one with a higher rank. Only if all of those file systems are unavailable should the client proceed to those of a higher rank. Because specifying a rank will override client preferences, servers should be conservative about using this mechanism, particularly when the environment is one in which client communication characteristics are neither tightly controlled nor visible to the server.¶
Within a rank, the order value is used to specify the server's
preference to guide the client's selection when the client's own
preferences are not controlling, with lower values of order
indicating "more preferred". If replicas are approximately equal
in all respects, clients should defer to the order specified by the
server. When clients look at server latency as part of their
selection, they are free to use this criterion, but it is suggested
that when latency differences are not significant, the
server
Depending on the potential need for write access by a given client, one of the pairs of rank and order values is used. The read rank and order should only be used if the client knows that only reading will ever be done or if it is prepared to switch to a different replica in the event that any write access capability is required in the future.¶
11.17.2. The fs_locations_info4 Structure
The fs
The FSLI4IF_VAR_SUB flag within fli_flags controls whether variable substitution is to be enabled. See Section 11.17.3 for an explanation of variable substitution.¶
11.17.3. The fs_locations_item4 Structure
The fs
If this flag is not set, then fli_rootpath simply designates
the location of the target file system within each server's
single-server namespace just as it does for the rootpath
within the fs_location4 structure. When this bit is set,
however, component entries of a certain form are subject
to client-specific variable substitution so as to allow
a degree of namespace non-uniformity in order to accommodate
the selection of client-specific file system targets to
adapt to different client architectures or other
characteristics
When such substitution is in effect, a variable beginning with the string "${" and ending with the string "}" and containing a colon is to be replaced by the client-specific value associated with that variable. The string "unknown" should be used by the client when it has no value for such a variable. The pathname resulting from such substitutions is used to designate the target file system, so that different clients may have different file systems, corresponding to that location in the multi-server namespace.¶
As mentioned above, such substituted pathname variables
contain a colon. The part before the colon is to be a
DNS domain name, and the part after is to be a case
Where the domain is "ietf.org", only variable names defined in this document or subsequent Standards Track RFCs are subject to such substitution. Organizations are free to use their domain names to create their own sets of client-specific variables, to be subject to such substitution. In cases where such variables are intended to be used more broadly than a single organization, publication of an Informational RFC defining such variables is RECOMMENDED.¶
The variable ${ietf
The variable ${ietf
The variable ${ietf
Use of these variables could result in the direction of different clients to different file systems on the same server, as appropriate to particular clients. In cases in which the target file systems are located on different servers, a single server could serve as a referral point so that each valid combination of variable values would designate a referral hosted on a single server, with the targets of those referrals on a number of different servers.¶
Because namespace administration is affected by the values selected to substitute for various variables, clients should provide convenient means of determining what variable substitutions a client will implement, as well as, where appropriate, providing means to control the substitutions to be used. The exact means by which this will be done is outside the scope of this specification.¶
Although variable substitution is most suitable for use in the context of referrals, it may be used in the context of replication and migration. If it is used in these contexts, the server must ensure that no matter what values the client presents for the substituted variables, the result is always a valid successor file system instance to that from which a transition is occurring, i.e., that the data is identical or represents a later image of a writable file system.¶
Note that when fli_rootpath is a null pathname (that is, one
with zero components), the file system designated is at the
root of the specified server, whether or not the FSLI4IF_VAR_SUB
flag within the associated fs
11.18. The Attribute fs_status
In an environment in which multiple copies of the same basic set of data are available, information regarding the particular source of such data and the relationships among different copies can be very helpful in providing consistent data to applications.¶
The boolean fss_absent indicates whether the file system is
currently absent. This value will be set if the file system was
previously present and becomes absent, or if the file system has
never been present and the type is STATUS4
The fss_type field indicates the kind of file system image represented. This is of particular importance when using the version values to determine appropriate succession of file system images. When fss_absent is set, and the file system was previously present, the value of fss_type reflected is that when the file was last present. Five values are distinguished:¶
Note that in the STATUS4_UPDATED and STATUS4
The opaque strings fss_source and fss_current provide a way of presenting
information about the source of the file system image being present.
It is not intended that the client do anything with this information
other than make it available to administrative tools. It is
intended that this information be helpful when researching possible
problems with a file system image that might arise when it is
unclear if the correct image is being accessed and, if not, how that
image came to be made. This kind of diagnostic information will be
helpful, if, as seems likely, copies of file systems are made in
many different ways (e.g., simple user-level copies,
file
The opaque string fss_source is used to indicate the source of a given file system with the expectation that tools capable of creating a file system image propagate this information, when possible. It is understood that this may not always be possible since a user-level copy may be thought of as creating a new data set and the tools used may have no mechanism to propagate this data. When a file system is initially created, it is desirable to associate with it data regarding how the file system was created, where it was created, who created it, etc. Making this information available in this attribute in a human-readable string will be helpful for applications and system administrators and will also serve to make it available when the original file system is used to make subsequent copies.¶
The opaque string fss_current should provide whatever information is available about the source of the current copy. Such information includes the tool creating it, any relevant parameters to that tool, the time at which the copy was done, the user making the change, the server on which the change was made, etc. All information should be in a human-readable string.¶
The field fss_age provides an indication of how out-of-date the file system
currently is with respect to its ultimate data source (in case of
cascading data updates). This complements the fls_currency field of
fs
The fss_version field provides a version identification, in the form of
a time value, such that successive versions always have later time
values. When the fs_type is anything other than
STATUS4
When fss_type is STATUS4
When it is important to the client to make sure that only valid successor images are accepted, it must make sure that it does not read data or metadata from the file system without updating its sense of the current state of the image. This is to avoid the possibility that the fs_status that the client holds will be one for an earlier image, which would cause the client to accept a new file system instance that is later than that but still earlier than the updated data read by the client.¶
In order to accept valid images reliably, the client must do a GETATTR of the fs_status attribute that follows any interrogation of data or metadata within the file system in question. Often this is most conveniently done by appending such a GETATTR after all other operations that reference a given file system. When errors occur between reading file system data and performing such a GETATTR, care must be exercised to make sure that the data in question is not used before obtaining the proper fs_status value. In this connection, when an OPEN is done within such a versioned file system and the associated GETATTR of fs_status is not successfully completed, the open file in question must not be accessed until that fs_status is fetched.¶
The procedure above will ensure that before using any data from the
file system the client has in hand a newly-fetched current version
of the file system image. Multiple values for multiple requests in
flight can be resolved by assembling them into the required partial
order (and the elements should form a total order within the
partial order) and
using the last.
The client may then, when switching among
file system instances, decline to use an instance that does not have
an fss_type of STATUS4
12. Parallel NFS (pNFS)
12.1. Introduction
pNFS is an OPTIONAL feature within NFSv4.1; the pNFS feature
set allows direct client access to the storage devices containing
file data. When file data for a single NFSv4 server is stored on
multiple and/or higher
In this model, the clients, server, and storage devices are responsible for managing file access. This is in contrast to NFSv4 without pNFS, where it is primarily the server's responsibility; some of this responsibility may be delegated to the client under strictly specified conditions. See Section 12.2.5 for a discussion of the Storage Protocol. See Section 12.2.6 for a discussion of the Control Protocol.¶
pNFS takes the form of OPTIONAL operations that manage protocol objects called 'layouts' (Section 12.2.7) that contain a byte-range and storage location information. The layout is managed in a similar fashion as NFSv4.1 data delegations. For example, the layout is leased, recallable, and revocable. However, layouts are distinct abstractions and are manipulated with new operations. When a client holds a layout, it is granted the ability to directly access the byte-range at the storage location specified in the layout.¶
There are interactions between layouts and other NFSv4.1 abstractions such as data delegations and byte-range locking. Delegation issues are discussed in Section 12.5.5. Byte-range locking issues are discussed in Sections 12.2.9 and 12.5.1.¶
12.2. pNFS Definitions
NFSv4.1's pNFS feature provides parallel data access to a file system that stripes its content across multiple storage servers. The first instantiation of pNFS, as part of NFSv4.1, separates the file system protocol processing into two parts: metadata processing and data processing. Data consist of the contents of regular files that are striped across storage servers. Data striping occurs in at least two ways: on a file-by-file basis and, within sufficiently large files, on a block-by-block basis. In contrast, striped access to metadata by pNFS clients is not provided in NFSv4.1, even though the file system back end of a pNFS server might stripe metadata. Metadata consist of everything else, including the contents of non-regular files (e.g., directories); see Section 12.2.1. The metadata functionality is implemented by an NFSv4.1 server that supports pNFS and the operations described in Section 18; such a server is called a metadata server (Section 12.2.2).¶
The data functionality is implemented by one or more storage devices, each of which are accessed by the client via a storage protocol. A subset (defined in Section 13.6) of NFSv4.1 is one such storage protocol. New terms are introduced to the NFSv4.1 nomenclature and existing terms are clarified to allow for the description of the pNFS feature.¶
12.2.1. Metadata
Information about a file system object, such as its name, location within the namespace, owner, ACL, and other attributes. Metadata may also include storage location information, and this will vary based on the underlying storage mechanism that is used.¶
12.2.2. Metadata Server
An NFSv4.1 server that supports the pNFS feature. A variety of architectural choices exist for the metadata server and its use of file system information held at the server. Some servers may contain metadata only for file objects residing at the metadata server, while the file data resides on associated storage devices. Other metadata servers may hold both metadata and a varying degree of file data.¶
12.2.3. pNFS Client
An NFSv4.1 client that supports pNFS operations and supports at least one storage protocol for performing I/O to storage devices.¶
12.2.4. Storage Device
A storage device stores a regular file's data, but leaves metadata management to the metadata server. A storage device could be another NFSv4.1 server, an object-based storage device (OSD), a block device accessed over a System Area Network (SAN, e.g., either FiberChannel or iSCSI SAN), or some other entity.¶
12.2.5. Storage Protocol
As noted in Figure 1, the storage protocol is the method used by the client to store and retrieve data directly from the storage devices.¶
The NFSv4.1 pNFS feature has been structured to allow for a variety of storage protocols to be defined and used. One example storage protocol is NFSv4.1 itself (as documented in Section 13). Other options for the storage protocol are described elsewhere and include:¶
It is possible that various storage protocols are available to
both client and server and it may be possible that a client and
server do not have a matching storage protocol available to them.
Because of this, the pNFS server MUST support normal NFSv4.1 access
to any file accessible by the pNFS feature; this will allow for
continued interoperabilit
12.2.6. Control Protocol
As noted in Figure 1, the control protocol is used by the exported file system between the metadata server and storage devices. Specification of such protocols is outside the scope of the NFSv4.1 protocol. Such control protocols would be used to control activities such as the allocation and deallocation of storage, the management of state required by the storage devices to perform client access control, and, depending on the storage protocol, the enforcement of authentication and authorization so that restrictions that would be enforced by the metadata server are also enforced by the storage device.¶
A particular control protocol is not REQUIRED by NFSv4.1 but requirements are placed on the control protocol for maintaining attributes like modify time, the change attribute, and the end-of-file (EOF) position. Note that if pNFS is layered over a clustered, parallel file system (e.g., PVFS [59]), the mechanisms that enable clustering and parallelism in that file system can be considered the control protocol.¶
12.2.7. Layout Types
A layout describes the mapping of a file's data to the storage devices that hold the data. A layout is said to belong to a specific layout type (data type layouttype4, see Section 3.3.13). The layout type allows for variants to handle different storage protocols, such as those associated with block/volume [48], object [47], and file (Section 13) layout types. A metadata server, along with its control protocol, MUST support at least one layout type. A private sub-range of the layout type namespace is also defined. Values from the private layout type range MAY be used for internal testing or experimentation (see Section 3.3.13).¶
As an example, the organization of the file layout type could be an array of tuples (e.g., device ID, filehandle), along with a definition of how the data is stored across the devices (e.g., striping). A block/volume layout might be an array of tuples that store <device ID, block number, block count> along with information about block size and the associated file offset of the block number. An object layout might be an array of tuples <device ID, object ID> and an additional structure (i.e., the aggregation map) that defines how the logical byte sequence of the file data is serialized into the different objects. Note that the actual layouts are typically more complex than these simple expository examples.¶
Requests for pNFS-related operations will often specify a layout type. Examples of such operations are GETDEVICEINFO and LAYOUTGET. The response for these operations will include structures such as a device_addr4 or a layout4, each of which includes a layout type within it. The layout type sent by the server MUST always be the same one requested by the client. When a server sends a response that includes a different layout type, the client SHOULD ignore the response and behave as if the server had returned an error response.¶
12.2.8. Layout
A layout defines how a file's data is organized on one or more storage devices. There are many potential layout types; each of the layout types are differentiated by the storage protocol used to access data and by the aggregation scheme that lays out the file data on the underlying storage devices. A layout is precisely identified by the tuple <client ID, filehandle, layout type, iomode, range>, where filehandle refers to the filehandle of the file on the metadata server.¶
It is important to define when layouts overlap and/or conflict with each other. For two layouts with overlapping byte-ranges to actually overlap each other, both layouts must be of the same layout type, correspond to the same filehandle, and have the same iomode. Layouts conflict when they overlap and differ in the content of the layout (i.e., the storage device/file mapping parameters differ). Note that differing iomodes do not lead to conflicting layouts. It is permissible for layouts with different iomodes, pertaining to the same byte-range, to be held by the same client. An example of this would be copy-on-write functionality for a block/volume layout type.¶
12.2.9. Layout Iomode
The layout iomode (data type layoutiomode4, see Section 3.3.20) indicates to the metadata server the
client's intent to perform either just READ operations
or a mixture containing READ
and WRITE operations. For certain layout
types, it is useful for a client to specify this intent at the time it sends LAYOUTGET
(Section 18.43). For example, for
block
A storage device may validate I/O with regard to the iomode; this
is dependent upon storage device implementation and layout type.
Thus, if the client's layout iomode is inconsistent with the I/O
being performed, the storage device may reject the client's I/O with
an error indicating that a new layout with the correct iomode should be
obtained via LAYOUTGET. For example, if a client gets a layout with a LAYOUTIOMODE4
The use of the layout iomode does not conflict with OPEN share modes or byte-range LOCK operations;
open share mode and byte-range lock conflicts are enforced as they are without the
use of pNFS and are logically separate from the pNFS layout level.
Open share modes and byte-range locks are the preferred method for
restricting user access to data files. For example, an OPEN of
OPEN4
12.2.10. Device IDs
The device ID (data type deviceid4, see Section 3.3.14) identifies a group of storage devices. The scope of a device ID is the pair <client ID, layout type>. In practice, a significant amount of information may be required to fully address a storage device. Rather than embedding all such information in a layout, layouts embed device IDs. The NFSv4.1 operation GETDEVICEINFO (Section 18.40) is used to retrieve the complete address information (including all device addresses for the device ID) regarding the storage device according to its layout type and device ID. For example, the address of an NFSv4.1 data server or of an object-based storage device could be an IP address and port. The address of a block storage device could be a volume label.¶
Clients cannot expect the mapping between a device ID and its storage device address(es) to persist across metadata server restart. See Section 12.7.4 for a description of how recovery works in that situation.¶
A device ID lives as long as there is a layout referring to the device ID. If there are no layouts referring to the device ID, the server is free to delete the device ID any time. Once a device ID is deleted by the server, the server MUST NOT reuse the device ID for the same layout type and client ID again. This requirement is feasible because the device ID is 16 bytes long, leaving sufficient room to store a generation number if the server's implementation requires most of the rest of the device ID's content to be reused. This requirement is necessary because otherwise the race conditions between asynchronous notification of device ID addition and deletion would be too difficult to sort out.¶
Device ID to device address mappings are not leased, and can be changed at any time. (Note that while device ID to device address mappings are likely to change after the metadata server restarts, the server is not required to change the mappings.) A server has two choices for changing mappings. It can recall all layouts referring to the device ID or it can use a notification mechanism.¶
The NFSv4.1 protocol has no optimal way to recall all layouts that referred to a particular device ID (unless the server associates a single device ID with a single fsid or a single client ID; in which case, CB_LAYOUTRECALL has options for recalling all layouts associated with the fsid, client ID pair, or just the client ID).¶
Via a notification mechanism (see Section 20.12), device ID to device address mappings can change over the duration of server operation without recalling or revoking the layouts that refer to device ID. The notification mechanism can also delete a device ID, but only if the client has no layouts referring to the device ID. A notification of a change to a device ID to device address mapping will immediately or eventually invalidate some or all of the device ID's mappings. The server MUST support notifications and the client must request them before they can be used. For further information about the notification types, see Section 20.12.¶
12.3. pNFS Operations
NFSv4.1 has several operations that are needed for pNFS servers, regardless of layout type or storage protocol. These operations are all sent to a metadata server and summarized here. While pNFS is an OPTIONAL feature, if pNFS is implemented, some operations are REQUIRED in order to comply with pNFS. See Section 17.¶
These are the fore channel pNFS operations:¶
- GETDEVICEINFO
- (Section 18.40), as noted previously (Section 12.2.10), returns the mapping of device ID to storage device address.¶
- GETDEVICELIST
- (Section 18.41) allows clients to fetch all device IDs for a specific file system.¶
- LAYOUTGET
- (Section 18.43) is used by a client to get a layout for a file.¶
- LAYOUTCOMMIT
- (Section 18.42) is used to inform the metadata server of the client's intent to commit data that has been written to the storage device (the storage device as originally indicated in the return value of LAYOUTGET).¶
- LAYOUTRETURN
- (Section 18.44) is used to return layouts for a file, a file system ID (FSID), or a client ID.¶
These are the backchannel pNFS operations:¶
- CB_LAYOUTRECALL
- (Section 20.3) recalls a layout, all layouts belonging to a file system, or all layouts belonging to a client ID.¶
- CB_RECALL_ANY
- (Section 20.6) tells a client that it needs to return some number of recallable objects, including layouts, to the metadata server.¶
- CB
_RECALLABLE _OBJ _AVAIL - (Section 20.7) tells a client that a recallable object that it was denied (in case of pNFS, a layout denied by LAYOUTGET) due to resource exhaustion is now available.¶
- CB
_NOTIFY _DEVICEID - (Section 20.12) notifies the client of changes to device IDs.¶
12.4. pNFS Attributes
A number of attributes specific to pNFS are listed and described in Section 5.12.¶
12.5. Layout Semantics
12.5.1. Guarantees Provided by Layouts
Layouts grant to the client the ability to access data located at a storage device with the appropriate storage protocol. The client is guaranteed the layout will be recalled when one of two things occur: either a conflicting layout is requested or the state encapsulated by the layout becomes invalid (this can happen when an event directly or indirectly modifies the layout). When a layout is recalled and returned by the client, the client continues with the ability to access file data with normal NFSv4.1 operations through the metadata server. Only the ability to access the storage devices is affected.¶
The requirement of NFSv4.1 that all user access rights MUST be obtained through the appropriate OPEN, LOCK, and ACCESS operations is not modified with the existence of layouts. Layouts are provided to NFSv4.1 clients, and user access still follows the rules of the protocol as if they did not exist. It is a requirement that for a client to access a storage device, a layout must be held by the client. If a storage device receives an I/O request for a byte-range for which the client does not hold a layout, the storage device SHOULD reject that I/O request. Note that the act of modifying a file for which a layout is held does not necessarily conflict with the holding of the layout that describes the file being modified. Therefore, it is the requirement of the storage protocol or layout type that determines the necessary behavior. For example, block/volume layout types require that the layout's iomode agree with the type of I/O being performed.¶
Depending upon the layout type and storage protocol in use, storage
device access permissions may be granted by LAYOUTGET and may be
encoded within the type-specific layout. For an example of storage
device access permissions, see an object-based protocol such as [58]. If access permissions are encoded within the
layout, the metadata server SHOULD recall the layout when those
permissions become invalid for any reason -- for example, when a file
becomes unwritable or inaccessible to a client. Note, clients are
still required to perform the appropriate
OPEN, LOCK, and ACCESS operations as described above. The degree to which it is
possible for the client to circumvent these operations and
the consequences of doing so must be clearly specified by the
individual layout type specifications. In addition, these
specifications must be clear about the requirements and
non
In the presence of pNFS functionality, mandatory byte-range locks MUST behave as they would without pNFS. Therefore, if mandatory file locks and layouts are provided simultaneously, the storage device MUST be able to enforce the mandatory byte-range locks. For example, if one client obtains a mandatory byte-range lock and a second client accesses the storage device, the storage device MUST appropriately restrict I/O for the range of the mandatory byte-range lock. If the storage device is incapable of providing this check in the presence of mandatory byte-range locks, then the metadata server MUST NOT grant layouts and mandatory byte-range locks simultaneously.¶
12.5.2. Getting a Layout
A client obtains a layout with the LAYOUTGET operation. The metadata server will grant layouts of a particular type (e.g., block/volume, object, or file). The client selects an appropriate layout type that the server supports and the client is prepared to use. The layout returned to the client might not exactly match the requested byte-range as described in Section 18.43.3. As needed a client may send multiple LAYOUTGET operations; these might result in multiple overlapping, non-conflicting layouts (see Section 12.2.8).¶
In order to get a layout, the client must first have opened the file via the OPEN operation. When a client has no layout on a file, it MUST present an open stateid, a delegation stateid, or a byte-range lock stateid in the loga_stateid argument. A successful LAYOUTGET result includes a layout stateid. The first successful LAYOUTGET processed by the server using a non-layout stateid as an argument MUST have the "seqid" field of the layout stateid in the response set to one. Thereafter, the client MUST use a layout stateid (see Section 12.5.3) on future invocations of LAYOUTGET on the file, and the "seqid" MUST NOT be set to zero. Once the layout has been retrieved, it can be held across multiple OPEN and CLOSE sequences. Therefore, a client may hold a layout for a file that is not currently open by any user on the client. This allows for the caching of layouts beyond CLOSE.¶
The storage protocol used by the client to access the data on the storage device is determined by the layout's type. The client is responsible for matching the layout type with an available method to interpret and use the layout. The method for this layout type selection is outside the scope of the pNFS functionality.¶
Although the metadata server is in control of the layout for a file, the pNFS client can provide hints to the server when a file is opened or created about the preferred layout type and aggregation schemes. pNFS introduces a layout_hint attribute (Section 5.12.4) that the client can set at file creation time to provide a hint to the server for new files. Setting this attribute separately, after the file has been created might make it difficult, or impossible, for the server implementation to comply.¶
Because the EXCLUSIVE4 createmode4 does not allow the setting of attributes at file creation time, NFSv4.1 introduces the EXCLUSIVE4_1 createmode4, which does allow attributes to be set at file creation time. In addition, if the session is created with persistent reply caches, EXCLUSIVE4_1 is neither necessary nor allowed. Instead, GUARDED4 both works better and is prescribed. Table 18 in Section 18.16.3 summarizes how a client is allowed to send an exclusive create.¶
12.5.3. Layout Stateid
As with all other stateids, the layout stateid consists of a "seqid" and "other" field. Once a layout stateid is established, the "other" field will stay constant unless the stateid is revoked or the client returns all layouts on the file and the server disposes of the stateid. The "seqid" field is initially set to one, and is never zero on any NFSv4.1 operation that uses layout stateids, whether it is a fore channel or backchannel operation. After the layout stateid is established, the server increments by one the value of the "seqid" in each subsequent LAYOUTGET and LAYOUTRETURN response, and in each CB_LAYOUTRECALL request.¶
Given the design goal of pNFS to provide parallelism, the layout
stateid differs from other stateid types in that the client is
expected to send LAYOUTGET and LAYOUTRETURN operations in parallel.
The "seqid" value is used by the client to properly sort responses
to LAYOUTGET and LAYOUTRETURN. The "seqid" is also used to prevent
race conditions between LAYOUTGET and CB
Once the client receives a layout stateid, it MUST use the correct "seqid" for subsequent LAYOUTGET or LAYOUTRETURN operations. The correct "seqid" is defined as the highest "seqid" value from responses of fully processed LAYOUTGET or LAYOUTRETURN operations or arguments of a fully processed CB_LAYOUTRECALL operation. Since the server is incrementing the "seqid" value on each layout operation, the client may determine the order of operation processing by inspecting the "seqid" value. In the case of overlapping layout ranges, the ordering information will provide the client the knowledge of which layout ranges are held. Note that overlapping layout ranges may occur because of the client's specific requests or because the server is allowed to expand the range of a requested layout and notify the client in the LAYOUTRETURN results. Additional layout stateid sequencing requirements are provided in Section 12.5.5.2.¶
The client's receipt of a "seqid" is not sufficient for subsequent use. The client must fully process the operations before the "seqid" can be used. For LAYOUTGET results, if the client is not using the forgetful model (Section 12.5.5.1), it MUST first update its record of what ranges of the file's layout it has before using the seqid. For LAYOUTRETURN results, the client MUST delete the range from its record of what ranges of the file's layout it had before using the seqid. For CB_LAYOUTRECALL arguments, the client MUST send a response to the recall before using the seqid. The fundamental requirement in client processing is that the "seqid" is used to provide the order of processing. LAYOUTGET results may be processed in parallel. LAYOUTRETURN results may be processed in parallel. LAYOUTGET and LAYOUTRETURN responses may be processed in parallel as long as the ranges do not overlap. CB_LAYOUTRECALL request processing MUST be processed in "seqid" order at all times.¶
Once a client has no more layouts on a file, the layout stateid is
no longer valid and MUST NOT be used. Any attempt to use such a
layout stateid will result in NFS4ERR
12.5.4. Committing a Layout
Allowing for varying storage protocol capabilities, the pNFS protocol does not require the metadata server and storage devices to have a consistent view of file attributes and data location mappings. Data location mapping refers to aspects such as which offsets store data as opposed to storing holes (see Section 13.4.4 for a discussion). Related issues arise for storage protocols where a layout may hold provisionally allocated blocks where the allocation of those blocks does not survive a complete restart of both the client and server. Because of this inconsistency, it is necessary to resynchronize the client with the metadata server and its storage devices and make any potential changes available to other clients. This is accomplished by use of the LAYOUTCOMMIT operation.¶
The LAYOUTCOMMIT operation is responsible for committing a modified layout to the metadata server. The data should be written and committed to the appropriate storage devices before the LAYOUTCOMMIT occurs. The scope of the LAYOUTCOMMIT operation depends on the storage protocol in use. It is important to note that the level of synchronization is from the point of view of the client that sent the LAYOUTCOMMIT. The updated state on the metadata server need only reflect the state as of the client's last operation previous to the LAYOUTCOMMIT. The metadata server is not REQUIRED to maintain a global view that accounts for other clients' I/O that may have occurred within the same time frame.¶
For block
The control protocol is free to synchronize the attributes before it receives a LAYOUTCOMMIT; however, upon successful completion of a LAYOUTCOMMIT, state that exists on the metadata server that describes the file MUST be synchronized with the state that exists on the storage devices that comprise that file as of the client's last sent operation. Thus, a client that queries the size of a file between a WRITE to a storage device and the LAYOUTCOMMIT might observe a size that does not reflect the actual data written.¶
The client MUST have a layout in order to send a LAYOUTCOMMIT operation.¶
12.5.4.1. LAYOUTCOMMIT and change/time_modify
The change and time_modify attributes may be updated
by the server when the LAYOUTCOMMIT operation is processed. The
reason for this is that some layout types do not support the update
of these attributes when the storage devices process I/O operations.
If a client has a layout with the LAYOUTIOMODE4
For some layout protocols, the storage device is able to notify the metadata server of the occurrence of an I/O; as a result, the change and time_modify attributes may be updated at the metadata server. For a metadata server that is capable of monitoring updates to the change and time_modify attributes, LAYOUTCOMMIT processing is not required to update the change attribute. In this case, the metadata server must ensure that no further update to the data has occurred since the last update of the attributes; file-based protocols may have enough information to make this determination or may update the change attribute upon each file modification. This also applies for the time_modify attribute. If the server implementation is able to determine that the file has not been modified since the last time_modify update, the server need not update time_modify at LAYOUTCOMMIT. At LAYOUTCOMMIT completion, the updated attributes should be visible if that file was modified since the latest previous LAYOUTCOMMIT or LAYOUTGET.¶
12.5.4.2. LAYOUTCOMMIT and size
The size of a file may be updated when the LAYOUTCOMMIT operation is
used by the client. One of the fields in the argument to
LAYOUTCOMMIT is loca
The metadata server may do one of the following:¶
The method chosen to update the file's size will depend on the storage device's and/or the control protocol's capabilities. For example, if the storage devices are block devices with no knowledge of file size, the metadata server must rely on the client to set the last write offset appropriately.¶
The results of LAYOUTCOMMIT contain a new size value in the form of a newsize4 union data type. If the file's size is set as a result of LAYOUTCOMMIT, the metadata server must reply with the new size; otherwise, the new size is not provided. If the file size is updated, the metadata server SHOULD update the storage devices such that the new file size is reflected when LAYOUTCOMMIT processing is complete. For example, the client should be able to read up to the new file size.¶
The client can extend the length of a file
or truncate a file by sending a SETATTR operation to the metadata server
with the size attribute specified. If the size specified is larger than
the current size of the file, the file is "zero extended", i.e., zeros are
implicitly added between the file's previous EOF and the new EOF.
(In many implementations
12.5.4.3. LAYOUTCOMMIT and layoutupdate
The LAYOUTCOMMIT argument contains a loca
12.5.5. Recalling a Layout
Since a layout protects a client's access to a file via a direct
client
An iomode is also specified when recalling a layout.
Generally, the iomode in the recall request must match the layout
being returned; for example, a recall with an iomode of
LAYOUTIOMODE4
A REMOVE operation SHOULD cause the metadata server to recall the layout to prevent the client from accessing a non-existent file and to reclaim state stored on the client. Since a REMOVE may be delayed until the last close of the file has occurred, the recall may also be delayed until this time. After the last reference on the file has been released and the file has been removed, the client should no longer be able to perform I/O using the layout. In the case of a file-based layout, the data server SHOULD return NFS4ERR_STALE in response to any operation on the removed file.¶
Once a layout has been returned, the client MUST NOT send I/Os to the storage devices for the file, byte-range, and iomode represented by the returned layout. If a client does send an I/O to a storage device for which it does not hold a layout, the storage device SHOULD reject the I/O.¶
Although pNFS does not alter the file data caching capabilities of
clients, or their semantics, it recognizes that some clients may
perform more aggressive write-behind caching to optimize the
benefits provided by pNFS. However, write-behind caching may
negatively affect the latency in returning a layout in response to a
CB
12.5.5.1. Layout Recall Callback Robustness
It has been assumed thus far that pNFS client state (layout ranges and iomode) for a file exactly matches that of the pNFS server for that file. This assumption leads to the implication that any callback results in a LAYOUTRETURN or set of LAYOUTRETURNs that exactly match the range in the callback, since both client and server agree about the state being maintained. However, it can be useful if this assumption does not always hold. For example:¶
Thus, in light of the above, it is useful for a server to be able to send callbacks for layout ranges it has not granted to a client, and for a client to return ranges it does not hold. A pNFS client MUST always return layouts that comprise the full range specified by the recall. Note, the full recalled layout range need not be returned as part of a single operation, but may be returned in portions. This allows the client to stage the flushing of dirty data and commits and returns of layouts. Also, it indicates to the metadata server that the client is making progress.¶
When a layout is returned, the client MUST NOT have any outstanding I/O requests to the storage devices involved in the layout. Rephrasing, the client MUST NOT return the layout while it has outstanding I/O requests to the storage device.¶
Even with this requirement for the client, it is possible that I/O requests may be presented to a storage device no longer allowed to perform them. Since the server has no strict control as to when the client will return the layout, the server may later decide to unilaterally revoke the client's access to the storage devices as provided by the layout. In choosing to revoke access, the server must deal with the possibility of lingering I/O requests, i.e., I/O requests that are still in flight to storage devices identified by the revoked layout. All layout type specifications MUST define whether unilateral layout revocation by the metadata server is supported; if it is, the specification must also describe how lingering writes are processed. For example, storage devices identified by the revoked layout could be fenced off from the client that held the layout.¶
In order to ensure client/server convergence with regard to layout state,
the final LAYOUTRETURN operation in a sequence of LAYOUTRETURN
operations for a particular recall MUST specify the entire range
being recalled, echoing the recalled layout type, iomode,
recall/return type (FILE, FSID, or ALL), and byte-range, even if
layouts pertaining to partial ranges were previously
returned. In addition, if the client holds no layouts that
overlap the range being recalled, the client should return the
NFS4ERR
12.5.5.2. Sequencing of Layout Operations
As with other stateful operations, pNFS requires the correct sequencing of layout operations. pNFS uses the "seqid" in the layout stateid to provide the correct sequencing between regular operations and callbacks. It is the server's responsibility to avoid inconsistencies regarding the layouts provided and the client's responsibility to properly serialize its layout requests and layout returns.¶
12.5.5.2.1. Layout Recall and Return Sequencing
One critical issue with regard to layout operations sequencing
concerns callbacks. The protocol must defend against
races between the reply to a LAYOUTGET or LAYOUTRETURN
operation and a subsequent CB
In addition to the seqid-based mechanism,
Section 2.10.6.3
describes the sessions mechanism for allowing the
client to detect callback race conditions and delay processing such a
CB
12.5.5.2.1.1. Get/Return Sequencing
The protocol allows the client to send concurrent LAYOUTGET and LAYOUTRETURN operations to the server. The protocol does not provide any means for the server to process the requests in the same order in which they were created. However, through the use of the "seqid" field in the layout stateid, the client can determine the order in which parallel outstanding operations were processed by the server. Thus, when a layout retrieved by an outstanding LAYOUTGET operation intersects with a layout returned by an outstanding LAYOUTRETURN on the same file, the order in which the two conflicting operations are processed determines the final state of the overlapping layout. The order is determined by the "seqid" returned in each operation: the operation with the higher seqid was executed later.¶
It is permissible for the client to send multiple parallel LAYOUTGET operations for the same file or multiple parallel LAYOUTRETURN operations for the same file or a mix of both.¶
It is permissible for the client to use the current stateid (see Section 16.2.3.1.2) for LAYOUTGET operations, for example, when compounding LAYOUTGETs or compounding OPEN and LAYOUTGETs. It is also permissible to use the current stateid when compounding LAYOUTRETURNs.¶
It is permissible for the client to use the current stateid when combining LAYOUTRETURN and LAYOUTGET operations for the same file in the same COMPOUND request since the server MUST process these in order. However, if a client does send such COMPOUND requests, it MUST NOT have more than one outstanding for the same file at the same time, and it MUST NOT have other LAYOUTGET or LAYOUTRETURN operations outstanding at the same time for that same file.¶
12.5.5.2.1.2. Client Considerations
Consider a pNFS client that has sent a LAYOUTGET, and before it receives the reply to LAYOUTGET, it receives a CB_LAYOUTRECALL for the same file with an overlapping range. There are two possibilities, which the client can distinguish via the layout stateid in the recall.¶
If these possibilities cannot be distinguished, a deadlock could result, as the client must wait for the LAYOUTGET response before processing the recall in the first case, but that response will not arrive until after the recall is processed in the second case. Note that in the first case, the "seqid" in the layout stateid of the recall is two greater than what the client has recorded; in the second case, the "seqid" is one greater than what the client has recorded. This allows the client to disambiguate between the two cases. The client thus knows precisely which possibility applies.¶
In case 1, the client knows it needs to wait for the LAYOUTGET response before processing the recall (or the client can return NFS4ERR_DELAY).¶
In case 2, the client will not wait for the LAYOUTGET response before processing the recall because waiting would cause deadlock. Therefore, the action at the client will only require waiting in the case that the client has not yet seen the server's earlier responses to the LAYOUTGET operation(s).¶
The recall process can be considered completed when
the final LAYOUTRETURN operation for the recalled range is completed.
The LAYOUTRETURN uses the layout stateid (with seqid) specified in
CB
12.5.5.2.1.3. Server Considerations
Consider a race from the metadata server's point of
view. The metadata server has sent a CB_LAYOUTRECALL and receives
an overlapping LAYOUTGET for the same file before the
LAYOUTRETURN(s) that respond to the CB
12.5.5.2.1.4. Wraparound and Validation of Seqid
The rules for layout stateid processing differ from other stateids in the protocol because the "seqid" value cannot be zero and the stateid's "seqid" value changes in a CB_LAYOUTRECALL operation. The non-zero requirement combined with the inherent parallelism of layout operations means that a set of LAYOUTGET and LAYOUTRETURN operations may contain the same value for "seqid". The server uses a slightly modified version of the modulo arithmetic as described in Section 2.10.6.1 when incrementing the layout stateid's "seqid". The difference is that zero is not a valid value for "seqid"; when the value of a "seqid" is 0xFFFFFFFF, the next valid value will be 0x00000001. The modulo arithmetic is also used for the comparisons of "seqid" values in the processing of CB_LAYOUTRECALL events as described above in Section 12.5.5.2.1.3.¶
Just as the server validates the "seqid" in the event of
CB_LAYOUTRECALL usage, as described in
Section 12.5.5.2.1.3, the server also validates
the "seqid" value to ensure that it is within an appropriate range.
This range represents the degree of parallelism the server supports
for layout stateids. If the client is sending multiple layout
operations to the server in parallel, by definition, the "seqid"
value in the supplied stateid will not be the current "seqid" as
held by the server. The range of parallelism spans from the highest
or current "seqid" to a "seqid" value in the past. To assist in the
discussion, the server's current "seqid" value for a layout stateid
is defined as SERVER
The server MUST support a minimum VALID
If the server finds the "seqid" is zero, the NFS4ERR
12.5.5.2.1.5. Bulk Recall and Return
pNFS supports recalling and returning all layouts that
are for files belonging to a particular fsid
Once a CB_LAYOUTRECALL of LAYOUTRECALL4
Once a CB_LAYOUTRECALL of LAYOUTRECALL4
If the server has sent a bulk CB_LAYOUTRECALL and
receives a LAYOUTGET, or a LAYOUTRETURN with a stateid,
the server MUST return NFS4ERR
12.5.6. Revoking Layouts
Parallel NFS permits servers to revoke layouts from clients that fail to respond to recalls and/or fail to renew their lease in time. Depending on the layout type, the server might revoke the layout and might take certain actions with respect to the client's I/O to data servers.¶
12.5.7. Metadata Server Write Propagation
Asynchronous writes written through the metadata server may be propagated lazily to the storage devices. For data written asynchronously through the metadata server, a client performing a read at the appropriate storage device is not guaranteed to see the newly written data until a COMMIT occurs at the metadata server. While the write is pending, reads to the storage device may give out either the old data, the new data, or a mixture of new and old. Upon completion of a synchronous WRITE or COMMIT (for asynchronously written data), the metadata server MUST ensure that storage devices give out the new data and that the data has been written to stable storage. If the server implements its storage in any way such that it cannot obey these constraints, then it MUST recall the layouts to prevent reads being done that cannot be handled correctly. Note that the layouts MUST be recalled prior to the server responding to the associated WRITE operations.¶
12.6. pNFS Mechanics
This section describes the operations flow taken by a pNFS client to a metadata server and storage device.¶
When a pNFS client encounters a new FSID, it sends a GETATTR to the
NFSv4.1 server for the fs_layout_type (Section 5.12.1) attribute. If the attribute returns at least one layout type,
and the layout types returned are among the set supported by
the client, the client knows that pNFS is a possibility for the file
system. If, from the server that returned the new FSID, the client
does not have a client ID that came from an EXCHANGE_ID result that
returned EXCHGID4
The client then creates a session, requesting a persistent session, so that exclusive creates can be done with single round trip via the createmode4 of GUARDED4. If the session ends up not being persistent, the client will use EXCLUSIVE4_1 for exclusive creates.¶
If a file is to be created on a pNFS-enabled file system, the client uses the OPEN operation. With the normal set of attributes that may be provided upon OPEN used for creation, there is an OPTIONAL layout_hint attribute. The client's use of layout_hint allows the client to express its preference for a layout type and its associated layout details. The use of a createmode4 of UNCHECKED4, GUARDED4, or EXCLUSIVE4_1 will allow the client to provide the layout_hint attribute at create time. The client MUST NOT use EXCLUSIVE4 (see Table 18). The client is RECOMMENDED to combine a GETATTR operation after the OPEN within the same COMPOUND. The GETATTR may then retrieve the layout_type attribute for the newly created file. The client will then know what layout type the server has chosen for the file and therefore what storage protocol the client must use.¶
If the client wants to open an existing file, then it also includes a GETATTR to determine what layout type the file supports.¶
The GETATTR in either the file creation or plain file open case can
also include the layout_blksize and layout
Assuming the client supports the layout type returned by GETATTR and it chooses to use pNFS for data access, it then sends LAYOUTGET using the filehandle and stateid returned by OPEN, specifying the range it wants to do I/O on. The response is a layout, which may be a subset of the range for which the client asked. It also includes device IDs and a description of how data is organized (or in the case of writing, how data is to be organized) across the devices. The device IDs and data description are encoded in a format that is specific to the layout type, but the client is expected to understand.¶
When the client wants to send an I/O, it determines to which device ID it needs to send the I/O command by examining the data description in the layout. It then sends a GETDEVICEINFO to find the device address(es) of the device ID. The client then sends the I/O request to one of device ID's device addresses, using the storage protocol defined for the layout type. Note that if a client has multiple I/Os to send, these I/O requests may be done in parallel.¶
If the I/O was a WRITE, then at some point the client may want to use LAYOUTCOMMIT to commit the modification time and the new size of the file (if it believes it extended the file size) to the metadata server and the modified data to the file system.¶
12.7. Recovery
Recovery is complicated by the distributed nature of the pNFS protocol. In general, crash recovery for layouts is similar to crash recovery for delegations in the base NFSv4.1 protocol. However, the client's ability to perform I/O without contacting the metadata server introduces subtleties that must be handled correctly if the possibility of file system corruption is to be avoided.¶
12.7.1. Recovery from Client Restart
Client recovery for layouts is similar to client recovery for other lock and delegation state. When a pNFS client restarts, it will lose all information about the layouts that it previously owned. There are two methods by which the server can reclaim these resources and allow otherwise conflicting layouts to be provided to other clients.¶
The first is through the expiry of the client's lease. If the client recovery time is longer than the lease period, the client's lease will expire and the server will know that state may be released. For layouts, the server may release the state immediately upon lease expiry or it may allow the layout to persist, awaiting possible lease revival, as long as no other layout conflicts.¶
The second is through the client restarting in less time than it takes for the lease period to expire. In such a case, the client will contact the server through the standard EXCHANGE_ID protocol. The server will find that the client's co_ownerid matches the co_ownerid of the previous client invocation, but that the verifier is different. The server uses this as a signal to release all layout state associated with the client's previous invocation. In this scenario, the data written by the client but not covered by a successful LAYOUTCOMMIT is in an undefined state; it may have been written or it may now be lost. This is acceptable behavior and it is the client's responsibility to use LAYOUTCOMMIT to achieve the desired level of stability.¶
12.7.2. Dealing with Lease Expiration on the Client
If a client believes its lease has expired, it MUST NOT send I/O
to the storage device until it has validated its lease. The client
can send a SEQUENCE operation to the metadata server. If the
SEQUENCE operation is successful, but sr_status_flag has
SEQ4
If sr_status_flags from the metadata server has
SEQ4
If sr_status_flags from the metadata server has
SEQ4
If sr_status_flags reports no loss of state, then the lease for the layouts that the client has are valid and renewed, and the client can once again send I/O requests to the storage devices.¶
While clients SHOULD NOT send I/Os to storage devices that may extend past the lease expiration time period, this is not always possible, for example, an extended network partition that starts after the I/O is sent and does not heal until the I/O request is received by the storage device. Thus, the metadata server and/or storage devices are responsible for protecting themselves from I/Os that are both sent before the lease expires and arrive after the lease expires. See Section 12.7.3.¶
12.7.3. Dealing with Loss of Layout State on the Metadata Server
This is a description of the case where all of the following are true:¶
The metadata server and its storage devices MUST solve this by fencing the client. In other words, they MUST solve this by preventing the execution of I/O operations from the client to the storage devices after layout state loss. The details of how fencing is done are specific to the layout type. The solution for NFSv4.1 file-based layouts is described in (Section 13.11), and solutions for other layout types are in their respective external specification documents.¶
12.7.4. Recovery from Metadata Server Restart
The pNFS client will discover that the metadata server has restarted via the methods described in Section 8.4.2 and discussed in a pNFS-specific context in Section 12.7.2, Paragraph 2. The client MUST stop using layouts and delete the device ID to device address mappings it previously received from the metadata server. Having done that, if the client wrote data to the storage device without committing the layouts via LAYOUTCOMMIT, then the client has additional work to do in order to have the client, metadata server, and storage device(s) all synchronized on the state of the data.¶
12.7.5. Operations during Metadata Server Grace Period
Some of the recovery scenarios thus far noted that some operations (namely, WRITE and LAYOUTGET) might be permitted during the metadata server's grace period. The metadata server may allow these operations during its grace period. For LAYOUTGET, the metadata server must reliably determine that servicing such a request will not conflict with an impending LAYOUTCOMMIT reclaim request. For WRITE, the metadata server must reliably determine that servicing the request will not conflict with an impending OPEN or with a LOCK where the file has mandatory byte-range locking enabled.¶
As mentioned previously, for expediency, the metadata server might reject some operations (namely, WRITE and LAYOUTGET) during its grace period, because the simplest correct approach is to reject all non-reclaim pNFS requests and WRITE operations by returning the NFS4ERR_GRACE error. However, depending on the storage protocol (which is specific to the layout type) and metadata server implementation, the metadata server may be able to determine that a particular request is safe. For example, a metadata server may save provisional allocation mappings for each file to stable storage, as well as information about potentially conflicting OPEN share modes and mandatory byte-range locks that might have been in effect at the time of restart, and the metadata server may use this information during the recovery grace period to determine that a WRITE request is safe.¶
12.7.6. Storage Device Recovery
Recovery from storage device restart is mostly dependent upon the layout type in use. However, there are a few general techniques a client can use if it discovers a storage device has crashed while holding modified, uncommitted data that was asynchronously written. First and foremost, it is important to realize that the client is the only one that has the information necessary to recover non-committed data since it holds the modified data and probably nothing else does. Second, the best solution is for the client to err on the side of caution and attempt to rewrite the modified data through another path.¶
The client SHOULD immediately WRITE the data to the metadata server, with the stable field in the WRITE4args set to FILE_SYNC4. Once it does this, there is no need to wait for the original storage device.¶
12.8. Metadata and Storage Device Roles
If the same physical hardware is used to implement both a metadata server and storage device, then the same hardware entity is to be understood to be implementing two distinct roles and it is important that it be clearly understood on behalf of which role the hardware is executing at any given time.¶
Two sub-cases can be distinguished.¶
12.9. Security Considerations for pNFS
pNFS separates file system metadata and data and provides access to both. There are pNFS-specific operations (listed in Section 12.3) that provide access to the metadata; all existing NFSv4.1 conventional (non-pNFS) security mechanisms and features apply to accessing the metadata. The combination of components in a pNFS system (see Figure 1) is required to preserve the security properties of NFSv4.1 with respect to an entity that is accessing a storage device from a client, including security countermeasures to defend against threats for which NFSv4.1 provides defenses in environments where these threats are considered significant.¶
In some cases, the security countermeasures for connections
to storage devices may take the form of physical isolation or a
recommendation to avoid the use of pNFS in an environment. For example, it
may be impractical to provide confidentiality protection for some
storage protocols to protect against eavesdropping. In
environments where eavesdropping on such protocols is of sufficient
concern to require countermeasures
Where communication with storage devices is subject to the same
threats as client
pNFS implementations MUST NOT remove NFSv4.1's access controls.
The combination of clients, storage devices, and the metadata server
are responsible for ensuring that all client
13. NFSv4.1 as a Storage Protocol in pNFS: the File Layout Type
This section describes the semantics and format of NFSv4.1 file-based
layouts for pNFS.
NFSv4.1 file-based layouts use the LAYOUT4
13.1. Client ID and Session Considerations
Sessions are a REQUIRED feature of NFSv4.1, and this extends to both the metadata server and file-based (NFSv4.1-based) data servers.¶
The role a server plays in pNFS is determined by the result it returns from EXCHANGE_ID. The roles are:¶
The client MAY request zero or more of
EXCHGID4
As the above table implies, a server can have one or two roles. A server can be both a metadata server and a data server, or it can be both a data server and non-metadata server. In addition to returning two roles in the EXCHANGE_ID's results, and thus serving both roles via a common client ID, a server can serve two roles by returning a unique client ID and server owner for each role in each of two EXCHANGE_ID results, with each result indicating each role.¶
In the case of a server with concurrent pNFS roles that
are served by a common client ID, if the EXCHANGE_ID
request from the client has zero or a combination of the
bits set in eia_flags, the server result should set bits
that represent the higher of the acceptable combination
of the server roles, with a preference to match the roles
requested by the client. Thus, if a client request has
In the case of a server that has multiple concurrent pNFS roles, each role served by a unique client ID, if the client specifies zero or a combination of roles in the request, the server results SHOULD return only one of the roles from the combination specified by the client request. If the role specified by the server result does not match the intended use by the client, the client should send the EXCHANGE_ID specifying just the interested pNFS role.¶
If a pNFS metadata client gets a layout that refers it to an NFSv4.1
data server, it needs a client ID on that data server. If it does not
yet have a client ID from the server that had the EXCHGID4
In NFSv4.1, the session ID in the SEQUENCE operation implies the client ID, which in turn might be used by the server to map the stateid to the right client/server pair. However, when a data server is presented with a READ or WRITE operation with a stateid, because the stateid is associated with a client ID on a metadata server, and because the session ID in the preceding SEQUENCE operation is tied to the client ID of the data server, the data server has no obvious way to determine the metadata server from the COMPOUND procedure, and thus has no way to validate the stateid. One RECOMMENDED approach is for pNFS servers to encode metadata server routing and/or identity information in the data server filehandles as returned in the layout.¶
If metadata server routing and/or identity information is encoded in data server filehandles, when the metadata server identity or location changes, the data server filehandles it gave out will become invalid (stale), and so the metadata server MUST first recall the layouts. Invalidating a data server filehandle does not render the NFS client's data cache invalid. The client's cache should map a data server filehandle to a metadata server filehandle, and a metadata server filehandle to cached data.¶
If a server is both a metadata server and a data server, the server might need to distinguish operations on files that are directed to the metadata server from those that are directed to the data server. It is RECOMMENDED that the values of the filehandles returned by the LAYOUTGET operation be different than the value of the filehandle returned by the OPEN of the same file.¶
Another scenario is for the metadata server and the storage device to be distinct from one client's point of view, and the roles reversed from another client's point of view. For example, in the cluster file system model, a metadata server to one client might be a data server to another client. If NFSv4.1 is being used as the storage protocol, then pNFS servers need to encode the values of filehandles according to their specific roles.¶
13.1.1. Sessions Considerations for Data Servers
Section 2.10.11.2 states
that a client has to keep its lease renewed in
order to prevent a session from being deleted by
the server. If the reply to EXCHANGE_ID has just the
EXCHGID4
For example, if one metadata server has a lease_time
attribute of 20 seconds, and a second metadata
server has a lease_time attribute of 10 seconds,
then if both servers return layouts that refer to an
EXCHGID4
13.2. File Layout Definitions
The following definitions apply to the LAYOUT4
- Unit.
- A unit is a fixed-size quantity of data written to a data server.¶
- Pattern.
- A pattern is a method of distributing one or more equal sized units across a set of data servers. A pattern is iterated one or more times.¶
- Stripe.
- A stripe is a set of data distributed across a set of data servers in a pattern before that pattern repeats.¶
- Stripe Count.
- A stripe count is the number of units in a pattern.¶
- Stripe Width.
- A stripe width is the size of a stripe in bytes. The stripe width = the stripe count * the size of the stripe unit.¶
Hereafter, this document will refer to a unit that is a written in a pattern as a "stripe unit".¶
A pattern may have more stripe units than data servers. If so, some data servers will have more than one stripe unit per stripe. A data server that has multiple stripe units per stripe MAY store each unit in a different data file (and depending on the implementation, will possibly assign a unique data filehandle to each data file).¶
13.3. File Layout Data Types
The high level NFSv4.1 layout types are
nfsv4
The SETATTR operation supports a layout hint attribute
(Section 5.12.4).
When the client sets a layout hint (data type layouthint4) with
a layout type of LAYOUT4
The generic layout hint structure is described
in Section 3.3.19. The client uses the
layout hint in the layout_hint (Section 5.12.4) attribute to indicate the preferred type
of layout to be used for a newly created file. The
LAYOUT4
When LAYOUTGET returns a LAYOUT4
The nfsv4
The nfsv4
The details on the interpretation of the layout are in Section 13.4.¶
13.4. Interpreting the File Layout
13.4.1. Determining the Stripe Unit Number
To find the stripe unit number that corresponds to the client's logical file offset, the pattern offset will also be used. The i'th stripe unit (SUi) is:¶
13.4.2. Interpreting the File Layout Using Sparse Packing
When sparse packing is used, the algorithm for determining the filehandle and set of data-server network addresses to write stripe unit i (SUi) to is:¶
The client would then select a data server from address_list, and send a READ or WRITE operation using the filehandle specified in fh.¶
Consider the following example:¶
Suppose we have a device address consisting of seven data servers, arranged in three equivalence (Section 13.5) classes:¶
where A through G are network addresses.¶
Then¶
i.e.,¶
Suppose the striping index array is:¶
Now suppose the client gets a layout that has a device ID that maps to the above device address. The initial index contains¶
and the filehandle list is¶
If the client wants to write to SU0, the set of valid { network address, filehandle } combinations for SUi are determined by:¶
So¶
So¶
and¶
The client can thus write SU0 to { 0x87, { E } }.¶
The destinations of the first 13 storage units are:¶
13.4.3. Interpreting the File Layout Using Dense Packing
When dense packing is used, the algorithm for determining the filehandle and set of data server network addresses to write stripe unit i (SUi) to is:¶
The client would then select a data server from address_list, and send a READ or WRITE operation using the filehandle specified in fh.¶
Consider the following example (which is the same as the sparse packing example, except for the filehandle list):¶
Suppose we have a device address consisting of seven data servers, arranged in three equivalence (Section 13.5) classes:¶
where A through G are network addresses.¶
Then¶
i.e.,¶
Suppose the striping index array is:¶
Now suppose the client gets a layout that has a device ID that maps to the above device address. The initial index contains¶
and¶
The interesting examples for dense packing are SU1 and SU3 because each stripe unit refers to the same data server list, yet each stripe unit MUST use a different filehandle. If the client wants to write to SU1, the set of valid { network address, filehandle } combinations for SUi are determined by:¶
So¶
So¶
and¶
The client can thus write SU1 to { 0x36, { A, B, C, D } }.¶
For SU3, j = (3 + 2) % 4 = 1, and nflda
The destinations of the first 13 storage units are:¶
13.4.4. Sparse and Dense Stripe Unit Packing
The flag NFL4_UFLG_DENSE of the nfl_util4 data type (field nflh_util of the
data type nfsv4
If nfl_util & NFL4_UFLG_DENSE is zero, this means that sparse packing is being used. Hence, the logical offsets of the file as viewed by a client sending READs and WRITEs directly to the metadata server are the same offsets each data server uses when storing a stripe unit. The effect then, for striping patterns consisting of at least two stripe units, is for each data server file to be sparse or "holey". So for example, suppose there is a pattern with three stripe units, the stripe unit size is 4096 bytes, and there are three data servers in the pattern. Then, the file in data server 1 will have stripe units 0, 3, 6, 9, ... filled; data server 2's file will have stripe units 1, 4, 7, 10, ... filled; and data server 3's file will have stripe units 2, 5, 8, 11, ... filled. The unfilled stripe units of each file will be holes; hence, the files in each data server are sparse.¶
If sparse packing is being used and a client attempts I/O to one of
the holes, then an error MUST be
returned by the data server. Using the above example, if data server 3 received a READ or WRITE operation for block 4, the data server
would return NFS4ERR
If nfl_util & NFL4_UFLG_DENSE is one, this means that dense packing is being used, and the data server files have no holes. Dense packing might be selected because the data server does not (efficiently) support holey files or because the data server cannot recognize read-ahead unless there are no holes. If dense packing is indicated in the layout, the data files will be packed. Using the same striping pattern and stripe unit size that were used for the sparse packing example, the corresponding dense packing example would have all stripe units of all data files filled as follows:¶
Because dense packing does not leave holes on the data servers, the pNFS client is allowed to write to any offset of any data file of any data server in the stripe. Thus, the data servers need not know the file's striping pattern.¶
The calculation to determine the byte offset within the data file for dense data server layouts is:¶
If dense packing is being used, and a data server appears more than once in a striping pattern, then to distinguish one stripe unit from another, the data server MUST use a different filehandle. Let's suppose there are two data servers. Logical stripe units 0, 3, 6 are served by data server 1; logical stripe units 1, 4, 7 are served by data server 2; and logical stripe units 2, 5, 8 are also served by data server 2. Unless data server 2 has two filehandles (each referring to a different data file), then, for example, a write to logical stripe unit 1 overwrites the write to logical stripe unit 2 because both logical stripe units are located in the same stripe unit (0) of data server 2.¶
13.5. Data Server Multipathing
The NFSv4.1 file layout supports multipathing to
multiple data server addresses.
Data
To support data server multipathing, each element of
the nflda
The client is free to use any of the network addresses
as a destination to send data server requests. If some
network addresses are less optimal paths to the data than
others, then the MDS SHOULD NOT include those network
addresses in an element of nflda
Generally, if two network addresses appear in an element
of nflda
13.6. Operations Sent to NFSv4.1 Data Servers
Clients accessing data on an NFSv4.1 data server MUST send only the NULL procedure and COMPOUND procedures whose operations are taken only from two restricted subsets of the operations defined as valid NFSv4.1 operations. Clients MUST use the filehandle specified by the layout when accessing data on NFSv4.1 data servers.¶
The first of these operation subsets consists of management operations.
This subset consists of the BACKCHANNEL
The second subset consists of COMMIT, READ, WRITE, and PUTFH. These operations MUST be used with a current filehandle specified by the layout. In the case of PUTFH, the new current filehandle MUST be one taken from the layout. Henceforth, these will be referred to as data-server I/O operations. As described in Section 12.5.1, a client MUST NOT send an I/O to a data server for which it does not hold a valid layout; the data server MUST reject such an I/O.¶
Unless the server has a concurrent non-data-server
personality -- i.e., EXCHANGE_ID results returned
When the server has concurrent data-server and non-data-server personalities, each COMPOUND sent by the client MUST be constructed so that it is appropriate to one of the two personalities, and it MUST NOT contain operations directed to a mix of those personalities. The server MUST enforce this. To understand the constraints, operations within a COMPOUND are divided into the following three classes:¶
When a COMPOUND first executes an operation from class 3 above,
it acts as a normal COMPOUND on any other server, and the
data-server personality ceases to be relevant.
There are no special restrictions on the
operations in the COMPOUND to limit them to those for
a data server. When a PUTFH is done, filehandles
derived from the layout are not valid. If their format
is not normally acceptable, then NFS4ERR
When a COMPOUND first executes an operation from class 2,
which would be PUTFH where the filehandle
is one from a layout, the COMPOUND henceforth is interpreted
with respect to the data-server personality.
Operations outside the two classes discussed
above MUST result in NFS4ERR
Until the server first executes an operation from class 2 or class 3, the client MUST NOT depend on the operation being executed by either the data-server or the non-data-server personality. The server MUST pick one personality consistently for a given COMPOUND, with the only possible transition being a single one when the first operation from class 2 or class 3 is executed.¶
Because of the complexity induced by assigning filehandles so they can be used on both a data server and a metadata server, it is RECOMMENDED that where the same server can have both personalities, the server assign separate unique filehandles to both personalities. This makes it unambiguous for which server a given request is intended.¶
GETATTR and SETATTR MUST be directed to the metadata
server. In the case of a SETATTR of the size attribute,
the control protocol is responsible for propagating size
updates
13.7. COMMIT through Metadata Server
The file layout provides two alternate means of providing for the
commit of data written through data servers. The flag
NFL4
Note that if the layout specified dense packing, then the offset used to a COMMIT to the MDS may differ than that of an offset used to a COMMIT to the data server.¶
The single COMMIT to the metadata server will return a verifier, and
the client should compare it to all the verifiers from the WRITEs and
fail the COMMIT if there are any mismatched verifiers. If COMMIT to the
metadata server fails, the client should re-send WRITEs for all the
modified data in the file. The client should treat modified data with
a mismatched verifier
as a WRITE failure and try to recover by resending the WRITEs to the
original data server or using another path to that data if the layout
has not been recalled. Alternatively, the client can obtain
a new layout or it could rewrite the data directly to the metadata server. If
nfl_util & NFL4
13.8. The Layout Iomode
The layout iomode need not be used by the metadata server when
servicing NFSv4.1 file-based layouts, although in some circumstances
it may be useful. For example, if the server implementation
supports reading from read-only replicas or mirrors, it would be
useful for the server to return a layout enabling the client to do
so. As such, the client SHOULD set the iomode based on its intent
to read or write the data. The client may default to an iomode of
LAYOUTIOMODE4
13.9. Metadata and Data Server State Coordination
13.9.1. Global Stateid Requirements
When the client sends
I/O to a data server, the stateid used MUST NOT be a layout stateid
as returned by LAYOUTGET or sent by CB
The stateid used for I/O MUST have the same effect and be subject to the same validation on a data server as it would if the I/O was being performed on the metadata server itself in the absence of pNFS. This has the implication that stateids are globally valid on both the metadata and data servers. This requires the metadata server to propagate changes in LOCK and OPEN state to the data servers, so that the data servers can validate I/O accesses. This is discussed further in Section 13.9.2. Depending on when stateids are propagated, the existence of a valid stateid on the data server may act as proof of a valid layout.¶
Clients performing I/O operations need to select an appropriate stateid based on the locks (including opens and delegations) held by the client and the various types of state-owners sending the I/O requests. The rules for doing so when referencing data servers are somewhat different from those discussed in Section 8.2.5, which apply when accessing metadata servers.¶
The following rules, applied in order of decreasing priority, govern the selection of the appropriate stateid:¶
13.9.2. Data Server State Propagation
Since the metadata server, which handles byte-range lock and open-mode state changes as well as ACLs, might not be co-located with the data servers where I/O accesses are validated, the server implementation MUST take care of propagating changes of this state to the data servers. Once the propagation to the data servers is complete, the full effect of those changes MUST be in effect at the data servers. However, some state changes need not be propagated immediately, although all changes SHOULD be propagated promptly. These state propagations have an impact on the design of the control protocol, even though the control protocol is outside of the scope of this specification. Immediate propagation refers to the synchronous propagation of state from the metadata server to the data server(s); the propagation must be complete before returning to the client.¶
13.9.2.1. Lock State Propagation
If the pNFS server supports mandatory byte-range locking, any mandatory byte-range locks on a file MUST be made effective at the data servers before the request that establishes them returns to the caller. The effect MUST be the same as if the mandatory byte-range lock state were synchronously propagated to the data servers, even though the details of the control protocol may avoid actual transfer of the state under certain circumstances.¶
On the other hand, since advisory byte-range lock state is not used for checking I/O accesses at the data servers, there is no semantic reason for propagating advisory byte-range lock state to the data servers. Since updates to advisory locks neither confer nor remove privileges, these changes need not be propagated immediately, and may not need to be propagated promptly. The updates to advisory locks need only be propagated when the data server needs to resolve a question about a stateid. In fact, if byte-range locking is not mandatory (i.e., is advisory) the clients are advised to avoid using the byte-range lock-based stateids for I/O. The stateids returned by OPEN are sufficient and eliminate overhead for this kind of state propagation.¶
If a client gets back an NFS4ERR_LOCKED error from a data server, this is an indication that mandatory byte-range locking is in force. The client recovers from this by getting a byte-range lock that covers the affected range and re-sends the I/O with the stateid of the byte-range lock.¶
13.9.2.2. Open and Deny Mode Validation
Open and deny mode validation MUST be performed against
the open and deny mode(s) held by the data servers. When
access is reduced or a deny mode made more restrictive
(because of CLOSE or OPEN
13.9.2.3. File Attributes
Since the SETATTR operation has the ability to modify state that is visible on both the metadata and data servers (e.g., the size), care must be taken to ensure that the resultant state across the set of data servers is consistent, especially when truncating or growing the file.¶
As described earlier, the LAYOUTCOMMIT operation is used to ensure
that the metadata is synchronized with changes made to the data servers.
For the NFSv4.1-based data storage protocol,
it is necessary to re-synchronize
state such as the size attribute, and the setting of mtime
Any changes to file attributes that control authorization or access as reflected by ACCESS calls or READs and WRITEs on the metadata server, MUST be propagated to the data servers for enforcement on READ and WRITE I/O calls. If the changes made on the metadata server result in more restrictive access permissions for any user, those changes MUST be propagated to the data servers synchronously.¶
The OPEN operation (Section 18.16.4) does not impose any requirement that I/O operations
on an open file have the same credentials as the OPEN
itself (unless EXCHGID4
13.10. Data Server Component File Size
A potential problem exists when a component data file on a particular data server has grown past EOF; the problem exists for both dense and sparse layouts. Imagine the following scenario: a client creates a new file (size == 0) and writes to byte 131072; the client then seeks to the beginning of the file and reads byte 100. The client should receive zeroes back as a result of the READ. However, if the striping pattern directs the client to send the READ to a data server other than the one that received the client's original WRITE, the data server servicing the READ may believe that the file's size is still 0 bytes. In that event, the data server's READ response will contain zero bytes and an indication of EOF. The data server can only return zeroes if it knows that the file's size has been extended. This would require the immediate propagation of the file's size to all data servers, which is potentially very costly. Therefore, the client that has initiated the extension of the file's size MUST be prepared to deal with these EOF conditions. When the offset in the arguments to READ is less than the client's view of the file size, if the READ response indicates EOF and/or contains fewer bytes than requested, the client will interpret such a response as a hole in the file, and the NFS client will substitute zeroes for the data.¶
The NFSv4.1 protocol only provides close-to-open file data cache semantics; meaning that when the file is closed, all modified data is written to the server. When a subsequent OPEN of the file is done, the change attribute is inspected for a difference from a cached value for the change attribute. For the case above, this means that a LAYOUTCOMMIT will be done at close (along with the data WRITEs) and will update the file's size and change attribute. Access from another client after that point will result in the appropriate size being returned.¶
13.11. Layout Revocation and Fencing
As described in Section 12.7, the
layout
In addition to lease expiration,
the reasons a layout can be revoked include: client fails to respond to
a CB
Fencing works as follows. As described in Section 13.1, in COMPOUND procedure
requests to the data server, the data filehandle provided
by the PUTFH operation and the stateid in the READ or
WRITE operation are used to ensure that the client has
a valid layout for the I/O being performed; if it does
not, the I/O is rejected with NFS4ERR
Before the metadata server takes any action to revoke layout state given out by a previous instance, it must make sure that all layout state from that previous instance are invalidated at the data servers. This has the following implications.¶
13.12. Security Considerations for the File Layout Type
The NFSv4.1 file layout type MUST adhere to the security considerations outlined in Section 12.9. NFSv4.1 data servers MUST make all of the required access checks on each READ or WRITE I/O as determined by the NFSv4.1 protocol. If the metadata server would deny a READ or WRITE operation on a file due to its ACL, mode attribute, open access mode, open deny mode, mandatory byte-range lock state, or any other attributes and state, the data server MUST also deny the READ or WRITE operation. This impacts the control protocol and the propagation of state from the metadata server to the data servers; see Section 13.9.2 for more details.¶
The methods for authentication,
integrity, and privacy for data servers based on the
LAYOUT4
For a given file object, a metadata server MAY require different security parameters (secinfo4 value) than the data server. For a given file object with multiple data servers, the secinfo4 value SHOULD be the same across all data servers. If the secinfo4 values across a metadata server and its data servers differ for a specific file, the mapping of the principal to the server's internal user identifier MUST be the same in order for the access-control checks based on ACL, mode, open and deny mode, and mandatory locking to be consistent across on the pNFS server.¶
If an NFSv4.1 implementation supports pNFS and supports NFSv4.1 file layouts, then the implementation MUST support the SECINFO_NO_NAME operation on both the metadata and data servers.¶
14. Internationalization
The primary issue in which NFSv4.1 needs to deal with
internationaliz
RFC 3454 [16], otherwise known as "stringprep", documents a framework for using Unicode/UTF-8 in networking protocols so as "to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world". A protocol must define a profile of stringprep "in order to fully specify the processing options". The remainder of this section defines the NFSv4.1 stringprep profiles. Much of the terminology used for the remainder of this section comes from stringprep.¶
There are three UTF-8 string types defined for NFSv4.1: utf8str_cs, utf8str_cis, and utf8str_mixed. Separate profiles are defined for each. Each profile defines the following, as required by stringprep:¶
Stringprep discusses Unicode characters, whereas NFSv4.1 renders UTF-8 characters. Since there is a one-to-one mapping from UTF-8 to Unicode, when the remainder of this document refers to Unicode, the reader should assume UTF-8.¶
Much of the text for the profiles comes from RFC 3491 [20].¶
14.1. Stringprep Profile for the utf8str_cs Type
Every use of the utf8str_cs type definition in the NFSv4 protocol specification follows the profile named nfs4_cs_prep.¶
14.1.1. Intended Applicability of the nfs4_cs_prep Profile
The utf8str_cs type is a case-sensitive string of UTF-8 characters. Its primary use in NFSv4.1 is for naming components and pathnames. Components and pathnames are stored on the server's file system. Two valid distinct UTF-8 strings might be the same after processing via the utf8str_cs profile. If the strings are two names inside a directory, the NFSv4.1 server will need to either:¶
14.1.2. Character Repertoire of nfs4_cs_prep
The nfs4_cs_prep profile uses Unicode 3.2, as defined in stringprep's Appendix A.1. However, NFSv4.1 implementations are not limited to 3.2.¶
14.1.3. Mapping Used by nfs4_cs_prep
The nfs4_cs_prep profile specifies mapping using the following tables from stringprep:¶
Table B.2 is normally not part of the nfs4_cs_prep profile as it is
primarily for dealing with case
If the case_preserving attribute is present and set to FALSE, then the NFSv4.1 server MUST use Table B.2 to map case when processing utf8str_cs strings. Whether the server maps from lower to upper case or from upper to lower case is an implementation dependency.¶
14.1.4. Normalization used by nfs4_cs_prep
The nfs4_cs_prep profile does not specify a normalization form. A later revision of this specification may specify a particular normalization form. Therefore, the server and client can expect that they may receive unnormalized characters within protocol requests and responses. If the operating environment requires normalization, then the implementation must normalize utf8str_cs strings within the protocol before presenting the information to an application (at the client) or local file system (at the server).¶
14.1.5. Prohibited Output for nfs4_cs_prep
The nfs4_cs_prep profile RECOMMENDS prohibiting the use of the following tables from stringprep:¶
14.1.6. Bidirectional Output for nfs4_cs_prep
The nfs4_cs_prep profile does not specify any checking of bidirectional strings.¶
14.2. Stringprep Profile for the utf8str_cis Type
Every use of the utf8str_cis type definition in the NFSv4.1 protocol specification follows the profile named nfs4_cis_prep.¶
14.2.1. Intended Applicability of the nfs4_cis_prep Profile
The utf8str_cis type is a case
14.2.2. Character Repertoire of nfs4_cis_prep
The nfs4_cis_prep profile uses Unicode 3.2, as defined in stringprep's Appendix A.1. However, NFSv4.1 implementations are not limited to 3.2.¶
14.2.3. Mapping Used by nfs4_cis_prep
The nfs4_cis_prep profile specifies mapping using the following tables from stringprep:¶
14.2.4. Normalization Used by nfs4_cis_prep
The nfs4_cis_prep profile specifies using Unicode normalization form KC, as described in stringprep.¶
14.2.5. Prohibited Output for nfs4_cis_prep
The nfs4_cis_prep profile specifies prohibiting using the following tables from stringprep:¶
14.2.6. Bidirectional Output for nfs4_cis_prep
The nfs4_cis_prep profile specifies checking bidirectional strings as described in stringprep's Section 6.¶
14.3. Stringprep Profile for the utf8str_mixed Type
Every use of the utf8str_mixed type definition in the NFSv4.1
protocol specification follows the profile named nfs4
14.3.1. Intended Applicability of the nfs4_mixed_prep Profile
The utf8str_mixed type is a string of UTF-8 characters, with a prefix that is case sensitive, a separator equal to '@', and a suffix that is a fully qualified domain name. Its primary use in NFSv4.1 is for naming principals identified in an Access Control Entry.¶
14.3.2. Character Repertoire of nfs4_mixed_prep
The nfs4_mixed_prep profile uses Unicode 3.2, as defined in stringprep's Appendix A.1. However, NFSv4.1 implementations are not limited to 3.2.¶
14.3.3. Mapping Used by nfs4_cis_prep
For the prefix and the separator of a utf8str_mixed string, the nfs4_mixed_prep profile specifies mapping using the following table from stringprep:¶
For the suffix of a utf8str_mixed string, the nfs4_mixed_prep profile specifies mapping using the following tables from stringprep:¶
14.3.4. Normalization Used by nfs4_mixed_prep
The nfs4_mixed_prep profile specifies using Unicode normalization form KC, as described in stringprep.¶
14.3.5. Prohibited Output for nfs4_mixed_prep
The nfs4_mixed_prep profile specifies prohibiting using the following tables from stringprep:¶
14.3.6. Bidirectional Output for nfs4_mixed_prep
The nfs4_mixed_prep profile specifies checking bidirectional strings as described in stringprep's Section 6.¶
14.4. UTF-8 Capabilities
Because some operating environments and file systems do
not enforce character set encodings, NFSv4.1 supports the
fs_charset_cap attribute (Section 5.8.2.11)
that indicates to the client a file system's UTF-8 capabilities.
The attribute is an integer containing a pair of flags.
The first flag is FSCHARSET
15. Error Values
NFS error numbers are assigned to failed operations within a Compound (COMPOUND or CB_COMPOUND) request. A Compound request contains a number of NFS operations that have their results encoded in sequence in a Compound reply. The results of successful operations will consist of an NFS4_OK status followed by the encoded results of the operation. If an NFS operation fails, an error status will be entered in the reply and the Compound request will be terminated.¶
15.1. Error Definitions
15.1.1. General Errors
This section deals with errors that are applicable to a broad set of different purposes.¶
15.1.1.1. NFS4ERR_BADXDR (Error Code 10036)
The arguments for this operation do not match those specified in the XDR definition. This includes situations in which the request ends before all the arguments have been seen. Note that this error applies when fixed enumerations (these include booleans) have a value within the input stream that is not valid for the enum. A replier may pre-parse all operations for a Compound procedure before doing any operation execution and return RPC-level XDR errors in that case.¶
15.1.1.2. NFS4ERR_BAD_COOKIE (Error Code 10003)
Used for operations that provide a set of information indexed by some quantity provided by the client or cookie sent by the server for an earlier invocation. Where the value cannot be used for its intended purpose, this error results.¶
15.1.1.3. NFS4ERR_DELAY (Error Code 10008)
For any of a number of reasons, the replier could not process this operation in what was deemed a reasonable time. The client should wait and then try the request with a new slot and sequence value.¶
Some examples of scenarios that might lead to this situation:¶
In such cases, returning the error NFS4ERR_DELAY allows
necessary preparatory operations to proceed without
holding up requester resources such as a session slot.
After delaying for period of time, the client can
then re-send the operation in question, often as part
of a nearly identical request. Because of the need to avoid
spurious reissues of non-idempotent operations and to avoid
acting in response to NFS4ERR_DELAY errors returned on responses
returned from the replier's reply cache,
integration with the session
Note that without the ability to return NFS4ERR_DELAY and the requester's willingness to re-send when receiving it, deadlock might result. For example, if a recall is done, and if the delegation return or operations preparatory to delegation return are held up by other operations that need the delegation to be returned, session slots might not be available. The result could be deadlock.¶
15.1.1.4. NFS4ERR_INVAL (Error Code 22)
The arguments for this operation are not valid for some reason, even though they do match those specified in the XDR definition for the request.¶
15.1.1.5. NFS4ERR_NOTSUPP (Error Code 10004)
Operation not supported, either because the operation is an OPTIONAL one and is not supported by this server or because the operation MUST NOT be implemented in the current minor version.¶
15.1.1.6. NFS4ERR_SERVERFAULT (Error Code 10006)
An error occurred on the server that does not map to any of the specific legal NFSv4.1 protocol error values. The client should translate this into an appropriate error. UNIX clients may choose to translate this to EIO.¶
15.1.1.7. NFS4ERR_TOOSMALL (Error Code 10005)
Used where an operation returns a variable amount of data, with a limit specified by the client. Where the data returned cannot be fit within the limit specified by the client, this error results.¶
15.1.2. Filehandle Errors
These errors deal with the situation in which the current or saved filehandle, or the filehandle passed to PUTFH intended to become the current filehandle, is invalid in some way. This includes situations in which the filehandle is a valid filehandle in general but is not of the appropriate object type for the current operation.¶
Where the error description indicates a problem with the current or saved filehandle, it is to be understood that filehandles are only checked for the condition if they are implicit arguments of the operation in question.¶
15.1.2.1. NFS4ERR_BADHANDLE (Error Code 10001)
Illegal NFS filehandle for the current server. The current filehandle failed internal consistency checks. Once accepted as valid (by PUTFH), no subsequent status change can cause the filehandle to generate this error.¶
15.1.2.2. NFS4ERR_FHEXPIRED (Error Code 10014)
A current or saved filehandle that is an argument to the current operation is volatile and has expired at the server.¶
15.1.2.3. NFS4ERR_ISDIR (Error Code 21)
The current or saved filehandle designates a directory when the current operation does not allow a directory to be accepted as the target of this operation.¶
15.1.2.4. NFS4ERR_MOVED (Error Code 10019)
The file system that contains the current filehandle object
is not present at the server or is not accessible with the
network address used. It may have been made accessible on a different
set of network addresses, relocated or
migrated to another server, or it may have never been present.
The client may obtain the new file system location by obtaining
the fs_locations or fs
As with the case of NFS4ERR_DELAY, it is possible that one or more non-idempotent operations may have been successfully executed within a COMPOUND before NFS4ERR_MOVED is returned. Because of this, once the new location is determined, the original request that received the NFS4ERR_MOVED should not be re-executed in full. Instead, the client should send a new COMPOUND with any successfully executed non-idempotent operations removed. When the client uses the same session for the new COMPOUND, its SEQUENCE operation should use a different slot ID or sequence.¶
15.1.2.5. NFS4ERR_NOFILEHANDLE (Error Code 10020)
The logical current or saved filehandle value is required by the current operation and is not set. This may be a result of a malformed COMPOUND operation (i.e., no PUTFH or PUTROOTFH before an operation that requires the current filehandle be set).¶
15.1.2.6. NFS4ERR_NOTDIR (Error Code 20)
The current (or saved) filehandle designates an object that is not a directory for an operation in which a directory is required.¶
15.1.2.7. NFS4ERR_STALE (Error Code 70)
The current or saved filehandle value designating an argument to the current operation is invalid. The file referred to by that filehandle no longer exists or access to it has been revoked.¶
15.1.2.8. NFS4ERR_SYMLINK (Error Code 10029)
The current filehandle designates a symbolic link when the current operation does not allow a symbolic link as the target.¶
15.1.2.9. NFS4ERR_WRONG_TYPE (Error Code 10083)
The current (or saved) filehandle designates an object that
is of an invalid type for the current operation, and there is no
more specific error (such as NFS4ERR_ISDIR or NFS4ERR
15.1.3. Compound Structure Errors
This section deals with errors that relate to the overall structure of a Compound request (by which we mean to include both COMPOUND and CB_COMPOUND), rather than to particular operations.¶
There are a number of basic constraints on the operations that may appear in a Compound request. Sessions add to these basic constraints by requiring a Sequence operation (either SEQUENCE or CB_SEQUENCE) at the start of the Compound.¶
15.1.3.1. NFS_OK (Error code 0)
Indicates the operation completed successfully, in that all of the constituent operations completed without error.¶
15.1.3.2. NFS4ERR_MINOR_VERS_MISMATCH (Error code 10021)
The minor version specified is not one that the current listener supports. This value is returned in the overall status for the Compound but is not associated with a specific operation since the results will specify a result count of zero.¶
15.1.3.3. NFS4ERR_NOT_ONLY_OP (Error Code 10081)
Certain operations, which are allowed to be executed outside of a session, MUST be the only operation within a Compound whenever the Compound does not start with a Sequence operation. This error results when that constraint is not met.¶
15.1.3.4. NFS4ERR_OP_ILLEGAL (Error Code 10044)
The operation code is not a valid one for the current Compound procedure. The opcode in the result stream matched with this error is the ILLEGAL value, although the value that appears in the request stream may be different. Where an illegal value appears and the replier pre-parses all operations for a Compound procedure before doing any operation execution, an RPC-level XDR error may be returned.¶
15.1.3.5. NFS4ERR_OP_NOT_IN_SESSION (Error Code 10071)
Most forward operations and all callback operations are only valid within the context of a session, so that the Compound request in question MUST begin with a Sequence operation. If an attempt is made to execute these operations outside the context of session, this error results.¶
15.1.3.6. NFS4ERR_REP_TOO_BIG (Error Code 10066)
The reply to a Compound would exceed the channel's negotiated maximum response size.¶
15.1.3.7. NFS4ERR_REP_TOO_BIG_TO_CACHE (Error Code 10067)
The reply to a Compound would exceed the channel's negotiated maximum size for replies cached in the reply cache when the Sequence for the current request specifies that this request is to be cached.¶
15.1.3.8. NFS4ERR_REQ_TOO_BIG (Error Code 10065)
The Compound request exceeds the channel's negotiated maximum size for requests.¶
15.1.3.9. NFS4ERR_RETRY_UNCACHED_REP (Error Code 10068)
The requester has attempted a retry of a Compound that it previously requested not be placed in the reply cache.¶
15.1.3.10. NFS4ERR_SEQUENCE_POS (Error Code 10064)
A Sequence operation appeared in a position other than the first operation of a Compound request.¶
15.1.3.11. NFS4ERR_TOO_MANY_OPS (Error Code 10070)
The Compound request has too many operations, exceeding the count negotiated when the session was created.¶
15.1.3.12. NFS4ERR_UNSAFE_COMPOUND (Error Code 10068)
The client has sent a COMPOUND request with an unsafe mix of operations -- specifically, with a non-idempotent operation that changes the current filehandle and that is not followed by a GETFH.¶
15.1.4. File System Errors
These errors describe situations that occurred in the underlying file system implementation rather than in the protocol or any NFSv4.x feature.¶
15.1.4.1. NFS4ERR_BADTYPE (Error Code 10007)
An attempt was made to create an object with an inappropriate type specified to CREATE. This may be because the type is undefined, because the type is not supported by the server, or because the type is not intended to be created by CREATE (such as a regular file or named attribute, for which OPEN is used to do the file creation).¶
15.1.4.2. NFS4ERR_DQUOT (Error Code 69)
Resource (quota) hard limit exceeded. The user's resource limit on the server has been exceeded.¶
15.1.4.3. NFS4ERR_EXIST (Error Code 17)
A file of the specified target name (when creating, renaming, or linking) already exists.¶
15.1.4.4. NFS4ERR_FBIG (Error Code 27)
The file is too large. The operation would have caused the file to grow beyond the server's limit.¶
15.1.4.5. NFS4ERR_FILE_OPEN (Error Code 10046)
The operation is not allowed because a file involved in the operation is currently open. Servers may, but are not required to, disallow linking-to, removing, or renaming open files.¶
15.1.4.6. NFS4ERR_IO (Error Code 5)
Indicates that an I/O error occurred for which the file system was unable to provide recovery.¶
15.1.4.7. NFS4ERR_MLINK (Error Code 31)
The request would have caused the server's limit for the number of hard links a file may have to be exceeded.¶
15.1.4.8. NFS4ERR_NOENT (Error Code 2)
Indicates no such file or directory. The file or directory name specified does not exist.¶
15.1.4.9. NFS4ERR_NOSPC (Error Code 28)
Indicates there is no space left on the device. The operation would have caused the server's file system to exceed its limit.¶
15.1.4.10. NFS4ERR_NOTEMPTY (Error Code 66)
An attempt was made to remove a directory that was not empty.¶
15.1.4.11. NFS4ERR_ROFS (Error Code 30)
Indicates a read-only file system. A modifying operation was attempted on a read-only file system.¶
15.1.4.12. NFS4ERR_XDEV (Error Code 18)
Indicates an attempt to do an operation, such as linking, that inappropriately crosses a boundary. This may be due to such boundaries as:¶
15.1.5. State Management Errors
These errors indicate problems with the stateid (or one of the stateids) passed to a given operation. This includes situations in which the stateid is invalid as well as situations in which the stateid is valid but designates locking state that has been revoked. Depending on the operation, the stateid when valid may designate opens, byte-range locks, file or directory delegations, layouts, or device maps.¶
15.1.5.1. NFS4ERR_ADMIN_REVOKED (Error Code 10047)
A stateid designates locking state of any type that has been revoked due to administrative interaction, possibly while the lease is valid.¶
15.1.5.2. NFS4ERR_BAD_STATEID (Error Code 10026)
A stateid does not properly designate any valid state. See Sections 8.2.4 and 8.2.3 for a discussion of how stateids are validated.¶
15.1.5.3. NFS4ERR_DELEG_REVOKED (Error Code 10087)
A stateid designates recallable locking state of any type (delegation or layout) that has been revoked due to the failure of the client to return the lock when it was recalled.¶
15.1.5.4. NFS4ERR_EXPIRED (Error Code 10011)
A stateid designates locking state of any type that has been revoked due to expiration of the client's lease, either immediately upon lease expiration, or following a later request for a conflicting lock.¶
15.1.5.5. NFS4ERR_OLD_STATEID (Error Code 10024)
A stateid with a non-zero seqid value does match the current seqid for the state designated by the user.¶
15.1.6. Security Errors
These are the various permission
15.1.6.1. NFS4ERR_ACCESS (Error Code 13)
Indicates permission denied. The caller does
not have the correct permission to perform
the requested operation. Contrast this with
NFS4ERR_PERM (Section 15.1.6.2), which
restricts itself to owner or privileged-user
permission failures, and NFS4ERR
15.1.6.2. NFS4ERR_PERM (Error Code 1)
Indicates requester is not the owner. The operation was not allowed because the caller is neither a privileged user (root) nor the owner of the target of the operation.¶
15.1.6.3. NFS4ERR_WRONGSEC (Error Code 10016)
Indicates that the security mechanism being used by the client for the operation does not match the server's security policy. The client should change the security mechanism being used and re-send the operation (but not with the same slot ID and sequence ID; one or both MUST be different on the re-send). SECINFO and SECINFO_NO_NAME can be used to determine the appropriate mechanism.¶
15.1.6.4. NFS4ERR_WRONG_CRED (Error Code 10082)
An operation that manipulates state was attempted by a principal that was not allowed to modify that piece of state.¶
15.1.7. Name Errors
Names in NFSv4 are UTF-8 strings. When the strings are not valid UTF-8 or are of length zero, the error NFS4ERR_INVAL results. Besides this, there are a number of other errors to indicate specific problems with names.¶
15.1.7.1. NFS4ERR_BADCHAR (Error Code 10040)
A UTF-8 string contains a character that is not supported by the server in the context in which it being used.¶
15.1.7.2. NFS4ERR_BADNAME (Error Code 10041)
A name string in a request consisted of valid UTF-8 characters supported by the server, but the name is not supported by the server as a valid name for the current operation. An example might be creating a file or directory named ".." on a server whose file system uses that name for links to parent directories.¶
15.1.7.3. NFS4ERR_NAMETOOLONG (Error Code 63)
Returned when the filename in an operation exceeds the server's implementation limit.¶
15.1.8. Locking Errors
This section deals with errors related to locking, both as to share reservations and byte-range locking. It does not deal with errors specific to the process of reclaiming locks. Those are dealt with in Section 15.1.9.¶
15.1.8.1. NFS4ERR_BAD_RANGE (Error Code 10042)
The byte-range of a LOCK, LOCKT, or LOCKU operation is not allowed by the server. For example, this error results when a server that only supports 32-bit ranges receives a range that cannot be handled by that server. (See Section 18.10.3.)¶
15.1.8.2. NFS4ERR_DEADLOCK (Error Code 10045)
The server has been able to determine a byte-range locking deadlock condition for a READW_LT or WRITEW_LT LOCK operation.¶
15.1.8.3. NFS4ERR_DENIED (Error Code 10010)
An attempt to lock a file is denied. Since this may be a temporary condition, the client is encouraged to re-send the lock request (but not with the same slot ID and sequence ID; one or both MUST be different on the re-send) until the lock is accepted. See Section 9.6 for a discussion of the re-send.¶
15.1.8.4. NFS4ERR_LOCKED (Error Code 10012)
A READ or WRITE operation was attempted on a file where there was a conflict between the I/O and an existing lock:¶
15.1.8.5. NFS4ERR_LOCKS_HELD (Error Code 10037)
An operation was prevented by the unexpected presence of locks.¶
15.1.8.6. NFS4ERR_LOCK_NOTSUPP (Error Code 10043)
A LOCK operation was attempted that would require the upgrade or downgrade of a byte-range lock range already held by the owner, and the server does not support atomic upgrade or downgrade of locks.¶
15.1.8.7. NFS4ERR_LOCK_RANGE (Error Code 10028)
A LOCK operation is operating on a range that overlaps in part a currently held byte-range lock for the current lock-owner and does not precisely match a single such byte-range lock where the server does not support this type of request, and thus does not implement POSIX locking semantics [21]. See Sections 18.10.4, 18.11.4, and 18.12.4 for a discussion of how this applies to LOCK, LOCKT, and LOCKU respectively.¶
15.1.8.8. NFS4ERR_OPENMODE (Error Code 10038)
The client attempted a READ, WRITE, LOCK, or other operation not sanctioned by the stateid passed (e.g., writing to a file opened for read-only access).¶
15.1.8.9. NFS4ERR_SHARE_DENIED (Error Code 10015)
An attempt to OPEN a file with a share reservation has failed because of a share conflict.¶
15.1.9. Reclaim Errors
These errors relate to the process of reclaiming locks after a server restart.¶
15.1.9.1. NFS4ERR_COMPLETE_ALREADY (Error Code 10054)
The client previously sent a successful RECLAIM
15.1.9.2. NFS4ERR_GRACE (Error Code 10013)
This error is returned when the server is in its grace period with regard to the file system object for which the lock was requested. In this situation, a non-reclaim locking request cannot be granted. This can occur because either:¶
In the case of a per-fs grace period, there may be clients (i.e., those currently using the destination file system) who might be unaware of the circumstances resulting in the initiation of the grace period. Such clients need to periodically retry the request until the grace period is over, just as other clients do.¶
15.1.9.3. NFS4ERR_NO_GRACE (Error Code 10033)
A reclaim of client state was attempted in circumstances in which the server cannot guarantee that conflicting state has not been provided to another client. This occurs in any of the following situations:¶
15.1.9.4. NFS4ERR_RECLAIM_BAD (Error Code 10034)
The server has determined that a reclaim attempted by the client
is not valid, i.e., the lock specified as being reclaimed could
not possibly have existed before the server restart or file
system migration event. A server
is not obliged to make this determination and will typically rely
on the client to only reclaim locks that the client was granted prior
to restart. However,
when a server does have reliable information to enable it to make
this determination, this error indicates that the reclaim has
been rejected as invalid. This is as opposed to the error
NFS4ERR
15.1.9.5. NFS4ERR_RECLAIM_CONFLICT (Error Code 10035)
The reclaim attempted by the client has encountered a conflict
and cannot be satisfied. This potentially indicates a misbehaving
client, although not necessarily the one receiving the error.
The misbehavior might be on the part of the client that
established the lock with which this client conflicted. See also
Section 15.1.9.4 for the related error,
NFS4ERR
15.1.10. pNFS Errors
This section deals with pNFS-related errors including those that are associated with using NFSv4.1 to communicate with a data server.¶
15.1.10.1. NFS4ERR_BADIOMODE (Error Code 10049)
An invalid or inappropriate layout iomode was specified.
For example an inappropriate layout iomode, suppose
a client's LAYOUTGET operation specified an iomode of
LAYOUTIOMODE4
15.1.10.2. NFS4ERR_BADLAYOUT (Error Code 10050)
The layout specified is invalid in some way. For LAYOUTCOMMIT,
this indicates that the specified layout is not held by the
client or is not of mode LAYOUTIOMODE4
15.1.10.3. NFS4ERR_LAYOUTTRYLATER (Error Code 10058)
Layouts are temporarily unavailable for the file. The client should re-send later (but not with the same slot ID and sequence ID; one or both MUST be different on the re-send).¶
15.1.10.4. NFS4ERR_LAYOUTUNAVAILABLE (Error Code 10059)
Returned when layouts are not available for the current file system or the particular specified file.¶
15.1.10.5. NFS4ERR_NOMATCHING_LAYOUT (Error Code 10060)
Returned when layouts are recalled and the client has no layouts matching the specification of the layouts being recalled.¶
15.1.10.6. NFS4ERR_PNFS_IO_HOLE (Error Code 10075)
The pNFS client has attempted to read from or write to an illegal hole of a file of a data server that is using sparse packing. See Section 13.4.4.¶
15.1.10.7. NFS4ERR_PNFS_NO_LAYOUT (Error Code 10080)
The pNFS client has attempted to read from or write to a file (using a request to a data server) without holding a valid layout. This includes the case where the client had a layout, but the iomode does not allow a WRITE.¶
15.1.10.8. NFS4ERR_RETURNCONFLICT (Error Code 10086)
A layout is unavailable due to an attempt to perform the LAYOUTGET before a pending LAYOUTRETURN on the file has been received. See Section 12.5.5.2.1.3.¶
15.1.10.9. NFS4ERR_UNKNOWN_LAYOUTTYPE (Error Code 10062)
The client has specified a layout type that is not supported by the server.¶
15.1.11. Session Use Errors
This section deals with errors encountered when using sessions, that is, errors encountered when a request uses a Sequence (i.e., either SEQUENCE or CB_SEQUENCE) operation.¶
15.1.11.1. NFS4ERR_BADSESSION (Error Code 10052)
The specified session ID is unknown to the server to which the operation is addressed.¶
15.1.11.2. NFS4ERR_BADSLOT (Error Code 10053)
The requester sent a Sequence operation that attempted to use a slot the replier does not have in its slot table. It is possible the slot may have been retired.¶
15.1.11.3. NFS4ERR_BAD_HIGH_SLOT (Error Code 10077)
The highest_slot argument in a Sequence operation exceeds the replier's enforced highest_slotid.¶
15.1.11.4. NFS4ERR_CB_PATH_DOWN (Error Code 10048)
There is a problem contacting the client via the callback path. The function of this error has been mostly superseded by the use of status flags in the reply to the SEQUENCE operation (see Section 18.46).¶
15.1.11.5. NFS4ERR_DEADSESSION (Error Code 10078)
The specified session is a persistent session that is dead and does not accept new requests or perform new operations on existing requests (in the case in which a request was partially executed before server restart).¶
15.1.11.6. NFS4ERR_CONN_NOT_BOUND_TO_SESSION (Error Code 10055)
A Sequence operation was sent on a connection that has not been associated with the specified session, where the client specified that connection association was to be enforced with SP4_MACH_CRED or SP4_SSV state protection.¶
15.1.11.7. NFS4ERR_SEQ_FALSE_RETRY (Error Code 10076)
The requester sent a Sequence operation with a slot ID and sequence ID that are in the reply cache, but the replier has detected that the retried request is not the same as the original request. See Section 2.10.6.1.3.1.¶
15.1.11.8. NFS4ERR_SEQ_MISORDERED (Error Code 10063)
The requester sent a Sequence operation with an invalid sequence ID.¶
15.1.12. Session Management Errors
This section deals with errors associated with requests used in session management.¶
15.1.12.1. NFS4ERR_BACK_CHAN_BUSY (Error Code 10057)
An attempt was made to destroy a session when the session cannot be destroyed because the server has callback requests outstanding.¶
15.1.12.2. NFS4ERR_BAD_SESSION_DIGEST (Error Code 10051)
The digest used in a SET_SSV request is not valid.¶
15.1.13. Client Management Errors
This section deals with errors associated with requests used to create and manage client IDs.¶
15.1.13.1. NFS4ERR_CLIENTID_BUSY (Error Code 10074)
The DESTROY
15.1.13.2. NFS4ERR_CLID_INUSE (Error Code 10017)
While processing an EXCHANGE_ID operation, the server was presented with a co_ownerid field that matches an existing client with valid leased state, but the principal sending the EXCHANGE_ID operation differs from the principal that established the existing client. This indicates a collision (most likely due to chance) between clients. The client should recover by changing the co_ownerid and re-sending EXCHANGE_ID (but not with the same slot ID and sequence ID; one or both MUST be different on the re-send).¶
15.1.13.3. NFS4ERR_ENCR_ALG_UNSUPP (Error Code 10079)
An EXCHANGE_ID was sent that specified state protection via SSV, and where the set of encryption algorithms presented by the client did not include any supported by the server.¶
15.1.13.4. NFS4ERR_HASH_ALG_UNSUPP (Error Code 10072)
An EXCHANGE_ID was sent that specified state protection via SSV, and where the set of hashing algorithms presented by the client did not include any supported by the server.¶
15.1.13.5. NFS4ERR_STALE_CLIENTID (Error Code 10022)
A client ID not recognized by the server was passed to an operation. Note that unlike the case of NFSv4.0, client IDs are not passed explicitly to the server in ordinary locking operations and cannot result in this error. Instead, when there is a server restart, it is first manifested through an error on the associated session, and the staleness of the client ID is detected when trying to associate a client ID with a new session.¶
15.1.14. Delegation Errors
This section deals with errors associated with requesting and returning delegations.¶
15.1.14.1. NFS4ERR_DELEG_ALREADY_WANTED (Error Code 10056)
The client has requested a delegation when it had already registered that it wants that same delegation.¶
15.1.14.2. NFS4ERR_DIRDELEG_UNAVAIL (Error Code 10084)
This error is returned when the server is unable or unwilling to provide a requested directory delegation.¶
15.1.14.3. NFS4ERR_RECALLCONFLICT (Error Code 10061)
A recallable object (i.e., a layout or delegation) is unavailable due to a conflicting recall operation that is currently in progress for that object.¶
15.1.14.4. NFS4ERR_REJECT_DELEG (Error Code 10085)
The callback operation invoked to deal with a new delegation has rejected it.¶
15.1.15. Attribute Handling Errors
This section deals with errors specific to attribute handling within NFSv4.¶
15.1.15.1. NFS4ERR_ATTRNOTSUPP (Error Code 10032)
An attribute specified is not supported by the server. This error MUST NOT be returned by the GETATTR operation.¶
15.1.15.2. NFS4ERR_BADOWNER (Error Code 10039)
This error is returned when an owner or owner_group attribute value or the who field of an ACE within an ACL attribute value cannot be translated to a local representation.¶
15.1.15.3. NFS4ERR_NOT_SAME (Error Code 10027)
This error is returned by the VERIFY operation to signify that the attributes compared were not the same as those provided in the client's request.¶
15.1.15.4. NFS4ERR_SAME (Error Code 10009)
This error is returned by the NVERIFY operation to signify that the attributes compared were the same as those provided in the client's request.¶
15.1.16. Obsoleted Errors
These errors MUST NOT be generated by any NFSv4.1 operation. This can be for a number of reasons.¶
15.1.16.1. NFS4ERR_BAD_SEQID (Error Code 10026)
The sequence number (seqid) in a locking request is neither the next expected number or the last number processed. These seqids are ignored in NFSv4.1.¶
15.1.16.2. NFS4ERR_LEASE_MOVED (Error Code 10031)
A lease being renewed is associated with a file system
that has been migrated to a new server. The error has
been superseded by the SEQ4
15.1.16.3. NFS4ERR_NXIO (Error Code 5)
I/O error. No such device or address. This error is for errors involving block and character device access, but because NFSv4.1 is not a device-access protocol, this error is not applicable.¶
15.1.16.4. NFS4ERR_RESTOREFH (Error Code 10030)
The RESTOREFH operation does not have a saved filehandle
(identified by SAVEFH) to operate upon. In NFSv4.1, this error has
been superseded by NFS4ERR
15.1.16.5. NFS4ERR_STALE_STATEID (Error Code 10023)
A stateid generated by an earlier server instance was used. This error is moot in NFSv4.1 because all operations that take a stateid MUST be preceded by the SEQUENCE operation, and the earlier server instance is detected by the session infrastructure that supports SEQUENCE.¶
15.2. Operations and Their Valid Errors
This section contains a table that gives the valid error returns for each protocol operation. The error code NFS4_OK (indicating no error) is not listed but should be understood to be returnable by all operations with two important exceptions:¶
15.3. Callback Operations and Their Valid Errors
This section contains a table that gives the valid error returns for each callback operation. The error code NFS4_OK (indicating no error) is not listed but should be understood to be returnable by all callback operations with the exception of CB_ILLEGAL.¶
15.4. Errors and the Operations That Use Them
16. NFSv4.1 Procedures
Both procedures, NULL and COMPOUND, MUST be implemented.¶
16.1. Procedure 0: NULL - No Operation
16.1.3. DESCRIPTION
This is the standard NULL procedure with the standard void argument and void response. This procedure has no functionality associated with it. Because of this, it is sometimes used to measure the overhead of processing a service request. Therefore, the server SHOULD ensure that no unnecessary work is done in servicing this procedure.¶
16.2. Procedure 1: COMPOUND - Compound Operations
16.2.3. DESCRIPTION
The COMPOUND procedure is used to combine one or more NFSv4 operations into a single RPC request. The server interprets each of the operations in turn. If an operation is executed by the server and the status of that operation is NFS4_OK, then the next operation in the COMPOUND procedure is executed. The server continues this process until there are no more operations to be executed or until one of the operations has a status value other than NFS4_OK.¶
In the processing of the COMPOUND procedure, the server may find that it does not have the available resources to execute any or all of the operations within the COMPOUND sequence. See Section 2.10.6.4 for a more detailed discussion.¶
The server will generally choose between two methods of decoding the client's request. The first would be the traditional one-pass XDR decode. If there is an XDR decoding error in this case, the RPC XDR decode error would be returned. The second method would be to make an initial pass to decode the basic COMPOUND request and then to XDR decode the individual operations; the most interesting is the decode of attributes. In this case, the server may encounter an XDR decode error during the second pass. If it does, the server would return the error NFS4ERR_BADXDR to signify the decode error.¶
The COMPOUND arguments contain a "minorversion" field. For NFSv4.1,
the value for this field is 1. If the server receives
a COMPOUND procedure with a minorversion field value that it does not
support, the server MUST return an error of
NFS4ERR
Contained within the COMPOUND results is a "status" field. If the results array length is non-zero, this status must be equivalent to the status of the last operation that was executed within the COMPOUND procedure. Therefore, if an operation incurred an error then the "status" value will be the same error value as is being returned for the operation that failed.¶
Note that operations zero and one are not defined for the
COMPOUND procedure. Operation 2 is not defined and is reserved for
future definition and use with minor versioning. If the server
receives an operation array that contains operation 2 and the
minorversion field has a value of zero, an error of
NFS4ERR
It is possible that the server receives a request that contains an
operation that is less than the first legal operation (OP_ACCESS) or
greater than the last legal operation
The definition of the "tag" in the request is left to the implementor.
It may be used to summarize the content of the Compound request for
the benefit of packet-sniffers and engineers debugging
implementations
16.2.3.1. Current Filehandle and Stateid
The COMPOUND procedure offers a simple environment for the execution of the operations specified by the client. The first two relate to the filehandle while the second two relate to the current stateid.¶
16.2.3.1.1. Current Filehandle
The current and saved filehandles are used throughout
the protocol. Most operations implicitly use
the current filehandle as an argument, and many set
the current filehandle as part of the results.
The combination of client
In this example, the PUTFH (Section 18.19) operation explicitly sets the current filehandle value while the result of each LOOKUP operation sets the current filehandle value to the resultant file system object. Also, the client is able to insert GETATTR operations using the current filehandle as an argument.¶
The PUTROOTFH (Section 18.21) and PUTPUBFH (Section 18.20) operations also set the current filehandle. The above example would replace "PUTFH fh1" with PUTROOTFH or PUTPUBFH with no filehandle argument in order to achieve the same effect (on the assumption that "compA" is directly below the root of the namespace).¶
Along with the current filehandle, there is a saved filehandle. While the current filehandle is set as the result of operations like LOOKUP, the saved filehandle must be set directly with the use of the SAVEFH operation. The SAVEFH operation copies the current filehandle value to the saved value. The saved filehandle value is used in combination with the current filehandle value for the LINK and RENAME operations. The RESTOREFH operation will copy the saved filehandle value to the current filehandle value; as a result, the saved filehandle value may be used a sort of "scratch" area for the client's series of operations.¶
16.2.3.1.2. Current Stateid
With NFSv4.1, additions of a current stateid and a saved stateid have been made to the COMPOUND processing environment; this allows for the passing of stateids between operations. There are no changes to the syntax of the protocol, only changes to the semantics of a few operations.¶
A "current stateid" is the stateid that is associated with the current filehandle. The current stateid may only be changed by an operation that modifies the current filehandle or returns a stateid. If an operation returns a stateid, it MUST set the current stateid to the returned value. If an operation sets the current filehandle but does not return a stateid, the current stateid MUST be set to the all-zeros special stateid, i.e., (seqid, other) = (0, 0). If an operation uses a stateid as an argument but does not return a stateid, the current stateid MUST NOT be changed. For example, PUTFH, PUTROOTFH, and PUTPUBFH will change the current server state from {ocfh, (osid)} to {cfh, (0, 0)}, while LOCK will change the current state from {cfh, (osid} to {cfh, (nsid)}. Operations like LOOKUP that transform a current filehandle and component name into a new current filehandle will also change the current state to {0, 0}. The SAVEFH and RESTOREFH operations will save and restore both the current filehandle and the current stateid as a set.¶
The following example is the common case of a simple READ operation with a normal stateid showing that the PUTFH initializes the current stateid to (0, 0). The subsequent READ with stateid (sid1) leaves the current stateid unchanged.¶
This next example performs an OPEN with the root filehandle and, as a result, generates stateid (sid1). The next operation specifies the READ with the argument stateid set such that (seqid, other) are equal to (1, 0), but the current stateid set by the previous operation is actually used when the operation is evaluated. This allows correct interaction with any existing, potentially conflicting, locks.¶
This next example is similar to the second in how it passes the stateid sid2 generated by the LOCK operation to the next READ operation. This allows the client to explicitly surround a single I/O operation with a lock and its appropriate stateid to guarantee correctness with other client locks. The example also shows how SAVEFH and RESTOREFH can save and later reuse a filehandle and stateid, passing them as the current filehandle and stateid to a READ operation.¶
The final example shows a disallowed use of
the current stateid. The client is attempting
to implicitly pass an anonymous special stateid, (0,0), to
the READ operation. The server MUST return NFS4ERR
16.2.4. ERRORS
COMPOUND will of course return every error that each operation on the fore channel can return (see Table 12). However, if COMPOUND returns zero operations, obviously the error returned by COMPOUND has nothing to do with an error returned by an operation. The list of errors COMPOUND will return if it processes zero operations include:¶
17. Operations: REQUIRED, RECOMMENDED, or OPTIONAL
The following tables summarize the operations of the NFSv4.1 protocol and the corresponding designation of REQUIRED, RECOMMENDED, and OPTIONAL to implement or MUST NOT implement. The designation of MUST NOT implement is reserved for those operations that were defined in NFSv4.0 and MUST NOT be implemented in NFSv4.1.¶
For the most part, the REQUIRED, RECOMMENDED, or OPTIONAL designation for operations sent by the client is for the server implementation. The client is generally required to implement the operations needed for the operating environment for which it serves. For example, a read-only NFSv4.1 client would have no need to implement the WRITE operation and is not required to do so.¶
The REQUIRED or OPTIONAL designation for callback operations sent by the server is for both the client and server. Generally, the client has the option of creating the backchannel and sending the operations on the fore channel that will be a catalyst for the server sending callback operations. A partial exception is CB_RECALL_SLOT; the only way the client can avoid supporting this operation is by not creating a backchannel.¶
Since this is a summary of the operations and their designation, there are subtleties that are not presented here. Therefore, if there is a question of the requirements of implementation, the operation descriptions themselves must be consulted along with other relevant explanatory text within this specification.¶
The abbreviations used in the second and third columns of the table are defined as follows.¶
- REQ
- REQUIRED to implement¶
- REC
- RECOMMEND to implement¶
- OPT
- OPTIONAL to implement¶
- MNI
- MUST NOT implement¶
For the NFSv4.1 features that are OPTIONAL, the operations that support those features are OPTIONAL, and the server would return NFS4ERR_NOTSUPP in response to the client's use of those operations. If an OPTIONAL feature is supported, it is possible that a set of operations related to the feature become REQUIRED to implement. The third column of the table designates the feature(s) and if the operation is REQUIRED or OPTIONAL in the presence of support for the feature.¶
The OPTIONAL features identified and their abbreviations are as follows:¶
18. NFSv4.1 Operations
18.1. Operation 3: ACCESS - Check Access Rights
18.1.3. DESCRIPTION
ACCESS determines the access rights that a user, as identified by the credentials in the RPC request, has with respect to the file system object specified by the current filehandle. The client encodes the set of access rights that are to be checked in the bit mask "access". The server checks the permissions encoded in the bit mask. If a status of NFS4_OK is returned, two bit masks are included in the response. The first, "supported", represents the access rights for which the server can verify reliably. The second, "access", represents the access rights available to the user for the filehandle provided. On success, the current filehandle retains its value.¶
Note that the reply's supported and access fields MUST NOT contain more values than originally set in the request's access field. For example, if the client sends an ACCESS operation with just the ACCESS4_READ value set and the server supports this value, the server MUST NOT set more than ACCESS4_READ in the supported field even if it could have reliably checked other values.¶
The reply's access field MUST NOT contain more values than the supported field.¶
The results of this operation are necessarily advisory in nature. A return status of NFS4_OK and the appropriate bit set in the bit mask do not imply that such access will be allowed to the file system object in the future. This is because access rights can be revoked by the server at any time.¶
The following access permissions may be requested:¶
- ACCESS4_READ
- Read data from file or read a directory.¶
- ACCESS4_LOOKUP
- Look up a name in a directory (no meaning for non-directory objects).¶
- ACCESS4_MODIFY
- Rewrite existing file data or modify existing directory entries.¶
- ACCESS4_EXTEND
- Write new data or add directory entries.¶
- ACCESS4_DELETE
- Delete an existing directory entry.¶
- ACCESS4_EXECUTE
- Execute a regular file (no meaning for a directory).¶
On success, the current filehandle retains its value.¶
ACCESS4_EXECUTE is a challenging semantic to implement because NFS provides remote file access, not remote execution. This leads to the following:¶
As a practical example, the UNIX specification [60] states that an implementation claiming conformance to UNIX may indicate in the access() programming interface's result that a privileged user has execute rights, even if no execute permission bits are set on the regular file's attributes. It is possible to claim conformance to the UNIX specification and instead not indicate execute rights in that situation, which is true for some operating environments. Suppose the operating environments of the client and server are implementing the access() semantics for privileged users differently, and the ACCESS operation implementations of the client and server follow their respective access() semantics. This can cause undesired behavior:¶
To deal with the problems described above, the "smart client, stupid server" principle is used. The client owns overall responsibility for determining execute access and relies on the server to parse the execution permissions within the file's mode, acl, and dacl attributes. The rules for the client and server follow:¶
Note that if the ACCESS reply has ACCESS4_READ or ACCESS_EXECUTE set, then the user also has permissions to OPEN (Section 18.16) or READ (Section 18.22) the file. In other words, if the client sends an ACCESS request with the ACCESS4_READ and ACCESS_EXECUTE set in the access field (or two separate requests, one with ACCESS4_READ set and the other with ACCESS4_EXECUTE set), and the reply has just ACCESS4_EXECUTE set in the access field (or just one reply has ACCESS4_EXECUTE set), then the user has authorization to OPEN or READ the file.¶
18.1.4. IMPLEMENTATION
In general, it is not sufficient for the client to attempt to deduce access permissions by inspecting the uid, gid, and mode fields in the file attributes or by attempting to interpret the contents of the ACL attribute. This is because the server may perform uid or gid mapping or enforce additional access-control restrictions. It is also possible that the server may not be in the same ID space as the client. In these cases (and perhaps others), the client cannot reliably perform an access check with only current file attributes.¶
In the NFSv2 protocol, the only reliable way to determine whether an operation was allowed was to try it and see if it succeeded or failed. Using the ACCESS operation in the NFSv4.1 protocol, the client can ask the server to indicate whether or not one or more classes of operations are permitted. The ACCESS operation is provided to allow clients to check before doing a series of operations that will result in an access failure. The OPEN operation provides a point where the server can verify access to the file object and a method to return that information to the client. The ACCESS operation is still useful for directory operations or for use in the case that the UNIX interface access() is used on the client.¶
The information returned by the server in response to an ACCESS call is not permanent. It was correct at the exact time that the server performed the checks, but not necessarily afterwards. The server can revoke access permission at any time.¶
The client should use the effective credentials of the user to build the authentication information in the ACCESS request used to determine access rights. It is the effective user and group credentials that are used in subsequent READ and WRITE operations.¶
Many implementations do not directly support the ACCESS4_DELETE permission. Operating systems like UNIX will ignore the ACCESS4_DELETE bit if set on an access request on a non-directory object. In these systems, delete permission on a file is determined by the access permissions on the directory in which the file resides, instead of being determined by the permissions of the file itself. Therefore, the mask returned enumerating which access rights can be determined will have the ACCESS4_DELETE value set to 0. This indicates to the client that the server was unable to check that particular access right. The ACCESS4_DELETE bit in the access mask returned will then be ignored by the client.¶
18.2. Operation 4: CLOSE - Close File
18.2.3. DESCRIPTION
The CLOSE operation releases share reservations for the regular or named attribute file as specified by the current filehandle. The share reservations and other state information released at the server as a result of this CLOSE are only those associated with the supplied stateid. State associated with other OPENs is not affected.¶
If byte-range locks are held, the client SHOULD release all locks before sending a CLOSE. The server MAY free all outstanding locks on CLOSE, but some servers may not support the CLOSE of a file that still has byte-range locks held. The server MUST return failure if any locks would exist after the CLOSE.¶
The argument seqid MAY have any value, and the server MUST ignore seqid.¶
On success, the current filehandle retains its value.¶
The server MAY require that the combination of principal, security flavor, and, if applicable, GSS mechanism that sent the OPEN request also be the one to CLOSE the file. This might not be possible if credentials for the principal are no longer available. The server MAY allow the machine credential or SSV credential (see Section 18.35) to send CLOSE.¶
18.2.4. IMPLEMENTATION
Even though CLOSE returns a stateid, this stateid is not useful to the
client and should be treated as deprecated. CLOSE "shuts down" the
state associated with all OPENs for the file by a single open-owner.
As noted above, CLOSE will either release all file-locking state or
return an error. Therefore, the stateid returned by CLOSE is not
useful for operations that follow. To help find any uses of
this stateid by clients, the server SHOULD return the invalid
special stateid (the "other" value is zero and the "seqid" field
is NFS4
A CLOSE operation may make delegations grantable where they were not previously. Servers may choose to respond immediately if there are pending delegation want requests or may respond to the situation at a later time.¶
18.3. Operation 5: COMMIT - Commit Cached Data
18.3.3. DESCRIPTION
The COMMIT operation forces or flushes uncommitted, modified data to stable storage for the file specified by the current filehandle. The flushed data is that which was previously written with one or more WRITE operations that had the "committed" field of their results field set to UNSTABLE4.¶
The offset specifies the position within the file where the flush is to begin. An offset value of zero means to flush data starting at the beginning of the file. The count specifies the number of bytes of data to flush. If the count is zero, a flush from the offset to the end of the file is done.¶
The server returns a write verifier upon successful completion of the COMMIT. The write verifier is used by the client to determine if the server has restarted between the initial WRITE operations and the COMMIT. The client does this by comparing the write verifier returned from the initial WRITE operations and the verifier returned by the COMMIT operation. The server must vary the value of the write verifier at each server event or instantiation that may lead to a loss of uncommitted data. Most commonly this occurs when the server is restarted; however, other events at the server may result in uncommitted data loss as well.¶
On success, the current filehandle retains its value.¶
18.3.4. IMPLEMENTATION
The COMMIT operation is similar in operation and semantics to the POSIX fsync() [22] system interface that synchronizes a file's state with the disk (file data and metadata is flushed to disk or stable storage). COMMIT performs the same operation for a client, flushing any unsynchronized data and metadata on the server to the server's disk or stable storage for the specified file. Like fsync(), it may be that there is some modified data or no modified data to synchronize. The data may have been synchronized by the server's normal periodic buffer synchronization activity. COMMIT should return NFS4_OK, unless there has been an unexpected error.¶
COMMIT differs from fsync() in that it is possible for the client to
flush a range of the file (most likely triggered by a
buffer
The server implementation of COMMIT is reasonably simple. If the server receives a full file COMMIT request, that is, starting at offset zero and count zero, it should do the equivalent of applying fsync() to the entire file. Otherwise, it should arrange to have the modified data in the range specified by offset and count to be flushed to stable storage. In both cases, any metadata associated with the file must be flushed to stable storage before returning. It is not an error for there to be nothing to flush on the server. This means that the data and metadata that needed to be flushed have already been flushed or lost during the last server failure.¶
The client implementation of COMMIT is a little more complex. There are two reasons for wanting to commit a client buffer to stable storage. The first is that the client wants to reuse a buffer. In this case, the offset and count of the buffer are sent to the server in the COMMIT request. The server then flushes any modified data based on the offset and count, and flushes any modified metadata associated with the file. It then returns the status of the flush and the write verifier. The second reason for the client to generate a COMMIT is for a full file flush, such as may be done at close. In this case, the client would gather all of the buffers for this file that contain uncommitted data, do the COMMIT operation with an offset of zero and count of zero, and then free all of those buffers. Any other dirty buffers would be sent to the server in the normal fashion.¶
After a buffer is written (via the WRITE operation) by the client with the "committed" field in the result of WRITE set to UNSTABLE4, the buffer must be considered as modified by the client until the buffer has either been flushed via a COMMIT operation or written via a WRITE operation with the "committed" field in the result set to FILE_SYNC4 or DATA_SYNC4. This is done to prevent the buffer from being freed and reused before the data can be flushed to stable storage on the server.¶
When a response is returned from either a WRITE or a COMMIT operation and it contains a write verifier that differs from that previously returned by the server, the client will need to retransmit all of the buffers containing uncommitted data to the server. How this is to be done is up to the implementor. If there is only one buffer of interest, then it should be sent in a WRITE request with the FILE_SYNC4 stable parameter. If there is more than one buffer, it might be worthwhile retransmitting all of the buffers in WRITE operations with the stable parameter set to UNSTABLE4 and then retransmitting the COMMIT operation to flush all of the data on the server to stable storage. However, if the server repeatably returns from COMMIT a verifier that differs from that returned by WRITE, the only way to ensure progress is to retransmit all of the buffers with WRITE requests with the FILE_SYNC4 stable parameter.¶
The above description applies to page
18.4. Operation 6: CREATE - Create a Non-Regular File Object
18.4.3. DESCRIPTION
The CREATE operation creates a file object other than an ordinary file in a directory with a given name. The OPEN operation MUST be used to create a regular file or a named attribute.¶
The current filehandle must be a directory: an object of type NF4DIR. If the current
filehandle is an attribute directory (type NF4ATTRDIR), the
error NFS4ERR
The objname specifies the name for the new object. The objtype determines the type of object to be created: directory, symlink, etc. If the object type specified is that of an ordinary file, a named attribute, or a named attribute directory, the error NFS4ERR_BADTYPE results.¶
If an object of the same name already exists in the directory, the server will return the error NFS4ERR_EXIST.¶
For the directory where the new file object was created, the server returns change_info4 information in cinfo. With the atomic field of the change_info4 data type, the server will indicate if the before and after change attributes were obtained atomically with respect to the file object creation.¶
If the objname has a length of zero, or if objname does not obey the UTF-8 definition, the error NFS4ERR_INVAL will be returned.¶
The current filehandle is replaced by that of the new object.¶
The createattrs specifies the initial set of attributes for the object. The set of attributes may include any writable attribute valid for the object type. When the operation is successful, the server will return to the client an attribute mask signifying which attributes were successfully set for the object.¶
If createattrs includes neither the owner attribute nor an ACL with an ACE for the owner, and if the server's file system both supports and requires an owner attribute (or an owner ACE), then the server MUST derive the owner (or the owner ACE). This would typically be from the principal indicated in the RPC credentials of the call, but the server's operating environment or file system semantics may dictate other methods of derivation. Similarly, if createattrs includes neither the group attribute nor a group ACE, and if the server's file system both supports and requires the notion of a group attribute (or group ACE), the server MUST derive the group attribute (or the corresponding owner ACE) for the file. This could be from the RPC call's credentials, such as the group principal if the credentials include it (such as with AUTH_SYS), from the group identifier associated with the principal in the credentials (e.g., POSIX systems have a user database [23] that has a group identifier for every user identifier), inherited from the directory in which the object is created, or whatever else the server's operating environment or file system semantics dictate. This applies to the OPEN operation too.¶
Conversely, it is possible that the client will specify in createattrs an owner attribute, group attribute, or ACL that the principal indicated the RPC call's credentials does not have permissions to create files for. The error to be returned in this instance is NFS4ERR_PERM. This applies to the OPEN operation too.¶
If the current filehandle designates a directory for which another client holds a directory delegation, then, unless the delegation is such that the situation can be resolved by sending a notification, the delegation MUST be recalled, and the CREATE operation MUST NOT proceed until the delegation is returned or revoked. Except where this happens very quickly, one or more NFS4ERR_DELAY errors will be returned to requests made while delegation remains outstanding.¶
When the current filehandle designates a directory for which
one or more directory delegations exist, then, when those delegations
request such notifications, NOTIFY4
If the capability FSCHARSET
18.4.4. IMPLEMENTATION
If the client desires to set attribute values after the create, a SETATTR operation can be added to the COMPOUND request so that the appropriate attributes will be set.¶
18.5. Operation 7: DELEGPURGE - Purge Delegations Awaiting Recovery
18.5.3. DESCRIPTION
This operation purges all of the delegations awaiting recovery for a given client. This is useful for clients that do not commit delegation information to stable storage to indicate that conflicting requests need not be delayed by the server awaiting recovery of delegation information.¶
The client is NOT specified by the clientid field of the request. The client SHOULD set the client field to zero, and the server MUST ignore the clientid field. Instead, the server MUST derive the client ID from the value of the session ID in the arguments of the SEQUENCE operation that precedes DELEGPURGE in the COMPOUND request.¶
The DELEGPURGE operation should be used by clients that record delegation information on stable storage on the client. In this case, after the client recovers all delegations it knows of, it should immediately send a DELEGPURGE operation. Doing so will notify the server that no additional delegations for the client will be recovered allowing it to free resources, and avoid delaying other clients which make requests that conflict with the unrecovered delegations. The set of delegations known to the server and the client might be different. The reason for this is that after sending a request that resulted in a delegation, the client might experience a failure before it both received the delegation and committed the delegation to the client's stable storage.¶
The server MAY support DELEGPURGE, but if it does not, it MUST NOT
support CLAIM
18.6. Operation 8: DELEGRETURN - Return Delegation
18.6.3. DESCRIPTION
The DELEGRETURN operation returns the delegation represented by the current filehandle and stateid.¶
Delegations may be returned voluntarily (i.e., before the server has recalled them) or when recalled. In either case, the client must properly propagate state changed under the context of the delegation to the server before returning the delegation.¶
The server MAY require that the principal, security flavor, and if applicable, the GSS mechanism, combination that acquired the delegation also be the one to send DELEGRETURN on the file. This might not be possible if credentials for the principal are no longer available. The server MAY allow the machine credential or SSV credential (see Section 18.35) to send DELEGRETURN.¶
18.7. Operation 9: GETATTR - Get Attributes
18.7.3. DESCRIPTION
The GETATTR operation will obtain attributes for the file system object specified by the current filehandle. The client sets a bit in the bitmap argument for each attribute value that it would like the server to return. The server returns an attribute bitmap that indicates the attribute values that it was able to return, which will include all attributes requested by the client that are attributes supported by the server for the target file system. This bitmap is followed by the attribute values ordered lowest attribute number first.¶
The server MUST return a value for each attribute that the client requests if the attribute is supported by the server for the target file system. If the server does not support a particular attribute on the target file system, then it MUST NOT return the attribute value and MUST NOT set the attribute bit in the result bitmap. The server MUST return an error if it supports an attribute on the target but cannot obtain its value. In that case, no attribute values will be returned.¶
File systems that are absent should be treated as having support for a very small set of attributes as described in Section 11.4.1, even if previously, when the file system was present, more attributes were supported.¶
All servers MUST support the REQUIRED attributes as specified in Section 5.6, for all file systems, with the exception of absent file systems.¶
On success, the current filehandle retains its value.¶
18.7.4. IMPLEMENTATION
Suppose there is an OPEN
Unless one of the above happens very quickly, one or more NFS4ERR_DELAY errors will be returned while a delegation is outstanding.¶
18.8. Operation 10: GETFH - Get Current Filehandle
18.8.3. DESCRIPTION
This operation returns the current filehandle value.¶
On success, the current filehandle retains its value.¶
As described in Section 2.10.6.4, GETFH is REQUIRED or RECOMMENDED to immediately follow certain operations, and servers are free to reject such operations if the client fails to insert GETFH in the request as REQUIRED or RECOMMENDED. Section 18.16.4.1 provides additional justification for why GETFH MUST follow OPEN.¶
18.8.4. IMPLEMENTATION
Operations that change the current filehandle like LOOKUP or CREATE do not automatically return the new filehandle as a result. For instance, if a client needs to look up a directory entry and obtain its filehandle, then the following request is needed.¶
18.9. Operation 11: LINK - Create Link to a File
18.9.3. DESCRIPTION
The LINK operation creates an additional newname for the file represented by the saved filehandle, as set by the SAVEFH operation, in the directory represented by the current filehandle. The existing file and the target directory must reside within the same file system on the server. On success, the current filehandle will continue to be the target directory. If an object exists in the target directory with the same name as newname, the server must return NFS4ERR_EXIST.¶
For the target directory, the server returns change_info4 information in cinfo. With the atomic field of the change_info4 data type, the server will indicate if the before and after change attributes were obtained atomically with respect to the link creation.¶
If the newname has a length of zero, or if newname does not obey the UTF-8 definition, the error NFS4ERR_INVAL will be returned.¶
18.9.4. IMPLEMENTATION
The server MAY impose restrictions on the LINK operation such that
LINK may not be done when the file is open or when that open is done
by particular protocols, or with particular options or access modes.
When LINK is rejected because of such restrictions, the error
NFS4ERR
If a server does implement such restrictions and those restrictions
include cases of NFSv4 opens preventing successful execution of
a link, the server needs to recall any delegations that could
hide the existence of opens relevant to that decision. The reason
is that when a client holds a delegation, the server
might not have an accurate account of the opens for that client, since
the client may execute OPENs and CLOSEs locally. The LINK operation
must be delayed only until a definitive result can be obtained.
For example, suppose there are multiple delegations and one of them establishes
an open whose presence would prevent the link. Given the server's
semantics, NFS4ERR
If the current filehandle designates a directory for which another client holds a directory delegation, then, unless the delegation is such that the situation can be resolved by sending a notification, the delegation MUST be recalled, and the operation cannot be performed successfully until the delegation is returned or revoked. Except where this happens very quickly, one or more NFS4ERR_DELAY errors will be returned to requests made while delegation remains outstanding.¶
When the current filehandle designates a directory for which
one or more directory delegations exist, then, when those delegations
request such notifications, instead of a recall,
NOTIFY4
If the current file system supports the numlinks attribute, and other clients have delegations to the file being linked, then those delegations MUST be recalled and the LINK operation MUST NOT proceed until all delegations are returned or revoked. Except where this happens very quickly, one or more NFS4ERR_DELAY errors will be returned to requests made while delegation remains outstanding.¶
Changes to any property of the "hard" linked files are reflected in all of the linked files. When a link is made to a file, the attributes for the file should have a value for numlinks that is one greater than the value before the LINK operation.¶
The statement "file and the target directory must reside within the same file system on the server" means that the fsid fields in the attributes for the objects are the same. If they reside on different file systems, the error NFS4ERR_XDEV is returned. This error may be returned by some servers when there is an internal partitioning of a file system that the LINK operation would violate.¶
On some servers, "." and ".." are illegal values for newname and the error NFS4ERR_BADNAME will be returned if they are specified.¶
When the current filehandle designates a named attribute directory and the object to be linked (the saved filehandle) is not a named attribute for the same object, the error NFS4ERR_XDEV MUST be returned. When the saved filehandle designates a named attribute and the current filehandle is not the appropriate named attribute directory, the error NFS4ERR_XDEV MUST also be returned.¶
When the current filehandle designates a named attribute directory
and the object to be linked (the saved filehandle) is a named
attribute within that directory, the server may return
the error NFS4ERR
In the case that newname is already linked to the file represented by the saved filehandle, the server will return NFS4ERR_EXIST.¶
Note that symbolic links are created with the CREATE operation.¶
18.10. Operation 12: LOCK - Create Lock
18.10.3. DESCRIPTION
The LOCK operation requests a byte-range lock for the byte-range specified by the offset and length parameters, and lock type specified in the locktype parameter. If this is a reclaim request, the reclaim parameter will be TRUE.¶
Bytes in a file may be locked even if those bytes are not currently
allocated to the file. To lock the file from a specific offset
through the end-of-file (no matter how long the file actually is) use
a length field equal to NFS4
32-bit servers are servers that support locking for
byte offsets that fit within 32 bits (i.e., less than
or equal to NFS4
If the server returns NFS4ERR_DENIED, the owner, offset, and length of a conflicting lock are returned.¶
The locker argument specifies the lock-owner that is associated with
the LOCK operation. The locker4 structure is a switched union that
indicates whether the client has already created byte-range locking
state associated with the current open file and lock-owner. In the
case in which it has, the argument is just a stateid representing
the set of
locks associated with that open file and lock-owner, together with
a lock_seqid value that MAY be any value and MUST be ignored
by the server.
In the case where no byte-range locking state has been established, or the client
does not have the stateid available, the argument contains the
stateid of the open file with which this lock is to be associated,
together with the lock-owner with which the lock is to be associated.
The open
The following fields of the locker parameter MAY be set to any value by the client and MUST be ignored by the server:¶
Note that the client ID appearing in a LOCK4denied structure is the actual client associated with the conflicting lock, whether this is the client ID associated with the current session or a different one. Thus, if the server returns NFS4ERR_DENIED, it MUST set the clientid field of the owner field of the denied field.¶
If the current filehandle is not an ordinary file, an error will be
returned to the client. In the case that the current filehandle
represents an object of type NF4DIR, NFS4ERR_ISDIR is returned.
If the current filehandle designates a symbolic link,
NFS4ERR_SYMLINK is returned. In all other cases,
NFS4ERR
On success, the current filehandle retains its value.¶
18.10.4. IMPLEMENTATION
If the server is unable to determine the exact offset and length of the conflicting byte-range lock, the same offset and length that were provided in the arguments should be returned in the denied results.¶
LOCK operations are subject to permission checks and to checks against the access type of the associated file. However, the specific right and modes required for various types of locks reflect the semantics of the server-exported file system, and are not specified by the protocol. For example, Windows 2000 allows a write lock of a file open for read access, while a POSIX-compliant system does not.¶
When the client sends a LOCK operation that corresponds to a range that
the lock-owner has locked already (with the same or different lock
type), or to a sub-range of such a range, or to a byte-range that
includes multiple locks already granted to that lock-owner, in whole or
in part, and the server does not support such locking operations
(i.e., does not support POSIX locking semantics), the server will
return the error NFS4ERR
When a client holds an OPEN
When one or more clients hold OPEN
18.11. Operation 13: LOCKT - Test for Lock
18.11.3. DESCRIPTION
The LOCKT operation tests the lock as specified in the arguments. If a conflicting lock exists, the owner, offset, length, and type of the conflicting lock are returned. The owner field in the results includes the client ID of the owner of the conflicting lock, whether this is the client ID associated with the current session or a different client ID. If no lock is held, nothing other than NFS4_OK is returned. Lock types READ_LT and READW_LT are processed in the same way in that a conflicting lock test is done without regard to blocking or non-blocking. The same is true for WRITE_LT and WRITEW_LT.¶
The ranges are specified as for LOCK. The NFS4ERR_INVAL and
NFS4ERR
The clientid field of the owner MAY be set to any value by the client and MUST be ignored by the server. The reason the server MUST ignore the clientid field is that the server MUST derive the client ID from the session ID from the SEQUENCE operation of the COMPOUND request.¶
If the current filehandle is not an ordinary file, an error will be
returned to the client. In the case that the current filehandle
represents an object of type NF4DIR, NFS4ERR_ISDIR is returned.
If the current filehandle designates a symbolic link,
NFS4ERR_SYMLINK is returned. In all other cases,
NFS4ERR
On success, the current filehandle retains its value.¶
18.11.4. IMPLEMENTATION
If the server is unable to determine the exact offset and length of the conflicting lock, the same offset and length that were provided in the arguments should be returned in the denied results.¶
LOCKT uses a lock_owner4 rather a stateid4, as is used in LOCK to identify the owner. This is because the client does not have to open the file to test for the existence of a lock, so a stateid might not be available.¶
As noted in Section 18.10.4, some
servers may return NFS4ERR
The LOCKT operation's test for conflicting locks SHOULD exclude
locks for the current lock-owner, and thus should return NFS4_OK in
such cases. Note that this means that a server might return
NFS4_OK to a LOCKT request even though a LOCK operation for the
same range and lock-owner would fail with NFS4ERR
When a client holds an OPEN
18.12. Operation 14: LOCKU - Unlock File
18.12.3. DESCRIPTION
The LOCKU operation unlocks the byte-range lock specified by the parameters. The client may set the locktype field to any value that is legal for the nfs_lock_type4 enumerated type, and the server MUST accept any legal value for locktype. Any legal value for locktype has no effect on the success or failure of the LOCKU operation.¶
The ranges are specified as for LOCK. The NFS4ERR_INVAL and
NFS4ERR
The seqid parameter MAY be any value and the server MUST ignore it.¶
If the current filehandle is not an ordinary file, an error will be
returned to the client. In the case that the current filehandle
represents an object of type NF4DIR, NFS4ERR_ISDIR is returned.
If the current filehandle designates a symbolic link,
NFS4ERR_SYMLINK is returned. In all other cases,
NFS4ERR
On success, the current filehandle retains its value.¶
The server MAY require that the principal, security flavor, and if applicable, the GSS mechanism, combination that sent a LOCK operation also be the one to send LOCKU on the file. This might not be possible if credentials for the principal are no longer available. The server MAY allow the machine credential or SSV credential (see Section 18.35) to send LOCKU.¶
18.12.4. IMPLEMENTATION
If the area to be unlocked does not correspond exactly to a lock
actually held by the lock-owner, the server may return the error
NFS4ERR
When a client holds an OPEN
18.13. Operation 15: LOOKUP - Lookup Filename
18.13.3. DESCRIPTION
The LOOKUP operation looks up or finds a file system object using the directory specified by the current filehandle. LOOKUP evaluates the component and if the object exists, the current filehandle is replaced with the component's filehandle.¶
If the component cannot be evaluated either because it does not exist or because the client does not have permission to evaluate the component, then an error will be returned and the current filehandle will be unchanged.¶
If the component is a zero-length string or if any component does not obey the UTF-8 definition, the error NFS4ERR_INVAL will be returned.¶
18.13.4. IMPLEMENTATION
If the client wants to achieve the effect of a multi-component look up, it may construct a COMPOUND request such as (and obtain each filehandle):¶
Unlike NFSv3, NFSv4.1 allows LOOKUP requests to cross mountpoints on the server. The client can detect a mountpoint crossing by comparing the fsid attribute of the directory with the fsid attribute of the directory looked up. If the fsids are different, then the new directory is a server mountpoint. UNIX clients that detect a mountpoint crossing will need to mount the server's file system. This needs to be done to maintain the file object identity checking mechanisms common to UNIX clients.¶
Servers that limit NFS access to "shared" or "exported" file systems should provide a pseudo file system into which the exported file systems can be integrated, so that clients can browse the server's namespace. The clients view of a pseudo file system will be limited to paths that lead to exported file systems.¶
Note: previous versions of the protocol assigned special semantics to the names "." and "..". NFSv4.1 assigns no special semantics to these names. The LOOKUPP operator must be used to look up a parent directory.¶
Note that this operation does not follow symbolic links. The client is responsible for all parsing of filenames including filenames that are modified by symbolic links encountered during the look up process.¶
If the current filehandle supplied is not a directory but a symbolic link, the error NFS4ERR_SYMLINK is returned as the error. For all other non-directory file types, the error NFS4ERR_NOTDIR is returned.¶
18.14. Operation 16: LOOKUPP - Lookup Parent Directory
18.14.3. DESCRIPTION
The current filehandle is assumed to refer to a regular directory or a named attribute directory. LOOKUPP assigns the filehandle for its parent directory to be the current filehandle. If there is no parent directory, an NFS4ERR_NOENT error must be returned. Therefore, NFS4ERR_NOENT will be returned by the server when the current filehandle is at the root or top of the server's file tree.¶
As is the case with LOOKUP, LOOKUPP will also cross mountpoints.¶
If the current filehandle is not a directory or named attribute directory, the error NFS4ERR_NOTDIR is returned.¶
If the requester's security flavor does not match that
configured for the parent directory, then the server SHOULD
return NFS4ERR
If the current filehandle is a named attribute directory that is associated with a file system object via OPENATTR (i.e., not a sub-directory of a named attribute directory), LOOKUPP SHOULD return the filehandle of the associated file system object.¶
18.14.4. IMPLEMENTATION
An issue to note is upward navigation from named attribute directories. The named attribute directories are essentially detached from the namespace, and this property should be safely represented in the client operating environment. LOOKUPP on a named attribute directory may return the filehandle of the associated file, and conveying this to applications might be unsafe as many applications expect the parent of an object to always be a directory. Therefore, the client may want to hide the parent of named attribute directories (represented as ".." in UNIX) or represent the named attribute directory as its own parent (as is typically done for the file system root directory in UNIX).¶
18.15. Operation 17: NVERIFY - Verify Difference in Attributes
18.15.3. DESCRIPTION
This operation is used to prefix a sequence of operations to be performed if one or more attributes have changed on some file system object. If all the attributes match, then the error NFS4ERR_SAME MUST be returned.¶
On success, the current filehandle retains its value.¶
18.15.4. IMPLEMENTATION
This operation is useful as a cache validation operator. If the object to which the attributes belong has changed, then the following operations may obtain new data associated with that object, for instance, to check if a file has been changed and obtain new data if it has:¶
Contrast this with NFSv3, which would first send a GETATTR in one request/reply round trip, and then if attributes indicated that the client's cache was stale, then send a READ in another request/reply round trip.¶
In the case that a RECOMMENDED attribute is specified in the NVERIFY
operation and the server does not support that attribute for the
file system object, the error NFS4ERR
When the attribute rdattr_error or any set-only attribute (e.g.,
time
18.16. Operation 18: OPEN - Open a Regular File
18.16.3. DESCRIPTION
The OPEN operation opens a regular file in a
directory with the provided name or filehandle.
OPEN can also create a file if a name is provided,
and the client specifies it wants to create a file.
Specification of whether or not a file is to be created,
and the method of creation is via the openhow
parameter. The openhow parameter consists of
a switched union (data type opengflag4), which
switches on the value of opentype (OPEN4_NOCREATE
or OPEN4_CREATE). If OPEN4_CREATE is specified,
this leads to another switched union (data type
createhow4) that supports four cases of creation
methods: UNCHECKED4, GUARDED4, EXCLUSIVE4,
or EXCLUSIVE4_1. If opentype is OPEN4_CREATE,
then the claim field of the claim field
MUST be one of CLAIM_NULL, CLAIM
Upon success (which might entail creation of a new file), the current filehandle is replaced by that of the created or existing object.¶
If the current filehandle is a named attribute directory, OPEN will then create or open a named attribute file. Note that exclusive create of a named attribute is not supported. If the createmode is EXCLUSIVE4 or EXCLUSIVE4_1 and the current filehandle is a named attribute directory, the server will return EINVAL.¶
UNCHECKED4 means that the file should be created if a file of that name does not exist and encountering an existing regular file of that name is not an error. For this type of create, createattrs specifies the initial set of attributes for the file. The set of attributes may include any writable attribute valid for regular files. When an UNCHECKED4 create encounters an existing file, the attributes specified by createattrs are not used, except that when createattrs specifies the size attribute with a size of zero, the existing file is truncated.¶
If GUARDED4 is specified, the server checks for the presence of a duplicate object by name before performing the create. If a duplicate exists, NFS4ERR_EXIST is returned. If the object does not exist, the request is performed as described for UNCHECKED4.¶
For the UNCHECKED4 and GUARDED4 cases, where the operation is successful, the server will return to the client an attribute mask signifying which attributes were successfully set for the object.¶
EXCLUSIVE4_1 and EXCLUSIVE4 specify that the server is to follow exclusive creation semantics, using the verifier to ensure exclusive creation of the target. The server should check for the presence of a duplicate object by name. If the object does not exist, the server creates the object and stores the verifier with the object. If the object does exist and the stored verifier matches the client provided verifier, the server uses the existing object as the newly created object. If the stored verifier does not match, then an error of NFS4ERR_EXIST is returned.¶
If using EXCLUSIVE4, and if the server uses attributes to store the exclusive create verifier, the server will signify which attributes it used by setting the appropriate bits in the attribute mask that is returned in the results. Unlike UNCHECKED4, GUARDED4, and EXCLUSIVE4_1, EXCLUSIVE4 does not support the setting of attributes at file creation, and after a successful OPEN via EXCLUSIVE4, the client MUST send a SETATTR to set attributes to a known state.¶
In NFSv4.1, EXCLUSIVE4 has been deprecated in favor
of EXCLUSIVE4_1.
Unlike EXCLUSIVE4, attributes may be provided
in the EXCLUSIVE4_1 case, but because the server
may use attributes of the target object to store
the verifier, the set of allowable attributes
may be fewer than the set of attributes SETATTR
allows. The allowable attributes for EXCLUSIVE4_1
are indicated in the suppattr
With the addition of persistent sessions and pNFS, under some conditions EXCLUSIVE4 MUST NOT be used by the client or supported by the server. The following table summarizes the appropriate and mandated exclusive create methods for implementations of NFSv4.1:¶
If CREATE
With persistent sessions, exclusive create semantics are fully achievable via GUARDED4, and so EXCLUSIVE4 or EXCLUSIVE4_1 MUST NOT be used. When pNFS is being used, the layout_hint attribute might not be supported after the file is created. Only the EXCLUSIVE4_1 and GUARDED methods of exclusive file creation allow the atomic setting of attributes.¶
For the target directory, the server returns change_info4 information in cinfo. With the atomic field of the change_info4 data type, the server will indicate if the before and after change attributes were obtained atomically with respect to the link creation.¶
The OPEN operation provides for Windows share
reservation capability with the use of the
share_access and share_deny fields of the OPEN
arguments. The client specifies at OPEN the required
share_access and share_deny modes. For clients
that do not directly support SHAREs (i.e., UNIX), the
expected deny value is OPEN4
For each OPEN, the client provides a value for the owner field of the OPEN argument. The owner field is of data type open_owner4, and contains a field called clientid and a field called owner. The client can set the clientid field to any value and the server MUST ignore it. Instead, the server MUST derive the client ID from the session ID of the SEQUENCE operation of the COMPOUND request.¶
The "seqid" field of the request is not used in NFSv4.1, but it MAY be any value and the server MUST ignore it.¶
In the case that the client is recovering state from a server failure, the claim field of the OPEN argument is used to signify that the request is meant to reclaim state previously held.¶
The "claim" field of the OPEN argument is used to specify the file to be opened and the state information that the client claims to possess. There are seven claim types as follows:¶
For OPEN requests that reach the server during the grace period, the server returns an error of NFS4ERR_GRACE. The following claim types are exceptions:¶
For any OPEN request, the server may return an OPEN delegation, which
allows further opens and closes to be handled locally on the client as
described in Section 10.4. Note that delegation is
up to the server to decide. The client should never assume that
delegation will or will not be granted in a particular instance. It
should always be prepared for either case. A partial exception is the
reclaim
The rflags returned by a successful OPEN allow the server to return information governing how the open file is to be handled.¶
If the component is of zero length, NFS4ERR_INVAL will be returned. The component is also subject to the normal UTF-8, character support, and name checks. See Section 14.5 for further discussion.¶
When an OPEN is done and the specified open-owner already has the resulting filehandle open, the result is to "OR" together the new share and deny status together with the existing status. In this case, only a single CLOSE need be done, even though multiple OPENs were completed. When such an OPEN is done, checking of share reservations for the new OPEN proceeds normally, with no exception for the existing OPEN held by the same open-owner. In this case, the stateid returned as an "other" field that matches that of the previous open while the "seqid" field is incremented to reflect the change status due to the new open.¶
If the underlying file system at the server is only accessible in a read-only mode and the OPEN request has specified ACCESS_WRITE or ACCESS_BOTH, the server will return NFS4ERR_ROFS to indicate a read-only file system.¶
As with the CREATE operation, the server MUST derive the owner, owner ACE, group, or group ACE if any of the four attributes are required and supported by the server's file system. For an OPEN with the EXCLUSIVE4 createmode, the server has no choice, since such OPEN calls do not include the createattrs field. Conversely, if createattrs (UNCHECKED4 or GUARDED4) or cva_attrs (EXCLUSIVE4_1) is specified, and includes an owner, owner_group, or ACE that the principal in the RPC call's credentials does not have authorization to create files for, then the server may return NFS4ERR_PERM.¶
In the case of an OPEN that specifies a size of zero (e.g., truncation) and the file has named attributes, the named attributes are left as is and are not removed.¶
NFSv4.1 gives more precise control to clients over acquisition of delegations via the following new flags for the share_access field of OPEN4args:¶
OPEN4
OPEN4
OPEN4
OPEN4
OPEN4
OPEN4
OPEN4
If (share_access & OPEN4
OPEN4
OPEN4
OPEN4
OPEN4
OPEN4
Otherwise, the client is neither indicating a desire nor a non-desire for a delegation, and the server MAY or MAY not return a delegation in the OPEN response.¶
If the server supports the new _WANT_ flags and the
client sends one or more of the new flags,
then in the event the server does not return a
delegation, it MUST return a delegation type of
OPEN
- WND4_NOT_WANTED
-
The client specified OPEN4
_SHARE _ACCESS _WANT _NO _DELEG . ¶ - WND4_CONTENTION
- There is a conflicting delegation or open on the file.¶
- WND4_RESOURCE
- Resource limitations prevent the server from granting a delegation.¶
- WND4
_NOT _SUPP _FTYPE - The server does not support delegations on this file type.¶
- WND4
_WRITE _DELEG _NOT _SUPP _FTYPE -
The server does not support OPEN
_DELEGATE _WRITE delegations on this file type.¶ - WND4
_NOT _SUPP _UPGRADE -
The server does not support atomic upgrade of an OPEN
_DELEGATE _READ delegation to an OPEN _DELEGATE _WRITE delegation.¶ - WND4
_NOT _SUPP _DOWNGRADE -
The server does not support atomic downgrade of an OPEN
_DELEGATE _WRITE delegation to an OPEN _DELEGATE _READ delegation.¶ - WND4_CANCELED
-
The client specified OPEN4
_SHARE _ACCESS _WANT _CANCEL and now any "want" for this file object is cancelled.¶ - WND4_IS_DIR
-
The specified file object is a directory, and the operation
is OPEN or WANT
_DELEGATION, which do not support delegations on directories.¶
OPEN4
OPEN4
OPEN4
The client may set one or both of
OPEN4
If the client specifies
OPEN4
If the client specifies
OPEN4
If the client has previously registered a want for a
delegation on a file, and then sends a request to register a
want for a delegation on the same file, the server MUST return
a new error: NFS4ERR
18.16.4. IMPLEMENTATION
In absence of a persistent session, the client invokes exclusive create by setting the how parameter to EXCLUSIVE4 or EXCLUSIVE4_1. In these cases, the client provides a verifier that can reasonably be expected to be unique. A combination of a client identifier, perhaps the client network address, and a unique number generated by the client, perhaps the RPC transaction identifier, may be appropriate.¶
If the object does not exist, the server creates the object and stores the verifier in stable storage. For file systems that do not provide a mechanism for the storage of arbitrary file attributes, the server may use one or more elements of the object's metadata to store the verifier. The verifier MUST be stored in stable storage to prevent erroneous failure on retransmission of the request. It is assumed that an exclusive create is being performed because exclusive semantics are critical to the application. Because of the expected usage, exclusive CREATE does not rely solely on the server's reply cache for storage of the verifier. A nonpersistent reply cache does not survive a crash and the session and reply cache may be deleted after a network partition that exceeds the lease time, thus opening failure windows.¶
An NFSv4.1 server SHOULD NOT store the verifier in any of the file's RECOMMENDED or REQUIRED attributes. If it does, the server SHOULD use time_modify_set or time_access_set to store the verifier. The server SHOULD NOT store the verifier in the following attributes:¶
Another alternative for the server is to use a named attribute to store the verifier.¶
Because the EXCLUSIVE4 create method does not specify initial attributes when processing an EXCLUSIVE4 create, the server¶
If the server cannot support exclusive create
semantics, possibly because of the requirement to
commit the verifier to stable storage, it should fail
the OPEN request with the error NFS4ERR
During an exclusive CREATE request, if the object already exists, the server reconstructs the object's verifier and compares it with the verifier in the request. If they match, the server treats the request as a success. The request is presumed to be a duplicate of an earlier, successful request for which the reply was lost and that the server duplicate request cache mechanism did not detect. If the verifiers do not match, the request is rejected with the status NFS4ERR_EXIST.¶
After the client has performed a successful
exclusive create, the attrset response indicates
which attributes were used to store the verifier.
If EXCLUSIVE4 was used, the attributes set in
attrset were used for the verifier. If EXCLUSIVE4_1
was used, the client determines the attributes
used for the verifier by comparing attrset with
cva
Unless a persistent session is used, use of the GUARDED4 attribute does not provide exactly once semantics. In particular, if a reply is lost and the server does not detect the retransmission of the request, the operation can fail with NFS4ERR_EXIST, even though the create was performed successfully. The client would use this behavior in the case that the application has not requested an exclusive create but has asked to have the file truncated when the file is opened. In the case of the client timing out and retransmitting the create request, the client can use GUARDED4 to prevent against a sequence like create, write, create (retransmitted) from occurring.¶
For SHARE reservations, the value of the expression
(share_access & ~OPEN4
Based on the share_access value
Note that if the client ID was not created
with the EXCHGID4
If the component provided to OPEN is a symbolic link, the error
NFS4ERR_SYMLINK will be returned to the client, while if it is
a directory the error NFS4ERR_ISDIR will be returned.
If the component is neither
of those but not an ordinary file, the error NFS4ERR
The use of the OPEN4
If another client has a delegation of the file being opened that
conflicts with open being done (sometimes depending on the
share_access or share_deny value specified),
the delegation(s) MUST be recalled, and the
operation cannot proceed until each such delegation is returned
or revoked. Except where this
happens very quickly, one or more NFS4ERR_DELAY errors will be
returned to requests made while delegation remains outstanding.
In the case of an OPEN
If OPEN4_CREATE is specified and the file does not exist and the current filehandle designates a directory for which another client holds a directory delegation, then, unless the delegation is such that the situation can be resolved by sending a notification, the delegation MUST be recalled, and the operation cannot proceed until the delegation is returned or revoked. Except where this happens very quickly, one or more NFS4ERR_DELAY errors will be returned to requests made while delegation remains outstanding.¶
If OPEN4_CREATE is specified and the file does not exist and
the current filehandle designates a directory for which
one or more directory delegations exist, then, when those delegations
request such notifications, NOTIFY4
18.16.4.1. Warning to Client Implementors
OPEN resembles LOOKUP in that it generates a filehandle for the client to use. Unlike LOOKUP though, OPEN creates server state on the filehandle. In normal circumstances, the client can only release this state with a CLOSE operation. CLOSE uses the current filehandle to determine which file to close. Therefore, the client MUST follow every OPEN operation with a GETFH operation in the same COMPOUND procedure. This will supply the client with the filehandle such that CLOSE can be used appropriately.¶
Simply waiting for the lease on the file to expire is insufficient because the server may maintain the state indefinitely as long as another client does not attempt to make a conflicting access to the same file.¶
See also Section 2.10.6.4.¶
18.17. Operation 19: OPENATTR - Open Named Attribute Directory
18.17.3. DESCRIPTION
The OPENATTR operation is used to obtain the filehandle of the named attribute directory associated with the current filehandle. The result of the OPENATTR will be a filehandle to an object of type NF4ATTRDIR. From this filehandle, READDIR and LOOKUP operations can be used to obtain filehandles for the various named attributes associated with the original file system object. Filehandles returned within the named attribute directory will designate objects of type of NF4NAMEDATTR.¶
The createdir argument allows the client to signify if a named attribute directory should be created as a result of the OPENATTR operation. Some clients may use the OPENATTR operation with a value of FALSE for createdir to determine if any named attributes exist for the object. If none exist, then NFS4ERR_NOENT will be returned. If createdir has a value of TRUE and no named attribute directory exists, one is created and its filehandle becomes the current filehandle. On the other hand, if createdir has a value of TRUE and the named attribute directory already exists, no error results and the filehandle of the existing directory becomes the current filehandle. The creation of a named attribute directory assumes that the server has implemented named attribute support in this fashion and is not required to do so by this definition.¶
If the current filehandle designates an object of type
NF4NAMEDATTR (a named attribute) or NF4ATTRDIR (a named attribute
directory), an error of NFS4ERR
18.17.4. IMPLEMENTATION
If the server does not support named attributes for the current filehandle, an error of NFS4ERR_NOTSUPP will be returned to the client.¶
18.18. Operation 21: OPEN_DOWNGRADE - Reduce Open File Access
18.18.3. DESCRIPTION
This operation is used to adjust the access and deny states for a given open. This is necessary when a given open-owner opens the same file multiple times with different access and deny values. In this situation, a close of one of the opens may change the appropriate share_access and share_deny flags to remove bits associated with opens no longer in effect.¶
Valid values for the expression (share_access &
~OPEN4
Valid values for the share_deny field are
OPEN4
After checking for valid values of share_access and share_deny, the server replaces the current access and deny modes on the file with share_access and share_deny subject to the following constraints:¶
If the above constraints are not respected, the server SHOULD return the error NFS4ERR_INVAL. Since share_access and share_deny bits should be subsets of those already granted, short of a defect in the client or server implementation, it is not possible for the OPEN_DOWNGRADE request to be denied because of conflicting share reservations.¶
The seqid argument is not used in NFSv4.1, MAY be any value, and MUST be ignored by the server.¶
On success, the current filehandle retains its value.¶
18.18.4. IMPLEMENTATION
An OPEN_DOWNGRADE operation may make OPEN
18.19. Operation 22: PUTFH - Set Current Filehandle
18.19.3. DESCRIPTION
This operation replaces the current filehandle with the filehandle provided as an argument. It clears the current stateid.¶
If the security mechanism used by the requester does not meet the
requirements of the filehandle provided to this operation, the server
MUST return NFS4ERR
See Section 16.2.3.1.1 for more details on the current filehandle.¶
See Section 16.2.3.1.2 for more details on the current stateid.¶
18.19.4. IMPLEMENTATION
This operation is used in an NFS request to set the context for file accessing operations that follow in the same COMPOUND request.¶
18.20. Operation 23: PUTPUBFH - Set Public Filehandle
18.20.3. DESCRIPTION
This operation replaces the current filehandle with the filehandle that represents the public filehandle of the server's namespace. This filehandle may be different from the "root" filehandle that may be associated with some other directory on the server.¶
PUTPUBFH also clears the current stateid.¶
The public filehandle represents the concepts embodied in RFC 2054 [49], RFC 2055 [50], and RFC 2224 [61]. The intent for NFSv4.1 is that the public filehandle (represented by the PUTPUBFH operation) be used as a method of providing WebNFS server compatibility with NFSv3.¶
The public filehandle and the root filehandle (represented by the PUTROOTFH operation) SHOULD be equivalent. If the public and root filehandles are not equivalent, then the directory corresponding to the public filehandle MUST be a descendant of the directory corresponding to the root filehandle.¶
See Section 16.2.3.1.1 for more details on the current filehandle.¶
See Section 16.2.3.1.2 for more details on the current stateid.¶
18.20.4. IMPLEMENTATION
This operation is used in an NFS request to set the context for file accessing operations that follow in the same COMPOUND request.¶
With the NFSv3 public filehandle, the client is able to specify whether the pathname provided in the LOOKUP should be evaluated as either an absolute path relative to the server's root or relative to the public filehandle. RFC 2224 [61] contains further discussion of the functionality. With NFSv4.1, that type of specification is not directly available in the LOOKUP operation. The reason for this is because the component separators needed to specify absolute vs. relative are not allowed in NFSv4. Therefore, the client is responsible for constructing its request such that the use of either PUTROOTFH or PUTPUBFH signifies absolute or relative evaluation of an NFS URL, respectively.¶
Note that there are warnings mentioned in RFC 2224 [61] with respect to the use of absolute evaluation and the restrictions the server may place on that evaluation with respect to how much of its namespace has been made available. These same warnings apply to NFSv4.1. It is likely, therefore, that because of server implementation details, an NFSv3 absolute public filehandle look up may behave differently than an NFSv4.1 absolute resolution.¶
There is a form of security negotiation as described in RFC 2755 [62] that uses the public filehandle and an overloading of the pathname. This method is not available with NFSv4.1 as filehandles are not overloaded with special meaning and therefore do not provide the same framework as NFSv3. Clients should therefore use the security negotiation mechanisms described in Section 2.6.¶
18.21. Operation 24: PUTROOTFH - Set Root Filehandle
18.21.3. DESCRIPTION
This operation replaces the current filehandle with the filehandle that represents the root of the server's namespace. From this filehandle, a LOOKUP operation can locate any other filehandle on the server. This filehandle may be different from the "public" filehandle that may be associated with some other directory on the server.¶
PUTROOTFH also clears the current stateid.¶
See Section 16.2.3.1.1 for more details on the current filehandle.¶
See Section 16.2.3.1.2 for more details on the current stateid.¶
18.21.4. IMPLEMENTATION
This operation is used in an NFS request to set the context for file accessing operations that follow in the same COMPOUND request.¶
18.22. Operation 25: READ - Read from File
18.22.3. DESCRIPTION
The READ operation reads data from the regular file identified by the current filehandle.¶
The client provides an offset of where the READ is to start and a count of how many bytes are to be read. An offset of zero means to read data starting at the beginning of the file. If offset is greater than or equal to the size of the file, the status NFS4_OK is returned with a data length set to zero and eof is set to TRUE. The READ is subject to access permissions checking.¶
If the client specifies a count value of zero, the READ succeeds and returns zero bytes of data again subject to access permissions checking. The server may choose to return fewer bytes than specified by the client. The client needs to check for this condition and handle the condition appropriately.¶
Except when special stateids are used, the stateid value for a READ request represents a value returned from a previous byte-range lock or share reservation request or the stateid associated with a delegation. The stateid identifies the associated owners if any and is used by the server to verify that the associated locks are still valid (e.g., have not been revoked).¶
If the read ended at the end-of-file (formally, in a correctly formed READ operation, if offset + count is equal to the size of the file), or the READ operation extends beyond the size of the file (if offset + count is greater than the size of the file), eof is returned as TRUE; otherwise, it is FALSE. A successful READ of an empty file will always return eof as TRUE.¶
If the current filehandle is not an ordinary file, an error will be
returned to the client. In the case that the current filehandle
represents an object of type NF4DIR, NFS4ERR_ISDIR is returned.
If the current filehandle designates a symbolic link,
NFS4ERR_SYMLINK is returned. In all other cases,
NFS4ERR
For a READ with a stateid value of all bits equal to zero, the server MAY allow the READ to be serviced subject to mandatory byte-range locks or the current share deny modes for the file. For a READ with a stateid value of all bits equal to one, the server MAY allow READ operations to bypass locking checks at the server.¶
On success, the current filehandle retains its value.¶
18.22.4. IMPLEMENTATION
If the server returns a "short read" (i.e., fewer data than requested and eof is set to FALSE), the client should send another READ to get the remaining data. A server may return less data than requested under several circumstances. The file may have been truncated by another client or perhaps on the server itself, changing the file size from what the requesting client believes to be the case. This would reduce the actual amount of data available to the client. It is possible that the server reduce the transfer size and so return a short read result. Server resource exhaustion may also occur in a short read.¶
If mandatory byte-range locking is in effect for the file, and if the byte-range corresponding to the data to be read from the file is WRITE_LT locked by an owner not associated with the stateid, the server will return the NFS4ERR_LOCKED error. The client should try to get the appropriate READ_LT via the LOCK operation before re-attempting the READ. When the READ completes, the client should release the byte-range lock via LOCKU.¶
If another client has an OPEN
18.23. Operation 26: READDIR - Read Directory
18.23.3. DESCRIPTION
The READDIR operation retrieves a variable number of entries from a
file system directory and returns client
The arguments contain a cookie value that represents where the READDIR should start within the directory. A value of zero for the cookie is used to start reading at the beginning of the directory. For subsequent READDIR requests, the client specifies a cookie value that is provided by the server on a previous READDIR request.¶
The request's cookieverf field should be set to 0
zero) when the request's cookie field is zero
(first read of the directory). On subsequent requests, the
cookieverf field must match the cookieverf returned
by the READDIR in which the cookie was acquired.
If the server determines that the cookieverf
is no longer valid for the directory, the error
NFS4ERR
The dircount field of the request is a hint of the maximum number of bytes of directory information that should be returned. This value represents the total length of the names of the directory entries and the cookie value for these entries. This length represents the XDR encoding of the data (names and cookies) and not the length in the native format of the server.¶
The maxcount field of the request represents the maximum
total size of all of the data being returned within
the READDIR4resok structure and includes the XDR
overhead. The server MAY return less data. If the
server is unable to return a single directory entry
within the maxcount limit, the error NFS4ERR
Finally, the request's attr_request field represents the list of attributes to be returned for each directory entry supplied by the server.¶
A successful reply consists of a list of directory entries. Each of these entries contains the name of the directory entry, a cookie value for that entry, and the associated attributes as requested. The "eof" flag has a value of TRUE if there are no more entries in the directory.¶
The cookie value is only meaningful to the server and is used as a cursor for the directory entry. As mentioned, this cookie is used by the client for subsequent READDIR operations so that it may continue reading a directory. The cookie is similar in concept to a READ offset but MUST NOT be interpreted as such by the client. Ideally, the cookie value SHOULD NOT change if the directory is modified since the client may be caching these values.¶
In some cases, the server may encounter an error while obtaining the
attributes for a directory entry. Instead of returning an error for
the entire READDIR operation, the server can instead return the
attribute rdattr_error (Section 5.8.1.12). With this, the server is able to
communicate the failure to the client and not fail the entire
operation in the instance of what might be a transient failure.
Obviously, the client must request the fattr4
For some file system environments, the directory entries "." and ".." have special meaning, and in other environments, they do not. If the server supports these special entries within a directory, they SHOULD NOT be returned to the client as part of the READDIR response. To enable some client environments, the cookie values of zero, 1, and 2 are to be considered reserved. Note that the UNIX client will use these values when combining the server's response and local representations to enable a fully formed UNIX directory presentation to the application.¶
For READDIR arguments, cookie values of one and two SHOULD NOT be used, and for READDIR results, cookie values of zero, one, and two SHOULD NOT be returned.¶
On success, the current filehandle retains its value.¶
18.23.4. IMPLEMENTATION
The server's file system directory representations can differ greatly. A client's programming interfaces may also be bound to the local operating environment in a way that does not translate well into the NFS protocol. Therefore, the use of the dircount and maxcount fields are provided to enable the client to provide hints to the server. If the client is aggressive about attribute collection during a READDIR, the server has an idea of how to limit the encoded response.¶
If dircount is zero, the server bounds the reply's size based on the request's maxcount field.¶
The cookieverf may be used by the server to help manage cookie values
that may become stale. It should be a rare occurrence that a server is
unable to continue properly reading a directory with the provided
cookie
The use of the cookieverf will also protect the client from using READDIR cookie values that might be stale. For example, if the file system has been migrated, the server might or might not be able to use the same cookie values to service READDIR as the previous server used. With the client providing the cookieverf, the server is able to provide the appropriate response to the client. This prevents the case where the server accepts a cookie value but the underlying directory has changed and the response is invalid from the client's context of its previous READDIR.¶
Since some servers will not be returning "." and ".." entries as has been done with previous versions of the NFS protocol, the client that requires these entries be present in READDIR responses must fabricate them.¶
18.24. Operation 27: READLINK - Read Symbolic Link
18.24.3. DESCRIPTION
READLINK reads the data associated with a symbolic link. Depending on the value of the UTF-8 capability attribute (Section 14.4), the data is encoded in UTF-8. Whether created by an NFS client or created locally on the server, the data in a symbolic link is not interpreted (except possibly to check for proper UTF-8 encoding) when created, but is simply stored.¶
On success, the current filehandle retains its value.¶
18.24.4. IMPLEMENTATION
A symbolic link is nominally a pointer to another file. The data is not necessarily interpreted by the server, just stored in the file. It is possible for a client implementation to store a pathname that is not meaningful to the server operating system in a symbolic link. A READLINK operation returns the data to the client for interpretation. If different implementations want to share access to symbolic links, then they must agree on the interpretation of the data in the symbolic link.¶
The READLINK operation is only allowed on objects of type NF4LNK.
The server should return the error NFS4ERR
18.25. Operation 28: REMOVE - Remove File System Object
18.25.3. DESCRIPTION
The REMOVE operation removes (deletes) a directory entry named by filename from the directory corresponding to the current filehandle. If the entry in the directory was the last reference to the corresponding file system object, the object may be destroyed. The directory may be either of type NF4DIR or NF4ATTRDIR.¶
For the directory where the filename was removed, the server returns change_info4 information in cinfo. With the atomic field of the change_info4 data type, the server will indicate if the before and after change attributes were obtained atomically with respect to the removal.¶
If the target has a length of zero, or if the target does not obey the UTF-8 definition (and the server is enforcing UTF-8 encoding; see Section 14.4), the error NFS4ERR_INVAL will be returned.¶
On success, the current filehandle retains its value.¶
18.25.4. IMPLEMENTATION
NFSv3 required a different operator RMDIR for directory removal and REMOVE for non-directory removal. This allowed clients to skip checking the file type when being passed a non-directory delete system call (e.g., unlink() [24] in POSIX) to remove a directory, as well as the converse (e.g., a rmdir() on a non-directory) because they knew the server would check the file type. NFSv4.1 REMOVE can be used to delete any directory entry independent of its file type. The implementor of an NFSv4.1 client's entry points from the unlink() and rmdir() system calls should first check the file type against the types the system call is allowed to remove before sending a REMOVE operation. Alternatively, the implementor can produce a COMPOUND call that includes a LOOKUP/VERIFY sequence of operations to verify the file type before a REMOVE operation in the same COMPOUND call.¶
The concept of last reference is server
specific. However, if the numlinks field in the
previous attributes of the object had the value 1,
the client should not rely on referring to the
object via a filehandle. Likewise, the client
should not rely on the resources (disk space,
directory entry, and so on) formerly associated
with the object becoming immediately available.
Thus, if a client needs to be able to continue to
access a file after using REMOVE to remove it, the
client should take steps to make sure that the file
will still be accessible. While the traditional
mechanism used is to RENAME the file from its old
name to a new hidden name, the NFSv4.1 OPEN operation
MAY return a result flag, OPEN4
If the server finds that the file is still open when the REMOVE arrives:¶
The server MAY implement its own restrictions on removal of a file while it is open. The server might disallow such a REMOVE (or a removal that occurs as part of RENAME). The conditions that influence the restrictions on removal of a file while it is still open include:¶
If a file has an outstanding OPEN and this prevents the
removal of the file's directory entry,
the error NFS4ERR
Where the determination above cannot be made definitively because delegations are being held, they MUST be recalled to allow processing of the REMOVE to continue. When a delegation is held, the server has no reliable knowledge of the status of OPENs for that client, so unless there are files opened with the particular deny modes by clients without delegations, the determination cannot be made until delegations are recalled, and the operation cannot proceed until each sufficient delegation has been returned or revoked to allow the server to make a correct determination.¶
In all cases in which delegations are recalled, the server is likely to return one or more NFS4ERR_DELAY errors while delegations remain outstanding.¶
If the current filehandle designates a directory for which another client holds a directory delegation, then, unless the situation can be resolved by sending a notification, the directory delegation MUST be recalled, and the operation MUST NOT proceed until the delegation is returned or revoked. Except where this happens very quickly, one or more NFS4ERR_DELAY errors will be returned to requests made while delegation remains outstanding.¶
When the current filehandle designates a directory
for which one or more directory delegations
exist, then, when those delegations request
such notifications, NOTIFY4
Note that when a remove occurs as a result of a
RENAME, NOTIFY4
18.26. Operation 29: RENAME - Rename Directory Entry
18.26.3. DESCRIPTION
The RENAME operation renames the object identified by oldname in the source directory corresponding to the saved filehandle, as set by the SAVEFH operation, to newname in the target directory corresponding to the current filehandle. The operation is required to be atomic to the client. Source and target directories MUST reside on the same file system on the server. On success, the current filehandle will continue to be the target directory.¶
If the target directory already contains an entry with the name
newname, the source object MUST be compatible with the target: either
both are non-directories or both are directories and the target MUST
be empty.
If compatible, the existing target is removed before the
rename occurs or, preferably, the target is removed atomically as
part of the rename.
See Section 18.25.4
for client and server actions whenever a target is removed.
Note however that when the removal is performed atomically with the
rename, certain parts of the removal described there are integrated
with the rename. For example, notification of the removal will not
be via a NOTIFY4
If the source object and the target are not compatible or if the target is a directory but not empty, the server will return the error NFS4ERR_EXIST.¶
If oldname and newname both refer to the same file (e.g., they might be hard links of each other), then unless the file is open (see Section 18.26.4), RENAME MUST perform no action and return NFS4_OK.¶
For both directories involved in the RENAME, the server returns change_info4 information. With the atomic field of the change_info4 data type, the server will indicate if the before and after change attributes were obtained atomically with respect to the rename.¶
If oldname refers to a named attribute and the saved and current filehandles refer to different file system objects, the server will return NFS4ERR_XDEV just as if the saved and current filehandles represented directories on different file systems.¶
If oldname or newname has a length of zero, or if oldname or newname does not obey the UTF-8 definition, the error NFS4ERR_INVAL will be returned.¶
18.26.4. IMPLEMENTATION
The server MAY impose restrictions on the RENAME
operation such that RENAME may not be done when the
file being renamed is open or when that open is done
by particular protocols, or with particular options
or access modes. Similar restrictions may be applied
when a file exists with the target name and is open.
When RENAME is rejected because of such restrictions,
the error NFS4ERR
When oldname and rename refer to the same file and
that file is open in a fashion such that RENAME
would normally be rejected with NFS4ERR
If a server does implement such restrictions and those restrictions
include cases of NFSv4 opens preventing successful execution of
a rename, the server needs to recall any delegations that could
hide the existence of opens relevant to that decision. This is
because when a client holds a delegation, the server
might not have an accurate account of the opens for that client, since
the client may execute OPENs and CLOSEs locally. The RENAME operation
need only be delayed until a definitive result can be obtained. For
example, if there are multiple delegations and one of them establishes
an open whose presence would prevent the rename, given the server's
semantics, NFS4ERR
If the current filehandle or the saved filehandle designates a directory for which another client holds a directory delegation, then, unless the situation can be resolved by sending a notification, the delegation MUST be recalled, and the operation cannot proceed until the delegation is returned or revoked. Except where this happens very quickly, one or more NFS4ERR_DELAY errors will be returned to requests made while delegation remains outstanding.¶
When the current and saved filehandles are the
same and they designate a directory for which one
or more directory delegations exist, then, when
those delegations request such notifications,
a notification of type NOTIFY4
When the current and saved filehandles are not the same:¶
If the object being renamed has file delegations held by clients other than the one doing the RENAME, the delegations MUST be recalled, and the operation cannot proceed until each such delegation is returned or revoked. Note that in the case of multiply linked files, the delegation recall requirement applies even if the delegation was obtained through a different name than the one being renamed. In all cases in which delegations are recalled, the server is likely to return one or more NFS4ERR_DELAY errors while the delegation(s) remains outstanding, although it might not do that if the delegations are returned quickly.¶
The RENAME operation must be atomic to the client. The statement "source and target directories MUST reside on the same file system on the server" means that the fsid fields in the attributes for the directories are the same. If they reside on different file systems, the error NFS4ERR_XDEV is returned.¶
Based on the value of the fh_expire_type attribute for the object, the filehandle may or may not expire on a RENAME. However, server implementors are strongly encouraged to attempt to keep filehandles from expiring in this fashion.¶
On some servers, the file names "." and ".." are illegal as either
oldname or newname, and will result in the error NFS4ERR
If either of the source or target filehandles are not directories, the server will return NFS4ERR_NOTDIR.¶
18.27. Operation 31: RESTOREFH - Restore Saved Filehandle
18.27.3. DESCRIPTION
The RESTOREFH operation sets the current filehandle and stateid to the values in the
saved filehandle and stateid. If
there is no saved filehandle, then the server will
return the error NFS4ERR
See Section 16.2.3.1.1 for more details on the current filehandle.¶
See Section 16.2.3.1.2 for more details on the current stateid.¶
18.27.4. IMPLEMENTATION
Operations like OPEN and LOOKUP use the current filehandle to represent a directory and replace it with a new filehandle. Assuming that the previous filehandle was saved with a SAVEFH operator, the previous filehandle can be restored as the current filehandle. This is commonly used to obtain post-operation attributes for the directory, e.g.,¶
18.28. Operation 32: SAVEFH - Save Current Filehandle
18.28.3. DESCRIPTION
The SAVEFH operation saves the current filehandle and stateid. If a previous filehandle was saved, then it is no longer accessible. The saved filehandle can be restored as the current filehandle with the RESTOREFH operator.¶
On success, the current filehandle retains its value.¶
See Section 16.2.3.1.1 for more details on the current filehandle.¶
See Section 16.2.3.1.2 for more details on the current stateid.¶
18.29. Operation 33: SECINFO - Obtain Available Security
18.29.3. DESCRIPTION
The SECINFO operation is used by the client to obtain a list of valid RPC authentication flavors for a specific directory filehandle, file name pair. SECINFO should apply the same access methodology used for LOOKUP when evaluating the name. Therefore, if the requester does not have the appropriate access to LOOKUP the name, then SECINFO MUST behave the same way and return NFS4ERR_ACCESS.¶
The result will contain an array that represents the security mechanisms available, with an order corresponding to the server's preferences, the most preferred being first in the array. The client is free to pick whatever security mechanism it both desires and supports, or to pick in the server's preference order the first one it supports. The array entries are represented by the secinfo4 structure. The field 'flavor' will contain a value of AUTH_NONE, AUTH_SYS (as defined in RFC 5531 [3]), or RPCSEC_GSS (as defined in RFC 2203 [4]). The field flavor can also be any other security flavor registered with IANA.¶
For the flavors AUTH_NONE and AUTH_SYS, no additional security information is returned. The same is true of many (if not most) other security flavors, including AUTH_DH. For a return value of RPCSEC_GSS, a security triple is returned that contains the mechanism object identifier (OID, as defined in RFC 2743 [7]), the quality of protection (as defined in RFC 2743 [7]), and the service type (as defined in RFC 2203 [4]). It is possible for SECINFO to return multiple entries with flavor equal to RPCSEC_GSS with different security triple values.¶
On success, the current filehandle is consumed (see
Section 2.6.3.1.1.8), and if the
next operation after SECINFO tries to use the current filehandle,
that operation will fail with the status NFS4ERR
If the name has a length of zero, or if the name does not obey the UTF-8 definition (assuming UTF-8 capabilities are enabled; see Section 14.4), the error NFS4ERR_INVAL will be returned.¶
See Section 2.6 for additional information on the use of SECINFO.¶
18.29.4. IMPLEMENTATION
The SECINFO operation is expected to be used by the NFS client
when the error value of NFS4ERR
As mentioned, the server's security
policies will determine when a client
request receives NFS4ERR
With the exception of LINK and RENAME,
the set of operations that can return NFS4ERR
The READDIR operation will not directly return the
NFS4ERR
To resolve an error return of
NFS4ERR
See Section 21 for a discussion on
the recommendations for the security flavor used by SECINFO and
SECINFO
18.30. Operation 34: SETATTR - Set Attributes
18.30.3. DESCRIPTION
The SETATTR operation changes one or more of the attributes of a file system object. The new attributes are specified with a bitmap and the attributes that follow the bitmap in bit order.¶
The stateid argument for SETATTR is used to provide byte-range locking
context that is necessary for SETATTR requests that set the size
attribute. Since setting the size attribute modifies the file's data,
it has the same locking requirements as a corresponding WRITE. Any
SETATTR that sets the size attribute is incompatible with a share
reservation that specifies OPEN4
On either success or failure of the operation, the server will return the attrsset bitmask to represent what (if any) attributes were successfully set. The attrsset in the response is a subset of the attrmask field of the obj_attributes field in the argument.¶
On success, the current filehandle retains its value.¶
18.30.4. IMPLEMENTATION
If the request specifies the owner attribute to be set, the server SHOULD allow the operation to succeed if the current owner of the object matches the value specified in the request. Some servers may be implemented in a way as to prohibit the setting of the owner attribute unless the requester has privilege to do so. If the server is lenient in this one case of matching owner values, the client implementation may be simplified in cases of creation of an object (e.g., an exclusive create via OPEN) followed by a SETATTR.¶
The file size attribute is used to request changes to the size of a file. A value of zero causes the file to be truncated, a value less than the current size of the file causes data from new size to the end of the file to be discarded, and a size greater than the current size of the file causes logically zeroed data bytes to be added to the end of the file. Servers are free to implement this using unallocated bytes (holes) or allocated data bytes set to zero. Clients should not make any assumptions regarding a server's implementation of this feature, beyond that the bytes in the affected byte-range returned by READ will be zeroed. Servers MUST support extending the file size via SETATTR.¶
SETATTR is not guaranteed to be atomic. A failed SETATTR may partially change a file's attributes, hence the reason why the reply always includes the status and the list of attributes that were set.¶
If the object whose attributes are being changed has a file delegation that is held by a client other than the one doing the SETATTR, the delegation(s) must be recalled, and the operation cannot proceed to actually change an attribute until each such delegation is returned or revoked. In all cases in which delegations are recalled, the server is likely to return one or more NFS4ERR_DELAY errors while the delegation(s) remains outstanding, although it might not do that if the delegations are returned quickly.¶
If the object whose attributes are being set is a directory
and another client holds a directory delegation for that
directory, then if enabled, asynchronous notifications will be generated
when the set of attributes changed has a non-null intersection
with the set of attributes for which notification is requested.
Notifications of type NOTIFY4
If the object whose attributes are being set is a member of
the directory for which another client holds a directory delegation,
then asynchronous notifications will be generated
when the set of attributes changed has a non-null intersection
with the set of attributes for which notification is requested.
Notifications of type NOTIFY4
Changing the size of a file with SETATTR indirectly changes the time_modify and change attributes. A client must account for this as size changes can result in data deletion.¶
The attributes time_access_set and time_modify_set are write-only
attributes constructed as a switched union so the client can direct
the server in setting the time values. If the switched union
specifies SET
If server and client times differ, programs that compare client time to file times can break. A time synchronization protocol should be used to limit client/server time skew.¶
Use of a COMPOUND containing a VERIFY operation specifying only the change attribute, immediately followed by a SETATTR, provides a means whereby a client may specify a request that emulates the functionality of the SETATTR guard mechanism of NFSv3. Since the function of the guard mechanism is to avoid changes to the file attributes based on stale information, delays between checking of the guard condition and the setting of the attributes have the potential to compromise this function, as would the corresponding delay in the NFSv4 emulation. Therefore, NFSv4.1 servers SHOULD take care to avoid such delays, to the degree possible, when executing such a request.¶
If the server does not support an attribute as requested by the
client, the server SHOULD return NFS4ERR
A mask of the attributes actually set is returned by SETATTR in all cases. That mask MUST NOT include attribute bits not requested to be set by the client. If the attribute masks in the request and reply are equal, the status field in the reply MUST be NFS4_OK.¶
18.31. Operation 37: VERIFY - Verify Same Attributes
18.31.3. DESCRIPTION
The VERIFY operation is used to verify that attributes have the value
assumed by the client before proceeding with the following operations in
the COMPOUND request. If any of the attributes do not match, then the
error NFS4ERR
18.31.4. IMPLEMENTATION
One possible use of the VERIFY operation is the following series of operations. With this, the client is attempting to verify that the file being removed will match what the client expects to be removed. This series can help prevent the unintended deletion of a file.¶
This series does not prevent a second client from removing and creating a new file in the middle of this sequence, but it does help avoid the unintended result.¶
In the case that a RECOMMENDED attribute is specified in the VERIFY
operation and the server does not support that attribute for the
file system object, the error NFS4ERR
When the attribute rdattr_error or any set-only attribute (e.g.,
time
18.32. Operation 38: WRITE - Write to File
18.32.3. DESCRIPTION
The WRITE operation is used to write data to a regular file. The target file is specified by the current filehandle. The offset specifies the offset where the data should be written. An offset of zero specifies that the write should start at the beginning of the file. The count, as encoded as part of the opaque data parameter, represents the number of bytes of data that are to be written. If the count is zero, the WRITE will succeed and return a count of zero subject to permissions checking. The server MAY write fewer bytes than requested by the client.¶
The client specifies with the stable parameter the method of how the data is to be processed by the server. If stable is FILE_SYNC4, the server MUST commit the data written plus all file system metadata to stable storage before returning results. This corresponds to the NFSv2 protocol semantics. Any other behavior constitutes a protocol violation. If stable is DATA_SYNC4, then the server MUST commit all of the data to stable storage and enough of the metadata to retrieve the data before returning. The server implementor is free to implement DATA_SYNC4 in the same fashion as FILE_SYNC4, but with a possible performance drop. If stable is UNSTABLE4, the server is free to commit any part of the data and the metadata to stable storage, including all or none, before returning a reply to the client. There is no guarantee whether or when any uncommitted data will subsequently be committed to stable storage. The only guarantees made by the server are that it will not destroy any data without changing the value of writeverf and that it will not commit the data and metadata at a level less than that requested by the client.¶
Except when special stateids are used, the stateid value for a WRITE request represents a value returned from a previous byte-range LOCK or OPEN request or the stateid associated with a delegation. The stateid identifies the associated owners if any and is used by the server to verify that the associated locks are still valid (e.g., have not been revoked).¶
Upon successful completion, the following results are returned. The count result is the number of bytes of data written to the file. The server may write fewer bytes than requested. If so, the actual number of bytes written starting at location, offset, is returned.¶
The server also returns an indication of the level of commitment of the data and metadata via committed. Per Table 20,¶
The final portion of the result is the field writeverf. This field is the write verifier and is a cookie that the client can use to determine whether a server has changed instance state (e.g., server restart) between a call to WRITE and a subsequent call to either WRITE or COMMIT. This cookie MUST be unchanged during a single instance of the NFSv4.1 server and MUST be unique between instances of the NFSv4.1 server. If the cookie changes, then the client MUST assume that any data written with an UNSTABLE4 value for committed and an old writeverf in the reply has been lost and will need to be recovered.¶
If a client writes data to the server with the stable argument set to UNSTABLE4 and the reply yields a committed response of DATA_SYNC4 or UNSTABLE4, the client will follow up some time in the future with a COMMIT operation to synchronize outstanding asynchronous data and metadata with the server's stable storage, barring client error. It is possible that due to client crash or other error that a subsequent COMMIT will not be received by the server.¶
For a WRITE with a stateid value of all bits equal to zero, the server MAY allow the WRITE to be serviced subject to mandatory byte-range locks or the current share deny modes for the file. For a WRITE with a stateid value of all bits equal to 1, the server MUST NOT allow the WRITE operation to bypass locking checks at the server and otherwise is treated as if a stateid of all bits equal to zero were used.¶
On success, the current filehandle retains its value.¶
18.32.4. IMPLEMENTATION
It is possible for the server to write fewer bytes of data than requested by the client. In this case, the server SHOULD NOT return an error unless no data was written at all. If the server writes less than the number of bytes specified, the client will need to send another WRITE to write the remaining data.¶
It is assumed that the act of writing data to a file will cause the time_modified and change attributes of the file to be updated. However, these attributes SHOULD NOT be changed unless the contents of the file are changed. Thus, a WRITE request with count set to zero SHOULD NOT cause the time_modified and change attributes of the file to be updated.¶
Stable storage is persistent storage that survives:¶
This definition does not address failure of the stable storage module itself.¶
The verifier is defined to allow a client to detect different instances of an NFSv4.1 protocol server over which cached, uncommitted data may be lost. In the most likely case, the verifier allows the client to detect server restarts. This information is required so that the client can safely determine whether the server could have lost cached data. If the server fails unexpectedly and the client has uncommitted data from previous WRITE requests (done with the stable argument set to UNSTABLE4 and in which the result committed was returned as UNSTABLE4 as well), the server might not have flushed cached data to stable storage. The burden of recovery is on the client, and the client will need to retransmit the data to the server.¶
A suggested verifier would be to use the time that the server was last started (if restarting the server results in lost buffers).¶
The reply's committed field allows the client to do more effective caching. If the server is committing all WRITE requests to stable storage, then it SHOULD return with committed set to FILE_SYNC4, regardless of the value of the stable field in the arguments. A server that uses an NVRAM accelerator may choose to implement this policy. The client can use this to increase the effectiveness of the cache by discarding cached data that has already been committed on the server.¶
Some implementations may return NFS4ERR_NOSPC instead of NFS4ERR_DQUOT when a user's quota is exceeded.¶
In the case that the current filehandle is of
type NF4DIR, the server will return NFS4ERR_ISDIR.
If the current file is a symbolic link, the error
NFS4ERR_SYMLINK will be returned. Otherwise, if the
current filehandle does not designate an ordinary
file, the server will return NFS4ERR
If mandatory byte-range locking is in effect for the file, and the corresponding byte-range of the data to be written to the file is READ_LT or WRITE_LT locked by an owner that is not associated with the stateid, the server MUST return NFS4ERR_LOCKED. If so, the client MUST check if the owner corresponding to the stateid used with the WRITE operation has a conflicting READ_LT lock that overlaps with the byte-range that was to be written. If the stateid's owner has no conflicting READ_LT lock, then the client SHOULD try to get the appropriate write byte-range lock via the LOCK operation before re-attempting the WRITE. When the WRITE completes, the client SHOULD release the byte-range lock via LOCKU.¶
If the stateid's owner had a conflicting READ_LT lock, then the client has no choice but to return an error to the application that attempted the WRITE. The reason is that since the stateid's owner had a READ_LT lock, either the server attempted to temporarily effectively upgrade this READ_LT lock to a WRITE_LT lock or the server has no upgrade capability. If the server attempted to upgrade the READ_LT lock and failed, it is pointless for the client to re-attempt the upgrade via the LOCK operation, because there might be another client also trying to upgrade. If two clients are blocked trying to upgrade the same lock, the clients deadlock. If the server has no upgrade capability, then it is pointless to try a LOCK operation to upgrade.¶
If one or more other clients have delegations for the file being written, those delegations MUST be recalled, and the operation cannot proceed until those delegations are returned or revoked. Except where this happens very quickly, one or more NFS4ERR_DELAY errors will be returned to requests made while the delegation remains outstanding. Normally, delegations will not be recalled as a result of a WRITE operation since the recall will occur as a result of an earlier OPEN. However, since it is possible for a WRITE to be done with a special stateid, the server needs to check for this case even though the client should have done an OPEN previously.¶
18.33. Operation 40: BACKCHANNEL_CTL - Backchannel Control
18.33.3. DESCRIPTION
The BACKCHANNEL_CTL operation replaces the backchannel's callback program number and adds (not replaces) RPCSEC_GSS handles for use by the backchannel.¶
The arguments of the BACKCHANNEL_CTL call are
a subset of the CREATE_SESSION parameters.
In the arguments of BACKCHANNEL
BACKCHANNEL_CTL MUST appear in a COMPOUND that starts with SEQUENCE.¶
If the RPCSEC_GSS handle identified by
gcbp
If an RPCSEC_GSS handle is using the SSV context (see Section 2.10.9), then because each SSV RPCSEC_GSS handle shares a common SSV GSS context, there are security considerations specific to this situation discussed in Section 2.10.10.¶
18.34. Operation 41: BIND_CONN_TO_SESSION - Associate Connection with Session
18.34.3. DESCRIPTION
BIND
If, when the client ID was created, the client opted for SP4_NONE
state protection,
the client is not required to use BIND
The field bctsa_dir indicates whether the client
wants to associate the connection with the fore
channel or the backchannel or both channels. The value
CDFC4
See the CREATE_SESSION operation (Section 18.36),
and the description of the argument
csa
Invoking BIND
18.34.4. IMPLEMENTATION
If a session's channel loses all connections, depending on
the client ID's state protection and type of channel,
the client might need to use
BIND
Suppose SP4_SSV state protection is being used,
and BIND
18.35. Operation 42: EXCHANGE_ID - Instantiate Client ID
The EXCHANGE_ID operation exchanges long-hand client and server identifiers (owners) and provides access to a client ID, creating one if necessary. This client ID becomes associated with the connection on which the operation is done, so that it is available when a CREATE_SESSION is done or when the connection is used to issue a request on an existing session associated with the current client.¶
18.35.3. DESCRIPTION
The client uses the EXCHANGE_ID operation to register a particular instance of that client with the server, as represented by a client_owner4. However, when the client_owner4 has already been registered by other means (e.g., Transparent State Migration), the client may still use EXCHANGE_ID to obtain the client ID assigned previously.¶
The client ID returned from this operation will be associated with the connection on which the EXCHANGE_ID is received and will serve as a parent object for sessions created by the client on this connection or to which the connection is bound. As a result of using those sessions to make requests involving the creation of state, that state will become associated with the client ID returned.¶
In situations in which the registration of the client_owner has not occurred previously, the client ID must first be used, along with the returned eir_sequenceid, in creating an associated session using CREATE_SESSION.¶
If the flag EXCHGID4
The value eir_sequenceid is used to establish an initial sequence value associated with the client ID returned. In cases in which a CREATE_SESSION has already been done, there is no need for this value, since sequencing of such request has already been established, and the client has no need for this value and will ignore it.¶
EXCHANGE_ID MAY be sent in a COMPOUND procedure that starts with
SEQUENCE. However, when a client communicates with a server
for the first time, it will not have a session, so using
SEQUENCE will not be possible.
If EXCHANGE_ID is sent without a preceding SEQUENCE, then it
MUST be the only operation in the COMPOUND procedure's request. If
it is not, the server MUST return NFS4ERR
The eia_clientowner field is composed of a co_verifier field and a co_ownerid string. As noted in Section 2.4, the co_ownerid identifies the client, and the co_verifier specifies a particular incarnation of that client. An EXCHANGE_ID sent with a new incarnation of the client will lead to the server removing lock state of the old incarnation. On the other hand, when an EXCHANGE_ID sent with the current incarnation and co_ownerid does not result in an unrelated error, it will potentially update an existing client ID's properties or simply return information about the existing client_id. The latter would happen when this operation is done to the same server using different network addresses as part of creating trunked connections.¶
A server MUST NOT provide the same client ID to two different
incarnations of an eia
In addition to the client ID and sequence ID, the server
returns a server owner
The client ID returned by EXCHANGE_ID is only unique
relative to the combination of eir
The server, as defined by the unique identity expressed in the so_major_id of the server owner and the server scope, needs to track several properties of each client ID it hands out. The properties apply to the client ID and all sessions associated with the client ID. The properties are derived from the arguments and results of EXCHANGE_ID. The client ID properties include:¶
The eia_flags passed as part of the arguments and the eir_flags results allow the client and server to inform each other of their capabilities as well as indicate how the client ID will be used. Whether a bit is set or cleared on the arguments' flags does not force the server to set or clear the same bit on the results' side. Bits not defined above cannot be set in the eia_flags field. If they are, the server MUST reject the operation with NFS4ERR_INVAL.¶
The EXCHGID4
If EXCHGID4
If EXCHGID4
When the EXCHGID4
When the EXCHGID4
When EXCHGID4
The EXCHGID4
The spa_how field of the eia
When a client specifies SP4_MACH_CRED or SP4_SSV,
it also provides two lists of operations (each
expressed as a bitmap). The first list
is spo
Note that if SP4_SSV protection is specified, and the client indicates that CREATE_SESSION must be protected with SP4_SSV, because the SSV cannot exist without a confirmed client ID, the first CREATE_SESSION MUST instead be sent using the machine credential, and the server MUST accept the machine credential.¶
There is a corresponding result, also called spo
If spo
The second list is spo_must_allow and consists of those operations the client wants to have the option of sending with the machine credential or the SSV-based credential, even if the object the operations are performed on is not owned by the machine or SSV credential.¶
The corresponding result, also called spo_must_allow, consists of the operations the server will allow the client to use SP4_SSV or SP4_MACH_CRED credentials with. Normally, the server's result equals the client's argument, but the result MAY be different.¶
The purpose of spo_must_allow is to allow clients to
solve the following conundrum. Suppose the client ID
is confirmed with EXCHGID4
The SP4_SSV protection parameters also have:¶
- ssp_hash_algs:
-
This is the set of algorithms the client supports for the purpose of computing the digests needed for the internal SSV GSS mechanism and for the SET_SSV operation. Each algorithm is specified as an object identifier (OID). The REQUIRED algorithms for a server are id-sha1, id-sha224, id-sha256, id-sha384, and id-sha512 [25].¶
Due to known weaknesses in id-sha1, it is RECOMMENDED that the client specify at least one algorithm within ssp_hash_algs other than id-sha1.¶
The algorithm the server selects among the set is indicated in spi_hash_alg, a field of spr
_ssv _prot _info . The field spi_hash_alg is an index into the array ssp_hash_algs. Because of known the weaknesses in id-sha1, it is RECOMMENDED that it not be selected by the server as long as ssp_hash_algs contains any other supported algorithm.¶ If the server does not support any of the offered algorithms, it returns NFS4ERR
_HASH _ALG _UNSUPP . If ssp_hash_algs is empty, the server MUST return NFS4ERR_INVAL.¶ - ssp_encr_algs:
-
This is the set of algorithms the client supports for the
purpose of providing privacy protection for the internal
SSV GSS mechanism. Each algorithm is
specified as an OID.
The REQUIRED algorithm for a server is id-aes256-CBC.
The RECOMMENDED algorithms are id-aes192-CBC and id-aes128-CBC
[26]. The selected algorithm is
returned in spi_encr_alg, an index into ssp_encr_algs.
If the server
does not support any of the offered algorithms,
it returns NFS4ERR
_ENCR _ALG _UNSUPP . If ssp_encr_algs is empty, the server MUST return NFS4ERR_INVAL. Note that due to previously stated requirements and recommendations on the relationships between key length and hash length, some combinations of RECOMMENDED and REQUIRED encryption algorithm and hash algorithm either SHOULD NOT or MUST NOT be used. Table 21 summarizes the illegal and discouraged combinations.¶ - ssp_window:
- This is the number of SSV versions the client wants the server to maintain (i.e., each successful call to SET_SSV produces a new version of the SSV). If ssp_window is zero, the server MUST return NFS4ERR_INVAL. The server responds with spi_window, which MUST NOT exceed ssp_window and MUST be at least one. Any requests on the backchannel or fore channel that are using a version of the SSV that is outside the window will fail with an ONC RPC authentication error, and the requester will have to retry them with the same slot ID and sequence ID.¶
- ssp
_num _gss _handles : -
This is the number of RPCSEC_GSS handles the server should create that are based on the GSS SSV mechanism (see Section 2.10.9). It is not the total number of RPCSEC_GSS handles for the client ID. Indeed, subsequent calls to EXCHANGE_ID will add RPCSEC_GSS handles. The server responds with a list of handles in spi_handles. If the client asks for at least one handle and the server cannot create it, the server MUST return an error. The handles in spi_handles are not available for use until the client ID is confirmed, which could be immediately if EXCHANGE_ID returns EXCHGID4
_FLAG _CONFIRMED _R, or upon successful confirmation from CREATE_SESSION.¶ While a client ID can span all the connections that are connected to a server sharing the same eir
_server _owner .so _major _id, the RPCSEC_GSS handles returned in spi_handles can only be used on connections connected to a server that returns the same the eir _server _owner .so _major _id and eir _server _owner .so _minor _id on each connection. It is permissible for the client to set ssp _num _gss _handles to zero; the client can create more handles with another EXCHANGE_ID call.¶ Because each SSV RPCSEC_GSS handle shares a common SSV GSS context, there are security considerations specific to this situation discussed in Section 2.10.10.¶
The seq_window (see Section 5.2.3.1 of RFC 2203 [4]) of each RPCSEC_GSS handle in spi_handle MUST be the same as the seq_window of the RPCSEC_GSS handle used for the credential of the RPC request of which the EXCHANGE_ID operation was sent as a part.¶
The arguments include an array of up to one
element in length called eia
A possible use for implementation identifiers
would be in diagnostic software that extracts
this information in an attempt to identify
interoperabilit
Because it is possible that some implementations might violate the protocol specification and interpret the identity information, implementations MUST provide facilities to allow the NFSv4 client and server to be configured to set the contents of the nfs_impl_id structures sent to any specified value.¶
18.35.4. IMPLEMENTATION
A server's client record is a 5-tuple:¶
The following identifiers represent special values for the fields in the records.¶
- ownerid_arg:
-
The value of the eia
_clientowner .co _ownerid subfield of the EXCHANGE _ID4args structure of the current request.¶ - verifier_arg:
-
The value of the eia
_clientowner .co _verifier subfield of the EXCHANGE _ID4args structure of the current request.¶ - old
_verifier _arg : -
A value of the eia
_clientowner .co _verifier field of a client record received in a previous request; this is distinct from verifier_arg.¶ - principal_arg:
- The value of the RPCSEC_GSS principal for the current request.¶
- old
_principal _arg : - A value of the principal of a client record as defined by the RPC header's credential or verifier of a previous request. This is distinct from principal_arg.¶
- clientid_ret:
-
The value of the eir_clientid field the server will return in the
EXCHANGE
_ID4resok structure for the current request.¶ - old
_clientid _ret : -
The value of the eir_clientid field the server returned in the
EXCHANGE
_ID4resok structure for a previous request. This is distinct from clientid_ret.¶ - confirmed:
- The client ID has been confirmed.¶
- unconfirmed:
- The client ID has not been confirmed.¶
Since EXCHANGE_ID is a non-idempotent operation, we must
consider the possibility that retries occur as a result of a
client restart, network partition, malfunctioning router, etc.
Retries are identified by the value of the eia_clientowner field of
EXCHANGE
The scenarios are described in terms of the client record(s) a server has for a given co_ownerid. Note that if the client ID was created specifying SP4_SSV state protection and EXCHANGE_ID as the one of the operations in spo_must_allow, then the server MUST authorize EXCHANGE_IDs with the SSV principal in addition to the principal that created the client ID.¶
18.36. Operation 43: CREATE_SESSION - Create New Session and Confirm Client ID
18.36.3. DESCRIPTION
This operation is used by the client to create new session objects on the server.¶
CREATE_SESSION can be sent with or without a preceding SEQUENCE
operation in the same COMPOUND procedure.
If CREATE_SESSION is sent with a preceding SEQUENCE
operation,
any session created by CREATE_SESSION has no direct
relation to the session specified in the SEQUENCE operation, although
the two sessions might be associated with the same client ID.
If CREATE_SESSION is sent without a preceding SEQUENCE, then it
MUST be the only operation in the COMPOUND procedure's request. If
it is not, the server MUST return NFS4ERR
In addition to creating a session, CREATE_SESSION has the following effects:¶
The arguments and results of CREATE_SESSION are described as follows:¶
- csa_clientid:
- This is the client ID with which the new session will be associated. The corresponding result is csr_sessionid, the session ID of the new session.¶
- csa_sequence:
- Each client ID serializes CREATE_SESSION via a per-client ID sequence number (see Section 18.36.4). The corresponding result is csr_sequence, which MUST be equal to csa_sequence.¶
In the next three arguments, the client offers a value that is to be a property of the session. Except where stated otherwise, it is RECOMMENDED that the server accept the value. If it is not acceptable, the server MAY use a different value. Regardless, the server MUST return the value the session will use (which will be either what the client offered, or what the server is insisting on) to the client.¶
- csa_flags:
-
The csa_flags field contains a list of the following flag bits:¶
- CREATE
_SESSION4 _FLAG _PERSIST : -
If CREATE
_SESSION4 _FLAG _PERSIST is set, the client wants the server to provide a persistent reply cache. For sessions in which only idempotent operations will be used (e.g., a read-only session), clients SHOULD NOT set CREATE _SESSION4 _FLAG _PERSIST . If the server does not or cannot provide a persistent reply cache, the server MUST NOT set CREATE _SESSION4 _FLAG _PERSIST in the field csr_flags.¶ If the server is a pNFS metadata server, for reasons described in Section 12.5.2 it SHOULD support CREATE
_SESSION4 _FLAG _PERSIST if it supports the layout_hint (Section 5.12.4) attribute.¶ - CREATE
_SESSION4 _FLAG _CONN _BACK _CHAN : -
If CREATE
_SESSION4 _FLAG _CONN _BACK _CHAN is set in csa_flags, the client is requesting that the connection over which the CREATE_SESSION operation arrived be associated with the session's backchannel in addition to its fore channel. If the server agrees, it sets CREATE _SESSION4 _FLAG _CONN _BACK _CHAN in the result field csr_flags. If CREATE _SESSION4 _FLAG _CONN _BACK _CHAN is not set in csa_flags, then CREATE _SESSION4 _FLAG _CONN _BACK _CHAN MUST NOT be set in csr_flags.¶ - CREATE
_SESSION4 _FLAG _CONN _RDMA : -
If CREATE
_SESSION4 _FLAG _CONN _RDMA is set in csa_flags, and if the connection over which the CREATE_SESSION operation arrived is currently in non-RDMA mode but has the capability to operate in RDMA mode, then the client is requesting that the server "step up" to RDMA mode on the connection. If the server agrees, it sets CREATE _SESSION4 _FLAG _CONN _RDMA in the result field csr_flags. If CREATE _SESSION4 _FLAG _CONN _RDMA is not set in csa_flags, then CREATE _SESSION4 _FLAG _CONN _RDMA MUST NOT be set in csr_flags. Note that once the server agrees to step up, it and the client MUST exchange all future traffic on the connection with RPC RDMA framing and not Record Marking ([32]).¶
- CREATE
- csa
_fore _chan _attrs, csa _back _chan _attrs : -
The csa
_fore _chan _attrs and csa _back _chan _attrs fields apply to attributes of the fore channel (which conveys requests originating from the client to the server), and the backchannel (the channel that conveys callback requests originating from the server to the client), respectively. The results are in corresponding structures called csr _fore _chan _attrs and csr _back _chan _attrs . The results establish attributes for each channel, and on all subsequent use of each channel of the session. Each structure has the following fields:¶ - ca
_headerpadsize : -
The maximum amount of padding the requester is willing to apply to ensure that write payloads are aligned on some boundary at the replier. For each channel, the server¶
- ca
_maxrequestsize : -
The maximum size of a COMPOUND or CB_COMPOUND request that
will be sent. This size represents the XDR encoded size of
the request, including the RPC headers (including
security flavor credentials and verifiers)
but excludes any RPC transport framing headers.
Imagine a request coming over a non-RDMA TCP/IP connection, and
that it has a single Record Marking header preceding
it. The maximum allowable
count encoded in the header will be
ca
_maxrequestsize . If a requester sends a request that exceeds ca _maxrequestsize, the error NFS4ERR _REQ _TOO _BIG will be returned per the description in Section 2.10.6.4. For each channel, the server MAY decrease this value but MUST NOT increase it.¶ - ca
_maxresponsesize : -
The maximum size of a COMPOUND or CB_COMPOUND reply that
the requester will
accept from the replier including RPC headers (see
the ca
_maxrequestsize definition). For each channel, the server MAY decrease this value, but MUST NOT increase it. However, if the client selects a value for ca _maxresponsesize such that a replier on a channel could never send a response, the server SHOULD return NFS4ERR _TOOSMALL in the CREATE_SESSION reply. After the session is created, if a requester sends a request for which the size of the reply would exceed this value, the replier will return NFS4ERR _REP _TOO _BIG, per the description in Section 2.10.6.4.¶ - ca
_maxresponsesize _cached : -
Like ca
_maxresponsesize , but the maximum size of a reply that will be stored in the reply cache (Section 2.10.6.1). For each channel, the server MAY decrease this value, but MUST NOT increase it. If, in the reply to CREATE_SESSION, the value of ca _maxresponsesize _cached of a channel is less than the value of ca _maxresponsesize of the same channel, then this is an indication to the requester that it needs to be selective about which replies it directs the replier to cache; for example, large replies from non-idempotent operations (e.g., COMPOUND requests with a READ operation) should not be cached. The requester decides which replies to cache via an argument to the SEQUENCE (the sa_cachethis field, see Section 18.46) or CB_SEQUENCE (the csa_cachethis field, see Section 20.9) operations. After the session is created, if a requester sends a request for which the size of the reply would exceed ca _maxresponsesize _cached, the replier will return NFS4ERR _REP _TOO _BIG _TO _CACHE, per the description in Section 2.10.6.4.¶ - ca
_maxoperations : -
The maximum number of operations the replier
will accept in a COMPOUND or CB_COMPOUND.
For the backchannel, the server MUST NOT change the value the
client offers. For the fore channel, the server
MAY change the requested value.
After the session is created, if a requester sends a
COMPOUND or CB_COMPOUND
with more operations than ca
_maxoperations, the replier MUST return NFS4ERR _TOO _MANY _OPS . ¶ - ca_maxrequests:
- The maximum number of concurrent COMPOUND or CB_COMPOUND requests the requester will send on the session. Subsequent requests will each be assigned a slot identifier by the requester within the range zero to ca_maxrequests - 1 inclusive. For the backchannel, the server MUST NOT change the value the client offers. For the fore channel, the server MAY change the requested value.¶
- ca_rdma_ird:
- This array has a maximum of one element. If this array has one element, then the element contains the inbound RDMA read queue depth (IRD). For each channel, the server MAY decrease this value, but MUST NOT increase it.¶
- ca
- csa_cb_program
- This is the ONC RPC program number the server MUST use in any callbacks sent through the backchannel to the client. The server MUST specify an ONC RPC program number equal to csa_cb_program and an ONC RPC version number equal to 4 in callbacks sent to the client. If a CB_COMPOUND is sent to the client, the server MUST use a minor version number of 1. There is no corresponding result.¶
- csa_sec_parms
-
The field csa_sec_parms is an array of acceptable security credentials the server can use on the session's backchannel. Three security flavors are supported: AUTH_NONE, AUTH_SYS, and RPCSEC_GSS. If AUTH_NONE is specified for a credential, then this says the client is authorizing the server to use AUTH_NONE on all callbacks for the session. If AUTH_SYS is specified, then the client is authorizing the server to use AUTH_SYS on all callbacks, using the credential specified cbsp_sys_cred. If RPCSEC_GSS is specified, then the server is allowed to use the RPCSEC_GSS context specified in cbsp_gss_parms as the RPCSEC_GSS context in the credential of the RPC header of callbacks to the client. There is no corresponding result.¶
The RPCSEC_GSS context for the backchannel is specified via a pair of values of data type gsshandle4_t. The data type gsshandle4_t represents an RPCSEC_GSS handle, and is precisely the same as the data type of the "handle" field of the rpc
_gss _init _res data type defined in "Context Creation Response - Successful Acceptance", Section 5.2.3.1 of [4].¶ The first RPCSEC_GSS handle, gcbp
_handle _from _server, is the fore handle the server returned to the client (either in the handle field of data type rpc _gss _init _res or as one of the elements of the spi_handles field returned in the reply to EXCHANGE_ID) when the RPCSEC_GSS context was created on the server. The second handle, gcbp _handle _from _client, is the back handle to which the client will map the RPCSEC_GSS context. The server can immediately use the value of gcbp _handle _from _client in the RPCSEC_GSS credential in callback RPCs. That is, the value in gcbp _handle _from _client can be used as the value of the field "handle" in data type rpc_gss_cred_t (see "Elements of the RPCSEC_GSS Security Protocol", Section 5 of [4]) in callback RPCs. The server MUST use the RPCSEC_GSS security service specified in gcbp_service, i.e., it MUST set the "service" field of the rpc_gss_cred_t data type in RPCSEC_GSS credential to the value of gcbp_service (see "RPC Request Header", Section 5.3.1 of [4]).¶ If the RPCSEC_GSS handle identified by gcbp
_handle _from _server does not exist on the server, the server will return NFS4ERR_NOENT.¶ Within each element of csa_sec_parms, the fore and back RPCSEC_GSS contexts MUST share the same GSS context and MUST have the same seq_window (see Section 5.2.3.1 of RFC 2203 [4]). The fore and back RPCSEC_GSS context state are independent of each other as far as the RPCSEC_GSS sequence number (see the seq_num field in the rpc_gss_cred_t data type of Sections 5 and 5.3.1 of [4]).¶
If an RPCSEC_GSS handle is using the SSV context (see Section 2.10.9), then because each SSV RPCSEC_GSS handle shares a common SSV GSS context, there are security considerations specific to this situation discussed in Section 2.10.10.¶
Once the session is created, the first SEQUENCE or
CB_SEQUENCE received on a slot MUST have a sequence
ID equal to 1; if not, the replier MUST return
NFS4ERR
18.36.4. IMPLEMENTATION
To describe a possible implementation, the same notation for client records introduced in the description of EXCHANGE_ID is used with the following addition:¶
Since CREATE_SESSION is a non-idempotent operation, we need to consider the possibility that retries may occur as a result of a client restart, network partition, malfunctioning router, etc. For each client ID created by EXCHANGE_ID, the server maintains a separate reply cache (called the CREATE_SESSION reply cache) similar to the session reply cache used for SEQUENCE operations, with two distinctions.¶
As previously stated, CREATE_SESSION can be sent with or without a preceding SEQUENCE operation. Even if a SEQUENCE precedes CREATE_SESSION, the server MUST maintain the CREATE_SESSION reply cache, which is separate from the reply cache for the session associated with a SEQUENCE. If CREATE_SESSION was originally sent by itself, the client MAY send a retry of the CREATE_SESSION operation within a COMPOUND preceded by a SEQUENCE. If CREATE_SESSION was originally sent in a COMPOUND that started with a SEQUENCE, then the client SHOULD send a retry in a COMPOUND that starts with a SEQUENCE that has the same session ID as the SEQUENCE of the original request. However, the client MAY send a retry in a COMPOUND that either has no preceding SEQUENCE, or has a preceding SEQUENCE that refers to a different session than the original CREATE_SESSION. This might be necessary if the client sends a CREATE_SESSION in a COMPOUND preceded by a SEQUENCE with session ID X, and session X no longer exists. Regardless, any retry of CREATE_SESSION, with or without a preceding SEQUENCE, MUST use the same value of csa_sequence as the original.¶
After the client received a reply to an EXCHANGE_ID operation that contains
a new, unconfirmed client ID,
the server expects the client to follow
with a CREATE_SESSION operation to confirm the client ID. The
server expects value of csa_sequenceid in the arguments to
that CREATE_SESSION to be
to equal the value of the field eir_sequenceid that was returned in
results of the EXCHANGE_ID that returned the unconfirmed
client ID.
Before the server replies to that EXCHANGE_ID operation,
it initializes the client ID slot to be equal
to eir_sequenceid - 1 (accounting for underflow),
and records a contrived CREATE_SESSION result
with a "cached" result of NFS4ERR
On the backchannel, the client and server might wish to have many slots, in some cases perhaps more that the fore channel, in order to deal with the situations where the network link has high latency and is the primary bottleneck for response to recalls. If so, and if the client provides too few slots to the backchannel, the server might limit the number of recallable objects it gives to the client.¶
Implementing RPCSEC_GSS callback support requires changes to both the client and server implementations of RPCSEC_GSS. One possible set of changes includes:¶
18.37. Operation 44: DESTROY_SESSION - Destroy a Session
18.37.3. DESCRIPTION
The DESTROY_SESSION operation closes the session and discards
the session's reply cache, if any.
Any remaining connections associated with the session are
immediately disassociated. If the connection has no remaining
associated sessions, the connection
MAY be closed by the server.
Locks, delegations, layouts, wants, and the lease, which are all
tied to the client ID, are not affected by DESTROY
DESTROY_SESSION MUST be invoked on a connection that is associated with the session being destroyed. In addition, if SP4_MACH_CRED state protection was specified when the client ID was created, the RPCSEC_GSS principal that created the session MUST be the one that destroys the session, using RPCSEC_GSS privacy or integrity. If SP4_SSV state protection was specified when the client ID was created, RPCSEC_GSS using the SSV mechanism (Section 2.10.9) MUST be used, with integrity or privacy.¶
If the COMPOUND request starts with SEQUENCE, and if the sessionids specified in SEQUENCE and DESTROY_SESSION are the same, then¶
If the COMPOUND request starts with SEQUENCE, and if the sessionids specified in SEQUENCE and DESTROY_SESSION are different, then DESTROY_SESSION can appear in any position of the COMPOUND request (except for the first position). The two sessionids can belong to different client IDs.¶
If the COMPOUND request does not start with
SEQUENCE, and if DESTROY_SESSION is not the
sole operation, then server MUST return
NFS4ERR
If there is a backchannel on the session and the
server has outstanding CB_COMPOUND operations for the
session which have not been replied to, then the server
MAY refuse to destroy the session and return an error.
If so, then
in the event the backchannel is down, the server
SHOULD return NFS4ERR
18.38. Operation 45: FREE_STATEID - Free Stateid with No Locks
18.38.3. DESCRIPTION
The FREE_STATEID operation is used to free a stateid that no longer
has any associated locks (including opens, byte-range locks, delegations,
and layouts). This may be because of client LOCKU operations or because
of server revocation. If there are valid locks (of any kind)
associated with the stateid in question, the error NFS4ERR
When a stateid is freed that had been associated with revoked locks, by sending the FREE_STATEID operation, the client acknowledges the loss of those locks. This allows the server, once all such revoked state is acknowledged, to allow that client again to reclaim locks, without encountering the edge conditions discussed in Section 8.4.2.¶
Once a successful FREE_STATEID is done for a given stateid, any
subsequent use of that stateid will result in an NFS4ERR
18.39. Operation 46: GET_DIR_DELEGATION - Get a Directory Delegation
18.39.3. DESCRIPTION
The GET
The server will also return a directory delegation stateid,
gddr_stateid, as a result of the
GET
The server might not be able to support notifications of certain
events. If the client asks for such notifications, the server
MUST inform the client of its inability to do so as part of the
GET
The GET
If client sets gdda
When a client makes a request for a
directory delegation while it already holds
a directory delegation for that directory
(including the case where it has been
recalled but not yet returned by the client
or revoked by the server), the server MUST
reply with the value of gddr_status set to
NFS4_OK, the value of gddrnf_status set to
GDD4_UNAVAIL, and the value of
gddrnf
18.39.4. IMPLEMENTATION
Directory delegations provide the benefit of improving cache consistency of namespace information. This is done through synchronous callbacks. A server must support synchronous callbacks in order to support directory delegations. In addition to that, asynchronous notifications provide a way to reduce network traffic as well as improve client performance in certain conditions.¶
Notifications are specified in terms of potential
changes to the directory. A client can ask to be
notified of events by setting one or more
bits in gdda
The client can also ask for
notifications of changes to
attributes of directory entries
For attribute notifications, the client
will set bits in the gdda
The client will also let the server know if
it wants to get the notification as soon as the attribute change
occurs or after a certain delay by setting a delay factor;
gdda
The client MUST use a security tuple (Section 2.6.1) that the
directory or its applicable ancestor (Section 2.6) is
exported with. If not, the server MUST return
NFS4ERR
The directory delegation covers all the entries in the directory except the parent entry. That means if a directory and its parent both hold directory delegations, any changes to the parent will not cause a notification to be sent for the child even though the child's parent entry points to the parent directory.¶
18.40. Operation 47: GETDEVICEINFO - Get Device Information
18.40.3. DESCRIPTION
The GETDEVICEINFO operation returns pNFS storage device address
information for the specified device ID.
The client identifies the device information to be returned by
providing the gdia_device_id and gdia
The da_layout_type field of the gdir
The client also provides a notification bitmap,
gdia
The notification bitmap applies only to the specified device ID. If a client sends a GETDEVICEINFO operation on a deviceID multiple times, the last notification bitmap is used by the server for subsequent notifications. If the bitmap is zero or empty, then the device ID's notifications are turned off.¶
If the client wants to just update or turn off notifications,
it MAY send a GETDEVICEINFO operation with gdia_maxcount set to zero.
In that event, if the device ID is valid, the reply's da_addr_body
field of the gdir
If an unknown device ID is given in gdia_device_id,
the server returns NFS4ERR_NOENT.
Otherwise, the device address
information is returned in gdir
If NFS4ERR
18.40.4. IMPLEMENTATION
Aside from updating or turning off notifications, another use case for gdia_maxcount being set to zero is to validate a device ID.¶
The client SHOULD request a notification for changes or deletion of a device ID to device address mapping so that the server can allow the client gracefully use a new mapping, without having pending I/O fail abruptly, or force layouts using the device ID to be recalled or revoked.¶
It is possible that GETDEVICEINFO (and
GETDEVICELIST) will race with CB
18.41. Operation 48: GETDEVICELIST - Get All Device Mappings for a File System
18.41.3. DESCRIPTION
This operation is used by the client to enumerate all of the device IDs that a server's file system uses.¶
The client provides a current filehandle of a file object that
belongs to the file system (i.e., all file objects sharing the same
fsid as that of the current filehandle) and the layout type
in gdia
The successful response to the operation will contain the
cookie, gdlr_cookie, and the cookie verifier, gdlr
18.41.4. IMPLEMENTATION
An example of the use of this operation is for pNFS
clients and servers that use LAYOUT4
18.42. Operation 49: LAYOUTCOMMIT - Commit Writes Made Using a Layout
18.42.3. DESCRIPTION
The LAYOUTCOMMIT operation commits changes in the layout represented by the current
filehandle, client ID (derived from the session ID in the
preceding SEQUENCE operation), byte-range, and stateid. Since
layouts are sub-dividable, a smaller portion of a layout,
retrieved via LAYOUTGET, can be committed. The byte-range being
committed is specified through the byte-range (loca_offset and
loca_length). This byte-range MUST overlap with one or more existing layouts
previously granted via LAYOUTGET (Section 18.43),
each with an iomode of LAYOUTIOMODE4
The LAYOUTCOMMIT operation indicates that the client has completed writes using a layout obtained by a previous LAYOUTGET. The client may have only written a subset of the data range it previously requested. LAYOUTCOMMIT allows it to commit or discard provisionally allocated space and to update the server with a new end-of-file. The layout referenced by LAYOUTCOMMIT is still valid after the operation completes and can be continued to be referenced by the client ID, filehandle, byte-range, layout type, and stateid.¶
If the loca_reclaim field is set to TRUE, this indicates that
the client is attempting to commit changes to a layout after the
restart of the metadata server during the metadata server's
recovery grace period (see Section 12.7.4). This type of request may be necessary
when the client has uncommitted writes to provisionally
allocated byte-ranges of a file that were sent to the storage
devices before the restart of the metadata server. In this case,
the layout provided by the client MUST be a subset of a writable
layout that the client held immediately before the restart of the
metadata server. The value of the field loca_stateid MUST
be a value that the metadata server returned before it restarted.
The metadata server is free to accept or
reject this request based on its own internal metadata
consistency checks. If the metadata server finds that the
layout provided by the client does not pass its consistency
checks, it MUST reject the request with the status
NFS4ERR
Setting the loca_reclaim field to TRUE is required if and only if the committed layout was acquired before the metadata server restart. If the client is committing a layout that was acquired during the metadata server's grace period, it MUST set the "reclaim" field to FALSE.¶
The loca_stateid is a layout stateid value as returned by previously successful layout operations (see Section 12.5.3).¶
The loca
The loca
The loca
The layout information is more verbose for block devices than for objects and files because the latter two hide the details of block allocation behind their storage protocols. At the minimum, the client needs to communicate changes to the end-of-file location back to the server, and, if desired, its view of the file's modification time. For block/volume layouts, it needs to specify precisely which blocks have been used.¶
If the layout identified in the arguments does not exist, the
error NFS4ERR
On success, the current filehandle retains its value and the current stateid retains its value.¶
18.42.4. IMPLEMENTATION
The client MAY also use LAYOUTCOMMIT with the
loca_reclaim field set to TRUE to convey hints to modified file
attributes or to report layout-type specific information such as
I/O errors for object-based storage layouts, as normally done
during normal operation. Doing so may help the metadata server
to recover files more efficiently after restart. For example,
some file system implementations may require expansive recovery
of file system objects if the metadata server does not get a
positive indication from all clients holding a LAYOUTIOMODE4
If loca_reclaim is TRUE, the metadata server is free to either examine or ignore the value in the field loca_stateid. The metadata server implementation might or might not encode in its layout stateid information that allows the metadata server to perform a consistency check on the LAYOUTCOMMIT request.¶
18.43. Operation 50: LAYOUTGET - Get Layout Information
18.43.3. DESCRIPTION
The LAYOUTGET operation requests a layout from the metadata server for reading or
writing the file given by the filehandle at the
byte-range specified by offset and length. Layouts are
identified by the client ID (derived from the session ID in the
preceding SEQUENCE operation), current filehandle, layout type
If the metadata server is in a grace period, and does not persist layouts and device ID to device address mappings, then it MUST return NFS4ERR_GRACE (see Section 8.4.2.1).¶
The LAYOUTGET operation returns layout information for the specified byte-range: a layout. The client actually specifies two ranges, both starting at the offset in the loga_offset field. The first range is between loga_offset and loga_offset + loga_length - 1 inclusive. This range indicates the desired range the client wants the layout to cover. The second range is between loga_offset and loga_offset + loga_minlength - 1 inclusive. This range indicates the required range the client needs the layout to cover. Thus, loga_minlength MUST be less than or equal to loga_length.¶
When a length field is set to NFS4
The following rules govern the relationships among, and the minima of, loga_length, loga_minlength, and loga_offset.¶
After the metadata server has performed the above checks on loga_offset, loga_minlength, and loga_offset, the metadata server MUST return a layout according to the rules in Table 22.¶
Acceptable layouts based on loga_minlength.
Note: u64m = NFS4
If loga_minlength is not zero and the metadata server cannot return a layout according
to the rules in Table 22,
then the metadata server MUST return the error
NFS4ERR
Desired layouts based on loga_length.
The rules of Table 22 MUST be applied first.
Note: u64m = NFS4
The loga_stateid field specifies a valid stateid. If a layout is not currently held by the client, the loga_stateid field represents a stateid reflecting the correspondingly valid open, byte-range lock, or delegation stateid. Once a layout is held on the file by the client, the loga_stateid field MUST be a stateid as returned from a previous LAYOUTGET or LAYOUTRETURN operation or provided by a CB_LAYOUTRECALL operation (see Section 12.5.3).¶
The loga_maxcount field specifies the maximum layout size (in bytes)
that the client can handle. If the size of the layout structure
exceeds the size specified by maxcount, the metadata server will
return the NFS4ERR
The returned layout is expressed as an array, logr_layout, with each element of type layout4. If a file has a single striping pattern, then logr_layout SHOULD contain just one entry. Otherwise, if the requested range overlaps more than one striping pattern, logr_layout will contain the required number of entries. The elements of logr_layout MUST be sorted in ascending order of the value of the lo_offset field of each element. There MUST be no gaps or overlaps in the range between two successive elements of logr_layout. The lo_iomode field in each element of logr_layout MUST be the same.¶
Table 22 and Table 23 both refer to a returned layout iomode, offset, and length. Because the returned layout is encoded in the logr_layout array, more description is required.¶
- iomode
-
The value of the returned layout iomode listed in
Table 22
and
Table 23
is equal to the value of the lo_iomode field in each
element of logr_layout.
As shown in Table 22
and Table 23,
the metadata server MAY return a layout with an lo_iomode
different from the requested iomode (field loga_iomode of the request).
If it does so, it MUST
ensure that the lo_iomode is more permissive than the
loga_iomode requested. For example, this behavior allows an
implementation to upgrade LAYOUTIOMODE4
_READ requests to LAYOUTIOMODE4 _RW requests at its discretion, within the limits of the layout type specific protocol. A lo_iomode of either LAYOUTIOMODE4 _READ or LAYOUTIOMODE4 _RW MUST be returned.¶ - offset
- The value of the returned layout offset listed in Table 22 and Table 23 is always equal to the lo_offset field of the first element logr_layout.¶
- length
-
When setting the value of the returned layout length, the situation is complicated by the possibility that the special layout length value NFS4_UINT64_MAX is involved. For a logr_layout array of N elements, the lo_length field in the first N-1 elements MUST NOT be NFS4
_UINT64 _MAX . The lo_length field of the last element of logr_layout can be NFS4_UINT64_MAX under some conditions as described in the following list.¶
The logr
The logr_stateid stateid is returned to the client for use in subsequent layout related operations. See Sections 8.2, 12.5.3, and 12.5.5.2 for a further discussion and requirements.¶
The format of the returned layout (lo_content)
is specific to the layout type.
The value of the layout type
If neither the requested file nor its
containing file system support layouts, the metadata server MUST return
NFS4ERR
If the layout for the file is unavailable due to transient
conditions, e.g., file sharing prohibits layouts, the metadata server MUST
return NFS4ERR
If the layout request is rejected due to an overlapping layout
recall, the metadata server MUST return NFS4ERR
If the layout conflicts with a mandatory byte-range lock held on the file, and if the storage devices have no method of enforcing mandatory locks, other than through the restriction of layouts, the metadata server SHOULD return NFS4ERR_LOCKED.¶
If client sets loga
On success, the current filehandle retains its value and the current stateid is updated to match the value as returned in the results.¶
18.43.4. IMPLEMENTATION
Typically, LAYOUTGET will be called as part of a COMPOUND request after an OPEN operation and results in the client having location information for the file. This requires that loga_stateid be set to the special stateid that tells the metadata server to use the current stateid, which is set by OPEN (see Section 16.2.3.1.2). A client may also hold a layout across multiple OPENs. The client specifies a layout type that limits what kind of layout the metadata server will return. This prevents metadata servers from granting layouts that are unusable by the client.¶
As indicated by Table 22 and Table 23, the specification of LAYOUTGET allows a pNFS client and server considerable flexibility. A pNFS client can take several strategies for sending LAYOUTGET. Some examples are as follows.¶
Once the client has obtained a layout referring to a particular device ID, the metadata server MUST NOT delete the device ID until the layout is returned or revoked.¶
CB
18.44. Operation 51: LAYOUTRETURN - Release Layout Information
18.44.3. DESCRIPTION
This operation returns from the client to the server
one or more layouts represented by the client ID
(derived from the session ID in the preceding SEQUENCE
operation), lora
If the set of layouts designated in the case of
LAYOUTRETURN4
The layout being returned may be a subset
or superset of a layout specified by CB
For all lr_returntype values, an iomode of LAYOUTIOMODE4
In the case that lr_returntype is LAYOUTRETURN4
Return of a layout or all layouts does not invalidate the mapping of storage device ID to a storage device address. The mapping remains in effect until specifically changed or deleted via device ID notification callbacks. Of course if there are no remaining layouts that refer to a previously used device ID, the server is free to delete a device ID without a notification callback, which will be the case when notifications are not in effect.¶
If the lora_reclaim field is set to TRUE, the
client is attempting to return a layout that
was acquired before the restart of the metadata
server during the metadata server's grace period.
When returning layouts that were acquired during
the metadata server's grace period, the client MUST set the
lora_reclaim field to FALSE. The lora_reclaim field
MUST be set to FALSE also when lr_layoutreturn is
LAYOUTRETURN4
Layouts may be returned when recalled or voluntarily (i.e., before the server has recalled them). In either case, the client must properly propagate state changed under the context of the layout to the storage device(s) or to the metadata server before returning the layout.¶
If the client returns the layout in response to a
CB_LAYOUTRECALL where the lor_recalltype field of the
clora_recall field was LAYOUTRECALL4
If a client fails to return a layout in a timely manner, then the metadata server SHOULD use its control protocol with the storage devices to fence the client from accessing the data referenced by the layout. See Section 12.5.5 for more details.¶
If the LAYOUTRETURN request sets the lora_reclaim field to TRUE after
the metadata server's grace period, NFS4ERR
If the LAYOUTRETURN request sets the lora_reclaim field to TRUE
and lr_returntype is set to LAYOUTRETURN4
If the client sets the lr_returntype field to
LAYOUTRETURN4
On success, the current filehandle retains its value.¶
If the EXCHGID4
18.44.4. IMPLEMENTATION
The final LAYOUTRETURN operation in response to a CB_LAYOUTRECALL
callback MUST be serialized with any outstanding, intersecting
LAYOUTRETURN operations. Note that it is possible that while a
client is returning the layout for some recalled range, the server
may recall a superset of that range (e.g., LAYOUTRECALL4
Returning all layouts in a file system using LAYOUTRETURN4
Once the client has returned all layouts referring to a particular device ID, the server MAY delete the device ID.¶
18.45. Operation 52: SECINFO_NO_NAME - Get Security on Unnamed Object
18.45.3. DESCRIPTION
Like the SECINFO operation, SECINFO_NO_NAME is used by the client to obtain a list of valid RPC authentication flavors for a specific file object. Unlike SECINFO, SECINFO_NO_NAME only works with objects that are accessed by filehandle.¶
There are two styles of SECINFO
If PUTFH, PUTPUBFH, PUTROOTFH, or RESTOREFH returns
NFS4ERR
If SECINFO
On success, the current filehandle is consumed
(see Section 2.6.3.1.1.8), and if the
next operation after SECINFO_NO_NAME tries to use
the current filehandle, that operation will fail
with the status NFS4ERR
Everything else about SECINFO_NO_NAME is the same as SECINFO. See the discussion on SECINFO (Section 18.29.3).¶
18.45.4. IMPLEMENTATION
See the discussion on SECINFO (Section 18.29.4).¶
18.46. Operation 53: SEQUENCE - Supply Per-Procedure Sequencing and Control
18.46.3. DESCRIPTION
The SEQUENCE operation is used by the server to implement session request control and the reply cache semantics.¶
SEQUENCE MUST appear as the first operation of any COMPOUND
in which it appears. The error NFS4ERR
If SEQUENCE is received on a connection not associated with the
session via CREATE_SESSION or BIND
The sa_sessionid argument identifies the session to which this request applies. The sr_sessionid result MUST equal sa_sessionid.¶
The sa_slotid argument is the index in the reply cache for the request. The sa_sequenceid field is the sequence number of the request for the reply cache entry (slot). The sr_slotid result MUST equal sa_slotid. The sr_sequenceid result MUST equal sa_sequenceid.¶
The sa
If sa_cachethis is TRUE, then the client is requesting that the server cache the entire reply in the server's reply cache; therefore, the server MUST cache the reply (see Section 2.10.6.1.3). The server MAY cache the reply if sa_cachethis is FALSE. If the server does not cache the entire reply, it MUST still record that it executed the request at the specified slot and sequence ID.¶
The response to the SEQUENCE operation contains a
word of status flags
- SEQ4
_STATUS _CB _PATH _DOWN - When set, indicates that the client has no operational backchannel path for any session associated with the client ID, making it necessary for the client to re-establish one. This bit remains set on all SEQUENCE responses on all sessions associated with the client ID until at least one backchannel is available on any session associated with the client ID. If the client fails to re-establish a backchannel for the client ID, it is subject to having recallable state revoked.¶
- SEQ4
_STATUS _CB _PATH _DOWN _SESSION -
When set, indicates that the session has
no operational backchannel. There are two reasons
why SEQ4
_STATUS _CB _PATH _DOWN _SESSION may be set and not SEQ4 _STATUS _CB _PATH _DOWN . First is that a callback operation that applies specifically to the session (e.g., CB_RECALL_SLOT, see Section 20.8) needs to be sent. Second is that the server did send a callback operation, but the connection was lost before the reply. The server cannot be sure whether or not the client received the callback operation, and so, per rules on request retry, the server MUST retry the callback operation over the same session. The SEQ4 _STATUS _CB _PATH _DOWN _SESSION bit is the indication to the client that it needs to associate a connection to the session's backchannel. This bit remains set on all SEQUENCE responses of the session until a connection is associated with the session's a backchannel. If the client fails to re-establish a backchannel for the session, it is subject to having recallable state revoked.¶ - SEQ4
_STATUS _CB _GSS _CONTEXTS _EXPIRING -
When set, indicates that all GSS contexts or RPCSEC_GSS handles assigned to the session's backchannel will expire within a period equal to the lease time. This bit remains set on all SEQUENCE replies until at least one of the following are true:¶
- SEQ4
_STATUS _CB _GSS _CONTEXTS _EXPIRED - When set, indicates all non-SSV GSS contexts and all SSV RPCSEC_GSS handles assigned to the session's backchannel have expired or have been destroyed. This bit remains set on all SEQUENCE replies until at least one non-expired non-SSV GSS context for the session's backchannel has been established or at least one SSV RPCSEC_GSS handle has been assigned to the backchannel.¶
- SEQ4
_STATUS _EXPIRED _ALL _STATE _REVOKED -
When set, indicates that the lease has expired
and as a result the server released all of the
client's locking state. This status bit remains
set on all SEQUENCE replies until the loss of
all such locks has been acknowledged by use of
FREE_STATEID (see Section 18.38), or by establishing a new client instance by
destroying all sessions (via DESTROY
_SESSION ), the client ID (via DESTROY _CLIENTID ), and then invoking EXCHANGE_ID and CREATE_SESSION to establish a new client ID.¶ - SEQ4
_STATUS _EXPIRED _SOME _STATE _REVOKED - When set, indicates that some subset of the client's locks have been revoked due to expiration of the lease period followed by another client's conflicting LOCK operation. This status bit remains set on all SEQUENCE replies until the loss of all such locks has been acknowledged by use of FREE_STATEID.¶
- SEQ4
_STATUS _ADMIN _STATE _REVOKED - When set, indicates that one or more locks have been revoked without expiration of the lease period, due to administrative action. This status bit remains set on all SEQUENCE replies until the loss of all such locks has been acknowledged by use of FREE_STATEID.¶
- SEQ4
_STATUS _RECALLABLE _STATE _REVOKED -
When set, indicates that one or more recallable
objects have been revoked without expiration
of the lease period, due to the client's
failure to return them when recalled, which
may be a consequence of there being no working
backchannel and the client failing to re-establish
a backchannel per the SEQ4
_STATUS _CB _PATH _DOWN, SEQ4 _STATUS _CB _PATH _DOWN _SESSION, or SEQ4 _STATUS _CB _GSS _CONTEXTS _EXPIRED status flags. This status bit remains set on all SEQUENCE replies until the loss of all such locks has been acknowledged by use of FREE_STATEID.¶ - SEQ4
_STATUS _LEASE _MOVED -
When set, indicates that responsibility for lease renewal has
been transferred to one or more new servers. This condition
will continue until the client receives an NFS4ERR_MOVED
error and the server receives the subsequent GETATTR for the
fs_locations or fs
_locations _info attribute for an access to each file system for which a lease has been moved to a new server. See Section 11.11.9.2.¶ - SEQ4
_STATUS _RESTART _RECLAIM _NEEDED -
When set, indicates that due to server
restart, the client must reclaim locking state.
Until the client sends a global RECLAIM
_COMPLETE (Section 18.51), every SEQUENCE operation will return SEQ4 _STATUS _RESTART _RECLAIM _NEEDED . ¶ - SEQ4
_STATUS _BACKCHANNEL _FAULT - The server has encountered an unrecoverable fault with the backchannel (e.g., it has lost track of the sequence ID for a slot in the backchannel). The client MUST stop sending more requests on the session's fore channel, wait for all outstanding requests to complete on the fore and back channel, and then destroy the session.¶
- SEQ4
_STATUS _DEVID _CHANGED - The client is using device ID notifications and the server has changed a device ID mapping held by the client. This flag will stay present until the client has obtained the new mapping with GETDEVICEINFO.¶
- SEQ4
_STATUS _DEVID _DELETED -
The client is using device ID notifications and the server
has deleted a device ID mapping held by the client.
This flag will stay in effect until the client sends a GETDEVICEINFO
on the device ID with a null value in the argument gdia
_notify _types . ¶
The value of the sa_sequenceid argument relative to the cached sequence ID on the slot falls into one of three cases.¶
If the client reuses a slot ID and sequence ID for
a completely different request, the server MAY treat
the request as if it is a retry of what it has already
executed. The server MAY however detect the client's
illegal reuse and return NFS4ERR
If SEQUENCE returns an error, then the state of the slot (sequence ID, cached reply) MUST NOT change, and the associated lease MUST NOT be renewed.¶
If SEQUENCE returns NFS4_OK, then the associated
lease MUST be renewed (see Section 8.3),
except if SEQ4
18.46.4. IMPLEMENTATION
The server MUST maintain a mapping of session ID to client ID in order to validate any operations that follow SEQUENCE that take a stateid as an argument and/or result.¶
If the client establishes a persistent session, then
a SEQUENCE received after a server restart might encounter
requests performed and recorded in a persistent reply
cache before the server restart. In this case, SEQUENCE
will be processed successfully, while requests that
were not previously performed and recorded are rejected with
NFS4ERR
Depending on which of the operations within the COMPOUND were
successfully
performed before the server restart, these operations will
also have replies sent from the server reply cache.
Note that when these operations establish locking state, it
is locking state that applies to the previous server instance
and to the previous client ID, even though the
server restart, which logically happened after these
operations, eliminated that state. In the
case of a partially executed COMPOUND, processing may reach
an operation not processed during the earlier server instance,
making this operation a new one and not performable on the
existing session. In this case, NFS4ERR
18.47. Operation 54: SET_SSV - Update SSV for a Client ID
18.47.3. DESCRIPTION
This operation is used to update the SSV for a client ID. Before SET_SSV is called the first time on a client ID, the SSV is zero. The SSV is the key used for the SSV GSS mechanism (Section 2.10.9)¶
SET_SSV MUST be preceded by a SEQUENCE operation in the same COMPOUND. It MUST NOT be used if the client did not opt for SP4_SSV state protection when the client ID was created (see Section 18.35); the server returns NFS4ERR_INVAL in that case.¶
The field ssa_digest is computed as the output of
the HMAC (RFC 2104 [52]) using the subkey derived
from the SSV4
The argument ssa_ssv is XORed with the current SSV to produce the new SSV. The argument ssa_ssv SHOULD be generated randomly.¶
In the response, ssr_digest is the output of the HMAC using the
subkey derived from SSV4
As noted in Section 18.35, the client and server can maintain multiple concurrent versions of the SSV. The client and server each MUST maintain an internal SSV version number, which is set to one the first time SET_SSV executes on the server and the client receives the first SET_SSV reply. Each subsequent SET_SSV increases the internal SSV version number by one. The value of this version number corresponds to the smpt_ssv_seq, smt_ssv_seq, sspt_ssv_seq, and ssct_ssv_seq fields of the SSV GSS mechanism tokens (see Section 2.10.9).¶
18.47.4. IMPLEMENTATION
When the server receives ssa_digest, it MUST verify the digest
by computing the digest the same way the client did and
comparing it with ssa_digest. If the server gets a different
result, this is an error, NFS4ERR
Clients SHOULD NOT send an ssa_ssv that is equal to a previous ssa_ssv, nor equal to a previous or current SSV (including an ssa_ssv equal to zero since the SSV is initialized to zero when the client ID is created).¶
Clients SHOULD send SET_SSV with RPCSEC_GSS privacy. Servers MUST support RPCSEC_GSS with privacy for any COMPOUND that has { SEQUENCE, SET_SSV }.¶
A client SHOULD NOT send SET_SSV with the SSV GSS mechanism's credential because the purpose of SET_SSV is to seed the SSV from non-SSV credentials. Instead, SET_SSV SHOULD be sent with the credential of a user that is accessing the client ID for the first time (Section 2.10.8.3). However, if the client does send SET_SSV with SSV credentials, the digest protecting the arguments uses the value of the SSV before ssa_ssv is XORed in, and the digest protecting the results uses the value of the SSV after the ssa_ssv is XORed in.¶
18.48. Operation 55: TEST_STATEID - Test Stateids for Validity
18.48.3. DESCRIPTION
The TEST_STATEID operation is used to check the validity of a set of stateids. It can be used at any time, but the client should definitely use it when it receives an indication that one or more of its stateids have been invalidated due to lock revocation. This occurs when the SEQUENCE operation returns with one of the following sr_status_flags set:¶
The client can use TEST_STATEID one or more times to test the validity of its stateids. Each use of TEST_STATEID allows a large set of such stateids to be tested and avoids problems with earlier stateids in a COMPOUND request from interfering with the checking of subsequent stateids, as would happen if individual stateids were tested by a series of corresponding by operations in a COMPOUND request.¶
For each stateid, the server returns the status code that would be returned if that stateid were to be used in normal operation. Returning such a status indication is not an error and does not cause COMPOUND processing to terminate. Checks for the validity of the stateid proceed as they would for normal operations with a number of exceptions:¶
All stateids are interpreted as being associated with the client for the current session. Any possible association with a previous instance of the client (as stale stateids) is not considered.¶
The valid status values in the returned status_code array
are NFS4ERR_OK, NFS4ERR
18.48.4. IMPLEMENTATION
See Sections 8.2.2 and 8.2.4 for a discussion of stateid structure, lifetime, and validation.¶
18.49. Operation 56: WANT_DELEGATION - Request Delegation
18.49.3. DESCRIPTION
Where this description mandates the return of a specific error code for a specific condition, and where multiple conditions apply, the server MAY return any of the mandated error codes.¶
This operation allows a client to:¶
The client SHOULD NOT set OPEN4
The meanings of the following flags in wda_want are the same as they are in OPEN, except as noted below.¶
The handling of the above flags in WANT_DELEGATION is the same
as in OPEN. Information about the delegation and/or the
promises the server is making regarding future callbacks are
the same as those described in the open
The successful results of WANT_DELEGATION are of data type
open
If ((wda_want & OPEN4
The client uses the
OPEN4
If WANT_DELEGATION fails to return a delegation, and
the server returns NFS4_OK, the server MUST set the
delegation type to OPEN4
18.49.4. IMPLEMENTATION
A request for a conflicting delegation is not normally intended to trigger the recall of the existing delegation. Servers may choose to treat some clients as having higher priority such that their wants will trigger recall of an existing delegation, although that is expected to be an unusual situation.¶
Servers will generally recall delegations assigned by WANT_DELEGATION on the same basis as those assigned by OPEN. CB_RECALL will generally be done only when other clients perform operations inconsistent with the delegation. The normal response to aging of delegations is to use CB_RECALL_ANY, in order to give the client the opportunity to keep the delegations most useful from its point of view.¶
18.50. Operation 57: DESTROY_CLIENTID - Destroy a Client ID
18.50.3. DESCRIPTION
The DESTROY
If DESTROY
18.50.4. IMPLEMENTATION
DESTROY
18.51. Operation 58: RECLAIM_COMPLETE - Indicates Reclaims Finished
18.51.3. DESCRIPTION
A RECLAIM
Once a RECLAIM
Whenever a client establishes a new client ID and before it does
the first non-reclaim operation that obtains a lock, it MUST send a
RECLAIM
Similarly, when the client accesses a migrated file system on a new
server, before it sends the first non-reclaim operation that
obtains a lock on this new server, it MUST send a RECLAIM
It should be noted that there are situations in which a client needs
to issue both forms of RECLAIM
Any locks not reclaimed at the point at which RECLAIM
By sending a RECLAIM
18.51.4. IMPLEMENTATION
Servers will typically use the information as to when reclaim
activity is complete to reduce the length of the grace period.
When the server maintains in persistent storage
a list of clients that might have had locks,
it is able to use the fact that
all such clients have done a RECLAIM
Latency can be minimized by doing a RECLAIM
RECLAIM
When a RECLAIM
Because previous descriptions of RECLAIM
While clients SHOULD NOT misuse
this feature, and servers SHOULD respond to such misuse as described
above, implementors need to be aware of the following considerations
as they make necessary trade-offs between interoperabilit
18.52. Operation 10044: ILLEGAL - Illegal Operation
18.52.3. DESCRIPTION
This operation is a placeholder for encoding a result to handle the case of the client sending an operation code within COMPOUND that is not supported. See the COMPOUND procedure description for more details.¶
The status field of ILLEGAL4res MUST be set to NFS4ERR
18.52.4. IMPLEMENTATION
A client will probably not send an operation with code OP_ILLEGAL but if it does, the response will be ILLEGAL4res just as it would be with any other invalid operation code. Note that if the server gets an illegal operation code that is not OP_ILLEGAL, and if the server checks for legal operation codes during the XDR decode phase, then the ILLEGAL4res would not be returned.¶
19. NFSv4.1 Callback Procedures
The procedures used for callbacks are defined in the following sections. In the interest of clarity, the terms "client" and "server" refer to NFS clients and servers, despite the fact that for an individual callback RPC, the sense of these terms would be precisely the opposite.¶
Both procedures, CB_NULL and CB_COMPOUND, MUST be implemented.¶
19.1. Procedure 0: CB_NULL - No Operation
19.1.3. DESCRIPTION
CB_NULL is the standard ONC RPC NULL procedure, with the standard void argument and void response. Even though there is no direct functionality associated with this procedure, the server will use CB_NULL to confirm the existence of a path for RPCs from the server to client.¶
19.2. Procedure 1: CB_COMPOUND - Compound Operations
19.2.3. DESCRIPTION
The CB_COMPOUND procedure is used to combine one or more of the callback procedures into a single RPC request. The main callback RPC program has two main procedures: CB_NULL and CB_COMPOUND. All other operations use the CB_COMPOUND procedure as a wrapper.¶
During the processing of the CB_COMPOUND procedure, the client may find that it does not have the available resources to execute any or all of the operations within the CB_COMPOUND sequence. Refer to Section 2.10.6.4 for details.¶
The minorversion field of the arguments MUST be the same as the minorversion of the COMPOUND procedure used to create the client ID and session. For NFSv4.1, minorversion MUST be set to 1.¶
Contained within the CB_COMPOUND results is a "status" field. This status MUST be equal to the status of the last operation that was executed within the CB_COMPOUND procedure. Therefore, if an operation incurred an error, then the "status" value will be the same error value as is being returned for the operation that failed.¶
The "tag" field is handled the same way as that of the COMPOUND procedure (see Section 16.2.3).¶
Illegal operation codes are handled in the same way as they are handled for the COMPOUND procedure.¶
19.2.4. IMPLEMENTATION
The CB_COMPOUND procedure is used to combine individual operations into a single RPC request. The client interprets each of the operations in turn. If an operation is executed by the client and the status of that operation is NFS4_OK, then the next operation in the CB_COMPOUND procedure is executed. The client continues this process until there are no more operations to be executed or one of the operations has a status value other than NFS4_OK.¶
19.2.5. ERRORS
CB_COMPOUND will of course return every error that each operation on the backchannel can return (see Table 13). However, if CB_COMPOUND returns zero operations, obviously the error returned by COMPOUND has nothing to do with an error returned by an operation. The list of errors CB_COMPOUND will return if it processes zero operations includes:¶
20. NFSv4.1 Callback Operations
20.1. Operation 3: CB_GETATTR - Get Attributes
20.1.3. DESCRIPTION
The CB_GETATTR operation is used by the server to obtain the
current modified state of a file that has been OPEN
If the filehandle specified is not one for which the client holds an
OPEN
20.1.4. IMPLEMENTATION
The client returns attrmask bits and the associated attribute values only for the change attribute, and attributes that it may change (time_modify, and size).¶
20.2. Operation 4: CB_RECALL - Recall a Delegation
20.2.3. DESCRIPTION
The CB_RECALL operation is used to begin the process of recalling a delegation and returning it to the server.¶
The truncate flag is used to optimize recall for a file object that is a regular file and is about to be truncated to zero. When it is TRUE, the client is freed of the obligation to propagate modified data for the file to the server, since this data is irrelevant.¶
If the handle specified is not one for which the client holds a
delegation, an NFS4ERR
If the stateid specified is not one corresponding to an OPEN
delegation for the file specified by the filehandle, an
NFS4ERR
20.2.4. IMPLEMENTATION
The client SHOULD reply to the callback immediately. Replying does not complete the recall except when the value of the reply's status field is neither NFS4ERR_DELAY nor NFS4_OK. The recall is not complete until the delegation is returned using a DELEGRETURN operation.¶
20.3. Operation 5: CB_LAYOUTRECALL - Recall Layout from Client
20.3.3. DESCRIPTION
The CB_LAYOUTRECALL operation is used by the server to recall
layouts from the client; as a result, the client will begin the
process of returning layouts via LAYOUTRETURN. The
CB_LAYOUTRECALL operation specifies one of three forms of recall
processing with the value of layoutrecall
The behavior of the operation varies based on the value of the
layoutrecall
- LAYOUTRECALL4
_FILE -
For a layout to match the recall request, the values of the following fields must match those of the layout: clora_type, clora_iomode, lor_fh, and the byte-range specified by lor_offset and lor_length. The clora_iomode field may have a special value of LAYOUTIOMODE4
_ANY . The special value LAYOUTIOMODE4 _ANY will match any iomode originally returned in a layout; therefore, it acts as a wild card. The other special value used is for lor_length. If lor_length has a value of NFS4 _UINT64 _MAX, the lor_length field means the maximum possible file size. If a matching layout is found, it MUST be returned using the LAYOUTRETURN operation (see Section 18.44). An example of the field's special value use is if clora_iomode is LAYOUTIOMODE4 _ANY, lor_offset is zero, and lor_length is NFS4 _UINT64 _MAX, then the entire layout is to be returned.¶ The NFS4ERR
_NOMATCHING _LAYOUT error is only returned when the client does not hold layouts for the file or if the client does not have any overlapping layouts for the specification in the layout recall.¶ - LAYOUTRECALL4
_FSID and LAYOUTRECALL4 _ALL -
If LAYOUTRECALL4
_FSID is specified, the fsid specifies the file system for which any outstanding layouts MUST be returned. If LAYOUTRECALL4 _ALL is specified, all outstanding layouts MUST be returned. In addition, LAYOUTRECALL4 _FSID and LAYOUTRECALL4 _ALL specify that all the storage device ID to storage device address mappings in the affected file system(s) are also recalled. The respective LAYOUTRETURN with either LAYOUTRETURN4 _FSID or LAYOUTRETURN4 _ALL acknowledges to the server that the client invalidated the said device mappings. See Section 12.5.5.2.1.5 for considerations with "bulk" recall of layouts.¶ The NFS4ERR
_NOMATCHING _LAYOUT error is only returned when the client does not hold layouts and does not have valid deviceid mappings.¶
In processing the layout recall request, the client also varies its behavior based on the value of the clora_changed field. This field is used by the server to provide additional context for the reason why the layout is being recalled. A FALSE value for clora_changed indicates that no change in the layout is expected and the client may write modified data to the storage devices involved; this must be done prior to returning the layout via LAYOUTRETURN. A TRUE value for clora_changed indicates that the server is changing the layout. Examples of layout changes and reasons for a TRUE indication are the following: the metadata server is restriping the file or a permanent error has occurred on a storage device and the metadata server would like to provide a new layout for the file. Therefore, a clora_changed value of TRUE indicates some level of change for the layout and the client SHOULD NOT write and commit modified data to the storage devices. In this case, the client writes and commits data through the metadata server.¶
See Section 12.5.3 for a description of how the lor_stateid field in the arguments is to be constructed. Note that the "seqid" field of lor_stateid MUST NOT be zero. See Sections 8.2, 12.5.3, and 12.5.5.2 for a further discussion and requirements.¶
20.3.4. IMPLEMENTATION
The client's processing for CB_LAYOUTRECALL is similar to CB_RECALL (recall of file delegations) in that the client responds to the request before actually returning layouts via the LAYOUTRETURN operation. While the client responds to the CB_LAYOUTRECALL immediately, the operation is not considered complete (i.e., considered pending) until all affected layouts are returned to the server via the LAYOUTRETURN operation.¶
Before returning the layout to the server via LAYOUTRETURN, the client should wait for the response from in-process or in-flight READ, WRITE, or COMMIT operations that use the recalled layout.¶
If the client is holding modified data that is affected by a recalled layout, the client has various options for writing the data to the server. As always, the client may write the data through the metadata server. In fact, the client may not have a choice other than writing to the metadata server when the clora_changed argument is TRUE and a new layout is unavailable from the server. However, the client may be able to write the modified data to the storage device if the clora_changed argument is FALSE; this needs to be done before returning the layout via LAYOUTRETURN. If the client were to obtain a new layout covering the modified data's byte-range, then writing to the storage devices is an available alternative. Note that before obtaining a new layout, the client must first return the original layout.¶
In the case of modified data being written while the layout is held, the client must use LAYOUTCOMMIT operations at the appropriate time; as required LAYOUTCOMMIT must be done before the LAYOUTRETURN. If a large amount of modified data is outstanding, the client may send LAYOUTRETURNs for portions of the recalled layout; this allows the server to monitor the client's progress and adherence to the original recall request. However, the last LAYOUTRETURN in a sequence of returns MUST specify the full range being recalled (see Section 12.5.5.1 for details).¶
If a server needs to delete a device ID and there are layouts referring to the device ID, CB_LAYOUTRECALL MUST be invoked to cause the client to return all layouts referring to the device ID before the server can delete the device ID. If the client does not return the affected layouts, the server MAY revoke the layouts.¶
20.4. Operation 6: CB_NOTIFY - Notify Client of Directory Changes
20.4.3. DESCRIPTION
The CB_NOTIFY operation is used by the server to
send notifications to clients about changes to
delegated directories.
The registration of notifications for the directories
occurs when the delegation is established using
GET
If the server has more notifications than can fit in the CB_COMPOUND request, it SHOULD send a sequence of serial CB_COMPOUND requests so that the client's view of the directory does not become confused. For example, if the server indicates that a file named "foo" is added and that the file "foo" is removed, the order in which the client receives these notifications needs to be the same as the order in which the corresponding operations occurred on the server.¶
If the client holding the delegation makes any changes in the directory that cause files or sub-directories to be added or removed, the server will notify that client of the resulting change(s). If the client holding the delegation is making attribute or cookie verifier changes only, the server does not need to send notifications to that client. The server will send the following information for each operation:¶
- NOTIFY4
_ADD _ENTRY -
The server will send
information about the new directory entry being created along with the
cookie for that entry. The entry information (data type
notify_add4) includes the component name of the entry and
attributes. The server will send this type of entry when a
file is actually being created, when an entry is being added
to a directory as a result of a rename across directories
(see below), and when a hard link is being created to an
existing file. If this entry is added to the end of the
directory, the server will set the nad_last_entry flag to
TRUE. If the file is added such that there is at least one
entry before it, the server will also return the previous
entry information
(nad _prev _entry, a variable-length array of up to one element. If the array is of zero length, there is no previous entry), along with its cookie. This is to help clients find the right location in their file name caches and directory caches where this entry should be cached. If the new entry's cookie is available, it will be in the nad _new _entry _cookie (another variable-length array of up to one element) field. If the addition of the entry causes another entry to be deleted (which can only happen in the rename case) atomically with the addition, then information on this entry is reported in nad_old_entry.¶ - NOTIFY4
_REMOVE _ENTRY - The server will send information about the directory entry being deleted. The server will also send the cookie value for the deleted entry so that clients can get to the cached information for this entry.¶
- NOTIFY4
_RENAME _ENTRY -
The server will send information about both
the old entry and the new entry. This includes the name and
attributes for each entry. In addition, if the rename
causes the deletion of an entry (i.e., the case of a file
renamed over), then this is reported in
nrn
_new _new _entry .nad _old _entry . This notification is only sent if both entries are in the same directory. If the rename is across directories, the server will send a remove notification to one directory and an add notification to the other directory, assuming both have a directory delegation.¶ - NOTIFY4
_CHANGE _CHILD _ATTRS /NOTIFY4 _CHANGE _DIR _ATTRS -
The client will use the attribute
mask to inform the server of attributes for which it wants to
receive notifications. This change notification can be
requested for changes to the attributes of the directory
as well as changes to any file's attributes in the directory by
using two separate attribute masks. The client cannot ask
for change attribute notification for a specific file. One attribute
mask covers all the files in the directory. Upon any
attribute change, the server will send back the values of
changed attributes. Notifications might not make sense for
some file system-wide attributes, and it is up to the server to
decide which subset it wants to support. The client can
negotiate the frequency of attribute notifications by letting
the server know how often it wants to be notified of an
attribute change. The server will return supported
notification frequencies or an indication that no
notification is permitted for directory or child attributes
by setting the dir_notif_delay and
dir
_entry _notif _delay attributes, respectively.¶ - NOTIFY4
_CHANGE _COOKIE _VERIFIER - If the cookie verifier changes while a client is holding a delegation, the server will notify the client so that it can invalidate its cookies and re-send a READDIR to get the new set of cookies.¶
20.5. Operation 7: CB_PUSH_DELEG - Offer Previously Requested Delegation to Client
20.5.3. DESCRIPTION
CB_PUSH_DELEG is used by the server both to signal to the
client that the delegation it wants (previously indicated
via a want established from an
OPEN or WANT_DELEGATION operation) is available and to
simultaneously offer the delegation to the client. The client
has the choice of accepting the delegation by returning
NFS4_OK to the server, delaying the decision to accept the
offered delegation by returning NFS4ERR_DELAY,
or permanently rejecting the offer of the
delegation by returning NFS4ERR
20.5.4. IMPLEMENTATION
If the client does return NFS4ERR_DELAY and there is a conflicting delegation request, the server MAY process it at the expense of the client that returned NFS4ERR_DELAY. The client's want will not be cancelled, but MAY be processed behind other delegation requests or registered wants.¶
When a client returns a status other than NFS4_OK, NFS4ERR_DELAY,
or NFS4ERR
20.6. Operation 8: CB_RECALL_ANY - Keep Any N Recallable Objects
20.6.3. DESCRIPTION
The server may decide that it cannot hold all of the state for recallable objects, such as delegations and layouts, without running out of resources. In such a case, while not optimal, the server is free to recall individual objects to reduce the load.¶
Because the general purpose of such recallable objects as delegations is to eliminate client interaction with the server, the server cannot interpret lack of recent use as indicating that the object is no longer useful. The absence of visible use is consistent with a delegation keeping potential operations from being sent to the server. In the case of layouts, while it is true that the usefulness of a layout is indicated by the use of the layout when storage devices receive I/O requests, because there is no mandate that a storage device indicate to the metadata server any past or present use of a layout, the metadata server is not likely to know which layouts are good candidates to recall in response to low resources.¶
In order to implement an effective reclaim scheme for such objects, the server's knowledge of available resources must be used to determine when objects must be recalled with the clients selecting the actual objects to be returned.¶
Server implementations may differ in their resource allocation requirements. For example, one server may share resources among all classes of recallable objects, whereas another may use separate resource pools for layouts and for delegations, or further separate resources by types of delegations.¶
When a given resource pool is over-utilized, the server can send a CB_RECALL_ANY to clients holding recallable objects of the types involved, allowing it to keep a certain number of such objects and return any excess. A mask specifies which types of objects are to be limited. The client chooses, based on its own knowledge of current usefulness, which of the objects in that class should be returned.¶
A number of bits are defined. For some of these, ranges are defined and it is up to the definition of the storage protocol to specify how these are to be used. There are ranges reserved for object-based storage protocols and for other experimental storage protocols. An RFC defining such a storage protocol needs to specify how particular bits within its range are to be used. For example, it may specify a mapping between attributes of the layout (read vs. write, size of area) and the bit to be used, or it may define a field in the layout where the associated bit position is made available by the server to the client.¶
- RCA4
_TYPE _MASK _RDATA _DLG -
The client is to return OPEN
_DELEGATE _READ delegations on non-directory file objects.¶ - RCA4
_TYPE _MASK _WDATA _DLG -
The client is to return OPEN
_DELEGATE _WRITE delegations on regular file objects.¶ - RCA4
_TYPE _MASK _DIR _DLG - The client is to return directory delegations.¶
- RCA4
_TYPE _MASK _FILE _LAYOUT -
The client is to return layouts of type LAYOUT4
_NFSV4 _1 _FILES . ¶ - RCA4
_TYPE _MASK _BLK _LAYOUT - See [48] for a description.¶
- RCA4
_TYPE _MASK _OBJ _LAYOUT _MIN to RCA4 _TYPE _MASK _OBJ _LAYOUT _MAX - See [47] for a description.¶
- RCA4
_TYPE _MASK _OTHER _LAYOUT _MIN to RCA4 _TYPE _MASK _OTHER _LAYOUT _MAX - This range is reserved for telling the client to recall layouts of experimental or site-specific layout types (see Section 3.3.13).¶
When a bit is set in the type mask that corresponds to an undefined type of recallable object, NFS4ERR_INVAL MUST be returned. When a bit is set that corresponds to a defined type of object but the client does not support an object of the type, NFS4ERR_INVAL MUST NOT be returned. Future minor versions of NFSv4 may expand the set of valid type mask bits.¶
CB_RECALL_ANY specifies a count of objects that the client may
keep as opposed to a count that the client must return. This
is to avoid a potential race between a CB_RECALL_ANY that had a
count of objects to free with a set of client
If resource demands prompt it, the server may send another CB_RECALL_ANY with a lower count, even if it has not yet received an acknowledgment from the client for a previous CB_RECALL_ANY with the same type mask. Although the possibility exists that these will be received by the client in an order different from the order in which they were sent, any such permutation of the callback stream is harmless. It is the job of the client to bring down the size of the recallable object set in line with each CB_RECALL_ANY received, and until that obligation is met, it cannot be cancelled or modified by any subsequent CB_RECALL_ANY for the same type mask. Thus, if the server sends two CB_RECALL_ANYs, the effect will be the same as if the lower count was sent, whatever the order of recall receipt. Note that this means that a server may not cancel the effect of a CB_RECALL_ANY by sending another recall with a higher count. When a CB_RECALL_ANY is received and the count is already within the limit set or is above a limit that the client is working to get down to, that callback has no effect.¶
Servers are generally free to deny recallable objects when insufficient resources are available. Note that the effect of such a policy is implicitly to give precedence to existing objects relative to requested ones, with the result that resources might not be optimally used. To prevent this, servers are well advised to make the point at which they start sending CB_RECALL_ANY callbacks somewhat below that at which they cease to give out new delegations and layouts. This allows the client to purge its less-used objects whenever appropriate and so continue to have its subsequent requests given new resources freed up by object returns.¶
20.6.4. IMPLEMENTATION
The client can choose to return any type of object specified by the mask. If a server wishes to limit the use of objects of a specific type, it should only specify that type in the mask it sends. Should the client fail to return requested objects, it is up to the server to handle this situation, typically by sending specific recalls (i.e., sending CB_RECALL operations) to properly limit resource usage. The server should give the client enough time to return objects before proceeding to specific recalls. This time should not be less than the lease period.¶
20.7. Operation 9: CB_RECALLABLE_OBJ_AVAIL - Signal Resources for Recallable Objects
20.7.3. DESCRIPTION
CB
The argument craa
The server is not obligated to reserve the
difference between the number of the objects
the client currently has and the value of
craa
20.8. Operation 10: CB_RECALL_SLOT - Change Flow Control Limits
20.8.3. DESCRIPTION
The CB_RECALL_SLOT operation requests the client to
return session slots, and if applicable, transport
credits (e.g., RDMA credits for connections associated with
the operations channel) of the session's fore channel.
CB_RECALL_SLOT specifies
rsa
If the session has only non-RDMA connections associated with its
operations channel, then the client need only wait
for all outstanding requests with a slot ID >
rsa
20.8.4. IMPLEMENTATION
If the client fails to reduce highest slot it has on the fore channel
to what the server requests, the server can force the issue
by asserting flow control on the receive side of
all connections bound to the fore channel, and then
finish servicing all outstanding requests that are
in slots greater than rsa
20.9. Operation 11: CB_SEQUENCE - Supply Backchannel Sequencing and Control
20.9.3. DESCRIPTION
The CB_SEQUENCE operation is used to manage operational accounting
for the backchannel of the session on which a request is
sent. The contents include the session ID to which this
request belongs, the slot ID and sequence ID used by the server to
implement session request control and exactly once
semantics, and exchanged slot ID maxima that are used to adjust the
size of the reply cache. In each CB_COMPOUND request, CB_SEQUENCE
MUST appear once and MUST be the first operation. The error
NFS4ERR
See Section 18.46.3 for a description of how slots are processed.¶
If csa_cachethis is TRUE, then the server is requesting that the client cache the reply in the callback reply cache. The client MUST cache the reply (see Section 2.10.6.1.3).¶
The csa
The value of the csa_sequenceid argument relative to the cached sequence ID on the slot falls into one of three cases.¶
If the server reuses a slot ID and sequence ID for
a completely different request, the client MAY
treat the request as if it is a retry
of what it has already executed. The client MAY however
detect the server's illegal reuse and return NFS4ERR
If CB_SEQUENCE returns an error, then the state of the slot (sequence ID,
cached reply) MUST NOT change.
See Section 2.10.6.1.3 for the conditions when the
error NFS4ERR
The client returns two "highest
20.10. Operation 12: CB_WANTS_CANCELLED - Cancel Pending Delegation Wants
20.10.3. DESCRIPTION
The CB
If cwca
If cwca
After receiving a CB
20.10.4. IMPLEMENTATION
When a client has an OPEN, WANT
20.11. Operation 13: CB_NOTIFY_LOCK - Notify Client of Possible Lock Availability
20.11.3. DESCRIPTION
The server can use this operation to indicate that a byte-range lock for the given file and lock-owner, previously requested by the client via an unsuccessful LOCK operation, might be available.¶
This callback is meant to be used by servers to help reduce the latency of
blocking locks in the case where they recognize that a client that has
been polling for a blocking byte-range lock may now be able to acquire the lock.
If the server supports this callback for a given file, it MUST set the
OPEN4
If an OPEN operation results in an upgrade, in which the stateid returned
has an "other" value matching that of a stateid already allocated, with a
new "seqid" indicating a change in the lock being represented, then the
value of the OPEN4
20.11.4. IMPLEMENTATION
The server MUST NOT grant the byte-range lock to the client unless and until it receives a LOCK operation from the client. Similarly, the client receiving this callback cannot assume that it now has the lock or that a subsequent LOCK operation for the lock will be successful.¶
The server is not required to implement this callback, and even if it does, it is not required to use it in any particular case. Therefore, the client must still rely on polling for blocking locks, as described in Section 9.6.¶
Similarly, the client is not required to implement this callback, and even it does, is still free to ignore it. Therefore, the server MUST NOT assume that the client will act based on the callback.¶
20.12. Operation 14: CB_NOTIFY_DEVICEID - Notify Client of Device ID Changes
20.12.3. DESCRIPTION
The CB
As with CB_NOTIFY (Section 20.4.3), it is possible the server has more notifications than can fit in a CB_COMPOUND, thus requiring multiple CB_COMPOUNDs. Unlike CB_NOTIFY, serialization is not an issue because unlike directory entries, device IDs cannot be re-used after being deleted (Section 12.2.10).¶
All device ID notifications contain a device ID and a layout type. The layout type is necessary because two different layout types can share the same device ID, and the common device ID can have completely different mappings for each layout type.¶
The server will send the following notifications:¶
- NOTIFY
_DEVICEID4 _CHANGE -
A previously provided device
-ID -to -device -address mapping has changed and the client uses GETDEVICEINFO to obtain the updated mapping. The notification is encoded in a value of data type notify _deviceid _change4 . This data type also contains a boolean field, ndc_immediate, which if TRUE indicates that the change will be enforced immediately, and so the client might not be able to complete any pending I/O to the device ID. If ndc_immediate is FALSE, then for an indefinite time, the client can complete pending I/O. After pending I/O is complete, the client SHOULD get the new device -ID -to -device -address mappings before sending new I/O requests to the storage devices addressed by the device ID.¶ - NOTIFY4
_DEVICEID _DELETE -
Deletes a device ID from the mappings. This notification MUST NOT be sent if the client has a layout that refers to the device ID. In other words, if the server is sending a delete device ID notification, one of the following is true for layouts associated with the layout type:¶
The notification is encoded in a value of data type notify
_deviceid _delete4 . After a server deletes a device ID, it MUST NOT reuse that device ID for the same layout type until the client ID is deleted.¶
20.13. Operation 10044: CB_ILLEGAL - Illegal Callback Operation
20.13.3. DESCRIPTION
This operation is a placeholder for encoding a result to handle the case of the server sending an operation code within CB_COMPOUND that is not defined in the NFSv4.1 specification. See Section 19.2.3 for more details.¶
The status field of CB_ILLEGAL4res MUST be set to
NFS4ERR
20.13.4. IMPLEMENTATION
A server will probably not send an operation with code OP_CB_ILLEGAL, but if it does, the response will be CB_ILLEGAL4res just as it would be with any other invalid operation code. Note that if the client gets an illegal operation code that is not OP_ILLEGAL, and if the client checks for legal operation codes during the XDR decode phase, then an instance of data type CB_ILLEGAL4res will not be returned.¶
21. Security Considerations
Historically, the authentication model of NFS was based on the entire machine being the NFS client, with the NFS server trusting the NFS client to authenticate the end-user. The NFS server in turn shared its files only to specific clients, as identified by the client's source network address. Given this model, the AUTH_SYS RPC security flavor simply identified the end-user using the client to the NFS server. When processing NFS responses, the client ensured that the responses came from the same network address and port number to which the request was sent. While such a model is easy to implement and simple to deploy and use, it is unsafe. Thus, NFSv4.1 implementations are REQUIRED to support a security model that uses end-to-end authentication, where an end-user on a client mutually authenticates (via cryptographic schemes that do not expose passwords or keys in the clear on the network) to a principal on an NFS server. Consideration is also given to the integrity and privacy of NFS requests and responses. The issues of end-to-end mutual authentication, integrity, and privacy are discussed in Section 2.2.1.1.1. There are specific considerations when using Kerberos V5 as described in Section 2.2.1.1.1.2.1.1.¶
Note that being REQUIRED to implement does not mean REQUIRED to
use; AUTH_SYS can be used by NFSv4.1 clients and servers.
However, AUTH_SYS is merely an OPTIONAL security flavor in NFSv4.1,
and so interoperabilit
For reasons of reduced administration overhead, better
performance, and/or reduction of CPU utilization,
users of NFSv4.1 implementations might decline to use
security mechanisms that enable integrity protection
on each remote procedure call and response. The
use of mechanisms without integrity leaves the user
vulnerable to a man
Relative to previous NFS versions, NFSv4.1 has additional security considerations for pNFS (see Sections 12.9 and 13.12), locking and session state (see Section 2.10.8.3), and state recovery during grace period (see Section 8.4.2.1.1). With respect to locking and session state, if SP4_SSV state protection is being used, Section 2.10.10 has specific security considerations for the NFSv4.1 client and server.¶
Security considerations for lock reclaim differ between the two different
situations in which state reclaim is to be done.
The server failure situation is discussed in
Section 8.4.2.1.1, while the per-fs state
reclaim done in support of migration
The use of the multi-server namespace features described in Section 11 raises the possibility that requests to determine the set of network addresses corresponding to a given server might be interfered with or have their responses modified in flight. In light of this possibility, the following considerations should be noted:¶
In light of the above, a server SHOULD present file system location entries that correspond to file systems on other servers using a hostname. This would allow the client to interrogate the fs_locations on the destination server to obtain trunking information (as well as replica information) using integrity protection, validating the name provided while assuring that the response has not been modified in flight.¶
When RPCSEC_GSS is not available on a server, the client needs to be aware of the fact that the location entries are subject to modification in flight and so cannot be relied upon. In the case of a client being directed to another server after NFS4ERR_MOVED, this could vitiate the authentication provided by the use of RPCSEC_GSS on the designated destination server. Even when RPCSEC_GSS authentication is available on the destination, the server might still properly authenticate as the server to which the client was erroneously directed. Without a way to decide whether the server is a valid one, the client can only determine, using RPCSEC_GSS, that the server corresponds to the name provided, with no basis for trusting that server. As a result, the client SHOULD NOT use such unverified location entries as a basis for migration, even though RPCSEC_GSS might be available on the destination.¶
When a file system location attribute is fetched upon connecting with an NFS server, it SHOULD, as stated above, be done with integrity protection. When this not possible, it is generally best for the client to ignore trunking and replica information or simply not fetch the location information for these purposes.¶
When location information cannot be verified, it can be subjected to additional filtering to prevent the client from being inappropriately directed. For example, if a range of network addresses can be determined that assure that the servers and clients using AUTH_SYS are subject to the appropriate set of constraints (e.g., physical network isolation, administrative controls on the operating systems used), then network addresses in the appropriate range can be used with others discarded or restricted in their use of AUTH_SYS.¶
To summarize considerations regarding the use of RPCSEC_GSS in fetching location information, we need to consider the following possibilities for requests to interrogate location information, with interrogation approaches on the referring and destination servers arrived at separately:¶
Even if such requests are not interfered with in flight, it is possible for a compromised server to direct the client to use inappropriate servers, such as those under the control of the attacker. It is not clear that being directed to such servers represents a greater threat to the client than the damage that could be done by the compromised server itself. However, it is possible that some sorts of transient server compromises might be exploited to direct a client to a server capable of doing greater damage over a longer time. One useful step to guard against this possibility is to issue requests to fetch location data using RPCSEC_GSS, even if no mapping to an RPCSEC_GSS principal is available. In this case, RPCSEC_GSS would not be used, as it typically is, to identify the client principal to the server, but rather to make sure (via RPCSEC_GSS mutual authentication) that the server being contacted is the one intended.¶
Similar considerations apply if the threat to be avoided is the redirection of client traffic to inappropriate (i.e., poorly performing) servers. In both cases, there is no reason for the information returned to depend on the identity of the client principal requesting it, while the validity of the server information, which has the capability to affect all client principals, is of considerable importance.¶
22. IANA Considerations
This section uses terms that are defined in [63].¶
22.1. IANA Actions
This update does not require any modification of, or additions to, registry entries or registry rules associated with NFSv4.1. However, since this document obsoletes RFC 5661, IANA has updated all registry entries and registry rules references that point to RFC 5661 to point to this document instead.¶
Previous actions by IANA related to NFSv4.1 are listed in the remaining subsections of Section 22.¶
22.2. Named Attribute Definitions
IANA created a registry called the "NFSv4 Named Attribute Definitions Registry".¶
The NFSv4.1 protocol supports the association of a file with zero or
more named attributes. The namespace identifiers for these attributes
are defined as string names. The protocol does not define the
specific assignment of the namespace for these file attributes.
The IANA registry promotes interoperabilit
Such registered named attributes are presumed to apply to all minor versions of NFSv4, including those defined subsequently to the registration. If the named attribute is intended to be limited to specific minor versions, this will be clearly stated in the registry's assignment.¶
All assignments to the registry are made on a First Come First Served basis, per Section 4.4 of [63]. The policy for each assignment is Specification Required, per Section 4.6 of [63].¶
Under the NFSv4.1 specification, the name of a named attribute can in theory be up to 232 - 1 bytes in length, but in practice NFSv4.1 clients and servers will be unable to handle a string that long. IANA should reject any assignment request with a named attribute that exceeds 128 UTF-8 characters. To give the IESG the flexibility to set up bases of assignment of Experimental Use and Standards Action, the prefixes of "EXPE" and "STDS" are Reserved. The named attribute with a zero-length name is Reserved.¶
The prefix "PRIV" is designated for Private Use. A site that wants to make use of unregistered named attributes without risk of conflicting with an assignment in IANA's registry should use the prefix "PRIV" in all of its named attributes.¶
Because some NFSv4.1 clients and servers have case
The registry of named attributes is a list of assignments, each containing three fields for each assignment.¶
22.2.1. Initial Registry
There is no initial registry.¶
22.2.2. Updating Registrations
The registrant is always permitted to update the point of contact field. Any other change will require Expert Review or IESG Approval.¶
22.3. Device ID Notifications
IANA created a registry called the "NFSv4 Device ID Notifications Registry".¶
The potential exists for new notification types to be
added to the CB
Hence, all assignments to the registry are made on a Standards Action basis per Section 4.6 of [63], with Expert Review required.¶
The registry is a list of assignments, each containing five fields per assignment.¶
22.3.1. Initial Registry
The initial registry is in Table 25. Note that the next available value is zero.¶
22.3.2. Updating Registrations
The update of a registration will require IESG Approval on the advice of a Designated Expert.¶
22.4. Object Recall Types
IANA created a registry called the "NFSv4 Recallable Object Types Registry".¶
The potential exists for new object types to be added to the CB_RECALL_ANY operation (see Section 20.6). This can be done via changes to the operations that add recallable types, or by adding new operations to NFSv4. This requires a new minor version of NFSv4, and requires a Standards Track document from IETF. Another way to add a new recallable object is to specify a new layout type (see Section 22.5).¶
All assignments to the registry are made on a Standards Action basis per Section 4.9 of [63], with Expert Review required.¶
Recallable object types are 32-bit unsigned numbers. There are no Reserved values. Values in the range 12 through 15, inclusive, are designated for Private Use.¶
The registry is a list of assignments, each containing five fields per assignment.¶
22.4.1. Initial Registry
The initial registry is in Table 26. Note that the next available value is five.¶
22.4.2. Updating Registrations
The update of a registration will require IESG Approval on the advice of a Designated Expert.¶
22.5. Layout Types
IANA created a registry called the "pNFS Layout Types Registry".¶
All assignments to the registry are made on a Standards Action basis, with Expert Review required.¶
Layout types are 32-bit numbers. The value zero is Reserved. Values in the range 0x80000000 to 0xFFFFFFFF inclusive are designated for Private Use. IANA will assign numbers from the range 0x00000001 to 0x7FFFFFFF inclusive.¶
The registry is a list of assignments, each containing five fields.¶
22.5.1. Initial Registry
The initial registry is in Table 27.¶
22.5.2. Updating Registrations
The update of a registration will require IESG Approval on the advice of a Designated Expert.¶
22.5.3. Guidelines for Writing Layout Type Specifications
The author of a new pNFS layout specification must follow these steps to obtain acceptance of the layout type as a Standards Track RFC:¶
22.6. Path Variable Definitions
This section deals with the IANA considerations associated with the variable substitution feature for location names as described in Section 11.17.3. As described there, variables subject to substitution consist of a domain name and a specific name within that domain, with the two separated by a colon. There are two sets of IANA considerations here:¶
Thus, there will be one registry for the list of variable names, and possibly one registry for listing the values of each variable name.¶
22.6.1. Path Variables Registry
IANA created a registry called the "NFSv4 Path Variables Registry".¶
22.6.1.1. Path Variable Values
Variable names are of the form "${", followed by a
domain name, followed by a colon (":"), followed by
a domain-specific portion of the variable name,
followed by "}". When the domain name is "ietf.org",
all variables names must be registered with IANA on
a Standards Action basis, with Expert Review
required. Path variables with registered domain
names neither part of nor equal to ietf.org are
assigned on a Hierarchical Allocation basis
(delegating to the domain owner) and thus of no
concern to IANA, unless the domain owner chooses to
register a variable name from his domain. If the
domain owner chooses to do so, IANA will do so on a
First Come First Serve basis. To accommodate
registrants who do not have their own domain, IANA
will accept requests to register variables with the
prefix "${FCFS
The registry is a list of assignments, each containing three fields.¶
22.6.1.1.1. Initial Registry
The initial registry is in Table 28.¶
IANA has created registries for the values
of the variable names ${ietf
For the values of the variable
${ietf
22.6.1.1.2. Updating Registrations
The update of an assignment made on a Standards Action basis will require IESG Approval on the advice of a Designated Expert.¶
The registrant can always update the point of contact of an assignment made on a First Come First Serve basis. Any other update will require Expert Review.¶
22.6.2. Values for the ${ietf.org:CPU_ARCH} Variable
IANA created a registry called the "NFSv4 ${ietf
Assignments to the registry are made on a First Come First Serve
basis. The zero-length value of ${ietf
The registry is a list of assignments, each containing three fields.¶
22.6.2.1. Initial Registry
There is no initial registry.¶
22.6.2.2. Updating Registrations
The registrant is free to update the assignment, i.e., change the
explanation and/or point
22.6.3. Values for the ${ietf.org:OS_TYPE} Variable
IANA created a registry called the "NFSv4 ${ietf
Assignments to the registry are made on a First Come First Serve
basis. The zero-length value of ${ietf
The registry is a list of assignments, each containing three fields.¶
22.6.3.1. Initial Registry
There is no initial registry.¶
22.6.3.2. Updating Registrations
The registrant is free to update the assignment, i.e., change the explanation and/or point of contact fields.¶
23. References
23.1. Normative References
- [1]
-
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10
.17487 , , <https:///RFC2119 www >..rfc -editor .org /info /rfc2119 - [2]
-
Eisler, M., Ed., "XDR: External Data Representation Standard", STD 67, RFC 4506, DOI 10
.17487 , , <https:///RFC4506 www >..rfc -editor .org /info /rfc4506 - [3]
-
Thurlow, R., "RPC: Remote Procedure Call Protocol Specification Version 2", RFC 5531, DOI 10
.17487 , , <https:///RFC5531 www >..rfc -editor .org /info /rfc5531 - [4]
-
Eisler, M., Chiu, A., and L. Ling, "RPCSEC_GSS Protocol Specification", RFC 2203, DOI 10
.17487 , , <https:///RFC2203 www >..rfc -editor .org /info /rfc2203 - [5]
-
Zhu, L., Jaganathan, K., and S. Hartman, "The Kerberos Version 5 Generic Security Service Application Program Interface (GSS-API) Mechanism: Version 2", RFC 4121, DOI 10
.17487 , , <https:///RFC4121 www >..rfc -editor .org /info /rfc4121 - [6]
-
The Open Group, "Section 3.191 of Chapter 3 of Base Definitions of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [7]
-
Linn, J., "Generic Security Service Application Program Interface Version 2, Update 1", RFC 2743, DOI 10
.17487 , , <https:///RFC2743 www >..rfc -editor .org /info /rfc2743 - [8]
-
Recio, R., Metzler, B., Culley, P., Hilland, J., and D. Garcia, "A Remote Direct Memory Access Protocol Specification", RFC 5040, DOI 10
.17487 , , <https:///RFC5040 www >..rfc -editor .org /info /rfc5040 - [9]
-
Eisler, M., "RPCSEC_GSS Version 2", RFC 5403, DOI 10
.17487 , , <https:///RFC5403 www >..rfc -editor .org /info /rfc5403 - [10]
-
Shepler, S., Ed., Eisler, M., Ed., and D. Noveck, Ed., "Network File System (NFS) Version 4 Minor Version 1 External Data Representation Standard (XDR) Description", RFC 5662, DOI 10
.17487 , , <https:///RFC5662 www >..rfc -editor .org /info /rfc5662 - [11]
-
The Open Group, "Section 3.372 of Chapter 3 of Base Definitions of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [12]
-
Eisler, M., "IANA Considerations for Remote Procedure Call (RPC) Network Identifiers and Universal Address Formats", RFC 5665, DOI 10
.17487 , , <https:///RFC5665 www >..rfc -editor .org /info /rfc5665 - [13]
-
The Open Group, "Section 'read()' of System Interfaces of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [14]
-
The Open Group, "Section 'readdir()' of System Interfaces of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [15]
-
The Open Group, "Section 'write()' of System Interfaces of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [16]
-
Hoffman, P. and M. Blanchet, "Preparation of Internationaliz
ed , RFC 3454, DOI 10Strings ("stringprep")" .17487 , , <https:///RFC3454 www >..rfc -editor .org /info /rfc3454 - [17]
-
The Open Group, "Section 'chmod()' of System Interfaces of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [18]
- International Organization for Standardization, "Information Technology - Universal Multiple-octet coded Character Set (UCS) - Part 1: Architecture and Basic Multilingual Plane", ISO Standard 10646-1, .
- [19]
-
Alvestrand, H., "IETF Policy on Character Sets and Languages", BCP 18, RFC 2277, DOI 10
.17487 , , <https:///RFC2277 www >..rfc -editor .org /info /rfc2277 - [20]
-
Hoffman, P. and M. Blanchet, "Nameprep: A Stringprep Profile for Internationaliz
ed , RFC 3491, DOI 10Domain Names (IDN)" .17487 , , <https:///RFC3491 www >..rfc -editor .org /info /rfc3491 - [21]
-
The Open Group, "Section 'fcntl()' of System Interfaces of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [22]
-
The Open Group, "Section 'fsync()' of System Interfaces of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [23]
-
The Open Group, "Section 'getpwnam()' of System Interfaces of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [24]
-
The Open Group, "Section 'unlink()' of System Interfaces of The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, HTML Version", ISBN 1931624232, , <https://
www >..opengroup .org - [25]
-
Schaad, J., Kaliski, B., and R. Housley, "Additional Algorithms and Identifiers for RSA Cryptography for use in the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC 4055, DOI 10
.17487 , , <https:///RFC4055 www >..rfc -editor .org /info /rfc4055 - [26]
-
National Institute of Standards and Technology, "Computer Security Objects Register", , <https://
csrc >..nist .gov /projects /computer -security -objects -register /algorithm -registration - [27]
-
Adamson, A. and N. Williams, "Remote Procedure Call (RPC) Security Version 3", RFC 7861, DOI 10
.17487 , , <https:///RFC7861 www >..rfc -editor .org /info /rfc7861 - [28]
-
Neuman, C., Yu, T., Hartman, S., and K. Raeburn, "The Kerberos Network Authentication Service (V5)", RFC 4120, DOI 10
.17487 , , <https:///RFC4120 www >..rfc -editor .org /info /rfc4120 - [29]
-
Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, "DNS Security Introduction and Requirements", RFC 4033, DOI 10
.17487 , , <https:///RFC4033 www >..rfc -editor .org /info /rfc4033 - [30]
-
Hu, Z., Zhu, L., Heidemann, J., Mankin, A., Wessels, D., and P. Hoffman, "Specification for DNS over Transport Layer Security (TLS)", RFC 7858, DOI 10
.17487 , , <https:///RFC7858 www >..rfc -editor .org /info /rfc7858 - [31]
-
Adamson, A. and N. Williams, "Requirements for NFSv4 Multi-Domain Namespace Deployment", RFC 8000, DOI 10
.17487 , , <https:///RFC8000 www >..rfc -editor .org /info /rfc8000 - [32]
-
Lever, C., Ed., Simpson, W., and T. Talpey, "Remote Direct Memory Access Transport for Remote Procedure Call Version 1", RFC 8166, DOI 10
.17487 , , <https:///RFC8166 www >..rfc -editor .org /info /rfc8166 - [33]
-
Lever, C., "Network File System (NFS) Upper-Layer Binding to RPC-over-RDMA Version 1", RFC 8267, DOI 10
.17487 , , <https:///RFC8267 www >..rfc -editor .org /info /rfc8267 - [34]
-
Hoffman, P. and P. McManus, "DNS Queries over HTTPS (DoH)", RFC 8484, DOI 10
.17487 , , <https:///RFC8484 www >..rfc -editor .org /info /rfc8484 - [35]
-
Bradner, S., "The Internet Standards Process -- Revision 3", BCP 9, RFC 2026, .Kolkman, O., Bradner, S., and S. Turner, "Characterizatio
n , BCP 9, RFC 7127, .of Proposed Standards" Dusseault, L. and R. Sparks, "Guidance on Interoperation and Implementation Reports for Advancement to Draft Standard", BCP 9, RFC 5657, .Housley, R., Crocker, D., and E. Burger, "Reducing the Standards Track to Two Maturity Levels", BCP 9, RFC 6410, .Resnick, P., "Retirement of the "Internet Official Protocol Standards" Summary Document", BCP 9, RFC 7100, .Dawkins, S., "Increasing the Number of Area Directors in an IETF Area", BCP 9, RFC 7475, .<https://www >.rfc -editor .org /info /bcp9
23.2. Informative References
- [36]
-
Roach, A., "Process for Handling Non-Major Revisions to Existing RFCs", Work in Progress, Internet-Draft, draft
-roach , , <https://-bis -documents -00 tools >..ietf .org /html /draft -roach -bis -documents -00 - [37]
-
Shepler, S., Callaghan, B., Robinson, D., Thurlow, R., Beame, C., Eisler, M., and D. Noveck, "Network File System (NFS) version 4 Protocol", RFC 3530, DOI 10
.17487 , , <https:///RFC3530 www >..rfc -editor .org /info /rfc3530 - [38]
-
Callaghan, B., Pawlowski, B., and P. Staubach, "NFS Version 3 Protocol Specification", RFC 1813, DOI 10
.17487 , , <https:///RFC1813 www >..rfc -editor .org /info /rfc1813 - [39]
-
Eisler, M., "LIPKEY - A Low Infrastructure Public Key Mechanism Using SPKM", RFC 2847, DOI 10
.17487 , , <https:///RFC2847 www >..rfc -editor .org /info /rfc2847 - [40]
-
Eisler, M., "NFS Version 2 and Version 3 Security Issues and the NFS Protocol's Use of RPCSEC_GSS and Kerberos V5", RFC 2623, DOI 10
.17487 , , <https:///RFC2623 www >..rfc -editor .org /info /rfc2623 - [41]
- Juszczak, C., "Improving the Performance and Correctness of an NFS Server", USENIX Conference Proceedings, .
- [42]
-
Reynolds, J., Ed., "Assigned Numbers: RFC 1700 is Replaced by an On-line Database", RFC 3232, DOI 10
.17487 , , <https:///RFC3232 www >..rfc -editor .org /info /rfc3232 - [43]
-
Srinivasan, R., "Binding Protocols for ONC RPC Version 2", RFC 1833, DOI 10
.17487 , , <https:///RFC1833 www >..rfc -editor .org /info /rfc1833 - [44]
- Werme, R., "RPC XID Issues", USENIX Conference Proceedings, .
- [45]
-
Nowicki, B., "NFS: Network File System Protocol specification", RFC 1094, DOI 10
.17487 , , <https:///RFC1094 www >..rfc -editor .org /info /rfc1094 - [46]
- Bhide, A., Elnozahy, E. N., and S. P. Morgan, "A Highly Available Network Server", USENIX Conference Proceedings, .
- [47]
-
Halevy, B., Welch, B., and J. Zelenka, "Object-Based Parallel NFS (pNFS) Operations", RFC 5664, DOI 10
.17487 , , <https:///RFC5664 www >..rfc -editor .org /info /rfc5664 - [48]
-
Black, D., Fridella, S., and J. Glasgow, "Parallel NFS (pNFS) Block/Volume Layout", RFC 5663, DOI 10
.17487 , , <https:///RFC5663 www >..rfc -editor .org /info /rfc5663 - [49]
-
Callaghan, B., "WebNFS Client Specification", RFC 2054, DOI 10
.17487 , , <https:///RFC2054 www >..rfc -editor .org /info /rfc2054 - [50]
-
Callaghan, B., "WebNFS Server Specification", RFC 2055, DOI 10
.17487 , , <https:///RFC2055 www >..rfc -editor .org /info /rfc2055 - [51]
-
IESG, "IESG Processing of RFC Errata for the IETF Stream", , <https://
www >..ietf .org /about /groups /iesg /statements /processing -rfc -errata / - [52]
-
Krawczyk, H., Bellare, M., and R. Canetti, "HMAC: Keyed-Hashing for Message Authentication", RFC 2104, DOI 10
.17487 , , <https:///RFC2104 www >..rfc -editor .org /info /rfc2104 - [53]
-
Shepler, S., "NFS Version 4 Design Considerations", RFC 2624, DOI 10
.17487 , , <https:///RFC2624 www >..rfc -editor .org /info /rfc2624 - [54]
- The Open Group, "Protocols for Interworking: XNFS, Version 3W", ISBN 1-85912-184-5, .
- [55]
- Floyd, S. and V. Jacobson, "The Synchronization of Periodic Routing Messages", IEEE/ACM Transactions on Networking, 2(2), pp. 122-136, .
- [56]
-
Chadalapaka, M., Satran, J., Meth, K., and D. Black, "Internet Small Computer System Interface (iSCSI) Protocol (Consolidated)", RFC 7143, DOI 10
.17487 , , <https:///RFC7143 www >..rfc -editor .org /info /rfc7143 - [57]
- Snively, R., "Fibre Channel Protocol for SCSI, 2nd Version (FCP-2)", ANSI/INCITS, 350-2003, .
- [58]
-
Weber, R.O., "Object-Based Storage Device Commands (OSD)", ANSI/INCITS, 400-2004, , <https://
www >..t10 .org /drafts .htm - [59]
- Carns, P. H., Ligon III, W. B., Ross, R. B., and R. Thakur, "PVFS: A Parallel File System for Linux Clusters.", Proceedings of the 4th Annual Linux Showcase and Conference, .
- [60]
-
The Open Group, "The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition", , <https://
www >..opengroup .org - [61]
-
Callaghan, B., "NFS URL Scheme", RFC 2224, DOI 10
.17487 , , <https:///RFC2224 www >..rfc -editor .org /info /rfc2224 - [62]
-
Chiu, A., Eisler, M., and B. Callaghan, "Security Negotiation for WebNFS", RFC 2755, DOI 10
.17487 , , <https:///RFC2755 www >..rfc -editor .org /info /rfc2755 - [63]
-
Cotton, M., Leiba, B., and T. Narten, "Guidelines for Writing an IANA Considerations Section in RFCs", BCP 26, RFC 8126, DOI 10
.17487 , , <https:///RFC8126 www >..rfc -editor .org /info /rfc8126 - [64]
-
RFC Errata, Erratum ID 2006, RFC 5661, <https://
www >..rfc -editor .org /errata /eid2006 - [65]
-
Spasojevic, M. and M. Satayanarayanan, "An Empirical Study of a Wide-Area Distributed File System", ACM Transactions on Computer Systems, Vol. 14, No. 2, pp. 200-222, DOI 10
.1145 , , <https:///227695 .227698 doi >..org /10 .1145 /227695 .227698 - [66]
-
Shepler, S., Ed., Eisler, M., Ed., and D. Noveck, Ed., "Network File System (NFS) Version 4 Minor Version 1 Protocol", RFC 5661, DOI 10
.17487 , , <https:///RFC5661 www >..rfc -editor .org /info /rfc5661 - [67]
-
Noveck, D., "Rules for NFSv4 Extensions and Minor Versions", RFC 8178, DOI 10
.17487 , , <https:///RFC8178 www >..rfc -editor .org /info /rfc8178 - [68]
-
Haynes, T., Ed. and D. Noveck, Ed., "Network File System (NFS) Version 4 Protocol", RFC 7530, DOI 10
.17487 , , <https:///RFC7530 www >..rfc -editor .org /info /rfc7530 - [69]
-
Noveck, D., Ed., Shivam, P., Lever, C., and B. Baker, "NFSv4.0 Migration: Specification Update", RFC 7931, DOI 10
.17487 , , <https:///RFC7931 www >..rfc -editor .org /info /rfc7931 - [70]
-
Haynes, T., "Requirements for Parallel NFS (pNFS) Layout Types", RFC 8434, DOI 10
.17487 , , <https:///RFC8434 www >..rfc -editor .org /info /rfc8434 - [71]
-
Farrell, S. and H. Tschofenig, "Pervasive Monitoring Is an Attack", BCP 188, RFC 7258, DOI 10
.17487 , , <https:///RFC7258 www >..rfc -editor .org /info /rfc7258 - [72]
-
Rescorla, E. and B. Korver, "Guidelines for Writing RFC Text on Security Considerations", BCP 72, RFC 3552, DOI 10
.17487 , , <https:///RFC3552 www >..rfc -editor .org /info /rfc3552
Appendix A. The Need for This Update
This document includes an explanation of how clients and servers are to determine the particular network access paths to be used to access a file system. This includes descriptions of how to handle changes to the specific replica to be used or to the set of addresses to be used to access it, and how to deal transparently with transfers of responsibility that need to be made. This includes cases in which there is a shift between one replica and another and those in which different network access paths are used to access the same replica.¶
As a result of the following problems in RFC 5661 [66], it was necessary to provide the specific updates that are made by this document. These updates are described in Appendix B.¶
The majority of the consequences of these issues are dealt with by presenting in Section 11 a replacement for Section 11 of RFC 5661 [66]. This replacement modifies existing subsections within that section and adds new ones as described in Appendix B.1. Also, some existing sections were deleted. These changes were made in order to do the following:¶
In addition, other sections of RFC 5661 [66] were updated to correct the consequences of the incorrect assumptions underlying the treatment of multi-server namespace issues. These are described in Appendices B.2 through B.4.¶
Appendix B. Changes in This Update
B.1. Revisions Made to Section 11 of RFC 5661
A number of areas have been revised or extended, in many cases replacing subsections within Section 11 of RFC 5661 [66]:¶
B.1.1. Reorganization of Sections 11.4 and 11.5 of RFC 5661
Previously, issues related to the fact that multiple location entries directed the client to the same file system instance were dealt with in Section 11.5 of RFC 5661 [66]. Because of the new treatment of trunking, these issues now belong within Section 11.5.¶
In this new section, trunking is covered in Section 11.5.2 together with the other uses of file system location information described in Sections 11.5.3 through 11.5.6.¶
As a result, Section 11.5, which replaces Section 11.4 of RFC 5661 [66], is substantially different than the section it replaces in that some original sections have been replaced by corresponding sections as described below, while new sections have been added:¶
B.1.2. Reorganization of Material Dealing with File System Transitions
The material relating to file system transition, previously contained in Section 11.7 of RFC 5661 [66] has been reorganized and augmented as described below:¶
This reorganization has caused a renumbering of the sections within Section 11 of [66] as described below:¶
As part of this general reorganization, Section 11.7 of RFC 5661 [66] has been modified as described below:¶
B.1.3. Updates to the Treatment of fs_locations_info
Various elements of the fs
In addition, special clarification has been provided with regard to the following fields:¶
B.2. Revisions Made to Operations in RFC 5661
Descriptions have been revised to address issues that arose in effecting necessary changes to multi-server namespace features.¶
B.2.1. Revision of Treatment of EXCHANGE_ID
There was a number of issues in the original treatment of EXCHANGE_ID in RFC 5661 [66] that caused problems for Transparent State Migration and for the transfer of access between different network access paths to the same file system instance.¶
These issues arose from the fact that this treatment was written:¶
As these assumptions have become invalid in the context of Transparent State Migration and active use of trunking, the treatment has been modified in several respects:¶
The new treatment can be found in Section 18.35 above. It supersedes the treatment in Section 18.35 of RFC 5661 [66].¶
B.2.2. Revision of Treatment of RECLAIM_COMPLETE
The following changes were made to the treatment of
RECLAIM
B.3. Revisions Made to Error Definitions in RFC 5661
The new handling of various situations required revisions to some existing error definitions:¶
B.4. Other Revisions Made to RFC 5661
Besides the major reworking of Section 11 of RFC 5661 [66] and the associated revisions to existing operations and errors, there were a number of related changes that were necessary:¶
Appendix C. Security Issues That Need to Be Addressed
The following issues in the treatment of security within the NFSv4.1 specification need to be addressed:¶
The Security Considerations section of this document (Section 21) has not been thoroughly revised to correct the difficulties mentioned above. Instead, it has been modified to take proper account of issues related to the multi-server namespace features discussed in Section 11, leaving the incomplete discussion and security weaknesses pretty much as they were.¶
The following major security issues need to be addressed in a satisfactory fashion before an updated Security Considerations section can be published as part of a bis document for NFSv4.1:¶
In trying to provide a major security upgrade for a deployed protocol such as NFSv4.1, the working group and the Internet community are likely to find themselves dealing with a number of considerations such as the following:¶
Given that the above-mentioned difficulties apply to minor version zero as well, it may make sense to deal with these security issues in a common document that applies to all NFSv4 minor versions. If that approach is taken, the Security Considerations section of an eventual NFv4.1 bis document would reference that common document, and the defining RFCs for other minor versions might do so as well.¶
Acknowledgments
Acknowledgments for This Update
The authors wish to acknowledge the important role of Andy Adamson of Netapp in clarifying the need for trunking discovery functionality, and exploring the role of the file system location attributes in providing the necessary support.¶
The authors wish to thank Tom Haynes of Hammerspace for drawing our
attention to the fact that internationaliz
The authors also wish to acknowledge the work of Xuan Qi of Oracle with NFSv4.1 client and server prototypes of Transparent State Migration functionality.¶
The authors wish to thank others that brought attention to important
issues. The comments of Trond Myklebust of Primary Data related
to trunking helped to clarify the role of DNS in
trunking discovery. Rick Macklem's comments brought attention to
problems in the handling of the per-fs version of
RECLAIM
The authors wish to thank Olga Kornievskaia of Netapp for her helpful review comments.¶
Acknowledgments for RFC 5661
The initial text for the SECINFO extensions were edited by Mike Eisler with contributions from Peng Dai, Sergey Klyushin, and Carl Burnett.¶
The initial text for the SESSIONS extensions were edited by Tom Talpey, Spencer Shepler, Jon Bauman with contributions from Charles Antonelli, Brent Callaghan, Mike Eisler, John Howard, Chet Juszczak, Trond Myklebust, Dave Noveck, John Scott, Mike Stolarchuk, and Mark Wittle.¶
Initial text relating to multi-server namespace features, including the concept of referrals, were contributed by Dave Noveck, Carl Burnett, and Charles Fan with contributions from Ted Anderson, Neil Brown, and Jon Haswell.¶
The initial text for the Directory Delegations support were contributed by Saadia Khan with input from Dave Noveck, Mike Eisler, Carl Burnett, Ted Anderson, and Tom Talpey.¶
The initial text for the ACL explanations were contributed by Sam Falkner and Lisa Week.¶
The pNFS work was inspired by the NASD and OSD
work done by Garth Gibson. Gary Grider has also
been a champion of high
The initial text for the parallel NFS support was edited by Brent Welch and Garth Goodson. Additional authors for those documents were Benny Halevy, David Black, and Andy Adamson. Additional input came from the informal group that contributed to the construction of the initial pNFS drafts; specific acknowledgment goes to Gary Grider, Peter Corbett, Dave Noveck, Peter Honeyman, and Stephen Fridella.¶
Fredric Isaman found several errors in draft versions of the ONC RPC XDR description of the NFSv4.1 protocol.¶
Audrey Van Belleghem provided, in numerous ways, essential coordination and management of the process of editing the specification documents.¶
Richard Jernigan gave feedback on the file layout's striping pattern design.¶
Several formal inspection teams were formed to review various areas of the protocol. All the inspections found significant errors and room for improvement. NFSv4.1's inspection teams were:¶
A review team worked together to generate the tables of assignments of error sets to operations and make sure that each such assignment had two or more people validating it. Participating in the process were Andy Adamson, Mike Eisler, Sam Falkner, Garth Goodson, Robert Gordon, Trond Myklebust, Dave Noveck, Spencer Shepler, Tom Talpey, Amy Weaver, and Lisa Week.¶
Jari Arkko, David Black, Scott Bradner, Lisa Dusseault, Lars Eggert, Chris Newman, and Tim Polk provided valuable review and guidance.¶
Olga Kornievskaia found several errors in the SSV specification.¶
Ricardo Labiaga found several places where the use of RPCSEC_GSS was underspecified.¶
Those who provided miscellaneous comments include: Andy Adamson, Sunil Bhargo, Alex Burlyga, Pranoop Erasani, Bruce Fields, Vadim Finkelstein, Jason Goldschmidt, Vijay K. Gurbani, Sergey Klyushin, Ricardo Labiaga, James Lentini, Anshul Madan, Daniel Muntz, Daniel Picken, Archana Ramani, Jim Rees, Mahesh Siddheshwar, Tom Talpey, and Peter Varga.¶