mbox series

[NFS-UTILS,00/10] rpcctl: Various Improvements

Message ID 20250108213726.260664-1-anna@kernel.org (mailing list archive)
Headers show
Series rpcctl: Various Improvements | expand

Message

Anna Schumaker Jan. 8, 2025, 9:37 p.m. UTC
From: Anna Schumaker <anna.schumaker@oracle.com>

The first several patches in this series fix up several Python style
errors found through the flake8 to clean up the tool. The remaining
patches update the tool for the xprtsec and add_xprt features added to
the NFS / sunrpc client with the companion kernel patches.

Thoughts?
Anna

Anna Schumaker (10):
  rpcctl: Fix flake8 whitespace errors
  rpcctl: Fix flake8 line-too-long errors
  rpcctl: Fix flake8 bare exception error
  rpcctl: Fix flake8 ambiguous-variable-name error
  rpcctl: Add missing docstrings to the Xprt class
  rpcctl: Add missing docstrings to the XprtSwitch class
  rpcctl: Add remaining missing docstrings
  rpcctl.py: Rename {read,write}_addr_file()
  rpcctl.py: Add support for the xprtsec sysfs attribute
  rpcctl: Add support for `rpcctl switch add-xprt`

 tools/rpcctl/rpcctl.man |   4 ++
 tools/rpcctl/rpcctl.py  | 145 ++++++++++++++++++++++++++++++----------
 2 files changed, 114 insertions(+), 35 deletions(-)