Skip to content

Commit

Permalink
[nfs] remove duplicate rpcinfo_-p_localhost log
Browse files Browse the repository at this point in the history
This commit removes the duplicate "rpcinfo_-p_localhost" log
from the sos_commands/nfs directory. Currently, the same log
file is being createdin sos_commands/sunrpc/ directory,
as shown below:

  # ls sos_commands/nfs/rpcinfo_-p_localhost
  sos_commands/nfs/rpcinfo_-p_localhost
  # ls sos_commands/sunrpc/rpcinfo_-p_localhost
  sos_commands/sunrpc/rpcinfo_-p_localhost

Since rpcinfo command is included in rpcbind package,
let's remove the one in the nfs directory.

Signed-off-by: Yuki Inoguchi <[email protected]>
  • Loading branch information
Yuki Inoguchi authored and TurboTurtle committed Oct 28, 2023
1 parent 509b460 commit f2261a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sos/report/plugins/nfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def setup(self):
])

self.add_cmd_output([
"rpcinfo -p localhost",
"nfsstat -o all",
"exportfs -v",
"nfsdclnts",
Expand Down

0 comments on commit f2261a4

Please sign in to comment.