logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::nfs.proc.commit_done - NFS client response to a commit RPC task

Description

       Fires when a reply to a commit RPC task is received or some commit operation error occur (timeout or
       socket shutdown).

Name

       probe::nfs.proc.commit_done - NFS client response to a commit RPC task

See Also

tapset::nfs_proc(3stap)

SystemTap Tapset Reference                         April 2024                            PROBE::NFS.PROC.(3stap)

Synopsis

       nfs.proc.commit_done

Values

timestamp
           V4 timestamp, which is used for lease renewal

       prot
           transfer protocol

       version
           NFS version

       valid
           fattr->valid, indicates which fields are valid

       server_ip
           IP address of server

       status
           result of last operation

       count
           number of bytes committed

See Also