Lines Matching +full:string +full:- +full:support
14 and work is in progress on adding support for minor version 1 of the NFSv4
26 string. File open and lock state shared between one client and one server
27 is associated with this identity. To support robust NFSv4 state recovery
28 and transparent state migration, this identity string must not change
31 Without any other intervention, the Linux client uses a string that contains
36 work well as part of an nfs_client_id4 string.
38 The nfs.nfs4_unique_id boot parameter specifies a unique string that can be
44 The nfs.nfs4_unique_id string is typically a UUID, though it can contain
46 nfs4_unique_id string should be chosen when a client system is installed,
50 The string should remain fixed for the lifetime of the client. It can be
54 This string can be stored in an NFS client's grub.conf, or it can be provided
56 module parameter. Specifying a uniquifier string is not support for NFS
68 …530 Section 6\: Filesystem Migration and Replication: https://tools.ietf.org/html/rfc3530#section-6
69 …lementation Guide for Referrals in NFSv4: https://tools.ietf.org/html/draft-ietf-nfsv4-referrals-00
85 - the cache name, "dns_resolve"
86 - the hostname to resolve
89 writes the result into the rpc_pipefs pseudo-file
102 If <ip address> is invalid, say the string "0", then a negative
111 .. code-block:: sh
127 [ $# -lt 2 ] && die
134 result="$(${getent} hosts ${name} | ${cut} -f1 -d\ )"
135 [ -z "${result}" ] && result="0"