diff options
author | J. Bruce Fields <bfields@redhat.com> | 2012-11-07 19:41:51 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-10 14:52:03 -0500 |
commit | 292a41716a4ad3e93c57155f99786abe8a8d386a (patch) | |
tree | 4bbca7203bc31e6dd389e7f64a3c87c4d296ebf5 /Documentation/filesystems | |
parent | 12fc3e92d4b18b4e99af624586e1696479ff36ce (diff) |
nfsd4: update documentation on 4.1 progress
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/nfs/nfs41-server.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Documentation/filesystems/nfs/nfs41-server.txt b/Documentation/filesystems/nfs/nfs41-server.txt index f5ddff2da302..392ef637e101 100644 --- a/Documentation/filesystems/nfs/nfs41-server.txt +++ b/Documentation/filesystems/nfs/nfs41-server.txt | |||
@@ -43,12 +43,6 @@ interoperability problems with future clients. Known issues: | |||
43 | client-server state (thus preventing unauthorized tampering | 43 | client-server state (thus preventing unauthorized tampering |
44 | with locks and opens, for example). It is mandatory for | 44 | with locks and opens, for example). It is mandatory for |
45 | servers to support this, though no clients use it yet. | 45 | servers to support this, though no clients use it yet. |
46 | - Mandatory operations which we do not support, such as | ||
47 | DESTROY_CLIENTID, are not currently used by clients, but will be | ||
48 | (and the spec recommends their uses in common cases), and | ||
49 | clients should not be expected to know how to recover from the | ||
50 | case where they are not supported. This will eventually cause | ||
51 | interoperability failures. | ||
52 | 46 | ||
53 | In addition, some limitations are inherited from the current NFSv4 | 47 | In addition, some limitations are inherited from the current NFSv4 |
54 | implementation: | 48 | implementation: |
@@ -94,7 +88,7 @@ NS*| DELEGPURGE | OPT | FDELG (REQ) | Section 18.5 | | |||
94 | | DELEGRETURN | OPT | FDELG, | Section 18.6 | | 88 | | DELEGRETURN | OPT | FDELG, | Section 18.6 | |
95 | | | | DDELG, pNFS | | | 89 | | | | DDELG, pNFS | | |
96 | | | | (REQ) | | | 90 | | | | (REQ) | | |
97 | NS | DESTROY_CLIENTID | REQ | | Section 18.50 | | 91 | I | DESTROY_CLIENTID | REQ | | Section 18.50 | |
98 | I | DESTROY_SESSION | REQ | | Section 18.37 | | 92 | I | DESTROY_SESSION | REQ | | Section 18.37 | |
99 | I | EXCHANGE_ID | REQ | | Section 18.35 | | 93 | I | EXCHANGE_ID | REQ | | Section 18.35 | |
100 | I | FREE_STATEID | REQ | | Section 18.38 | | 94 | I | FREE_STATEID | REQ | | Section 18.38 | |
@@ -187,7 +181,6 @@ EXCHANGE_ID: | |||
187 | 181 | ||
188 | CREATE_SESSION: | 182 | CREATE_SESSION: |
189 | * backchannel attributes are ignored | 183 | * backchannel attributes are ignored |
190 | * backchannel security parameters are ignored | ||
191 | 184 | ||
192 | SEQUENCE: | 185 | SEQUENCE: |
193 | * no support for dynamic slot table renegotiation (optional) | 186 | * no support for dynamic slot table renegotiation (optional) |