Add a command the displays and modifies the pNFS server's extended attribute.
authorrmacklem <rmacklem@FreeBSD.org>
Fri, 15 Jun 2018 19:35:08 +0000 (19:35 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Fri, 15 Jun 2018 19:35:08 +0000 (19:35 +0000)
commit49d2ead8c5ff06bc06bf4ee23204fb8a0e307b56
tree854fd889d6779fabba3b596f6ce86ebb03aa59ab
parent984e340bf121e042d5337c0fffa27773db8ed6c7
Add a command the displays and modifies the pNFS server's extended attribute.

This command allows a sysadmin to display or modify the pnfsd.dsfile extended
attribute used by the pNFS MDS server in various ways.
Its main use is to set a DS's IP address to 0.0.0.0 when that DS has failed,
so that it will not be used for the file when brought back online after
being repaired.
usr.sbin/Makefile
usr.sbin/pnfsdsfile/Makefile [new file with mode: 0644]
usr.sbin/pnfsdsfile/pnfsdsfile.8 [new file with mode: 0644]
usr.sbin/pnfsdsfile/pnfsdsfile.c [new file with mode: 0644]