freebsd-dev/usr.sbin/pnfsdsfile/Makefile
Rick Macklem 6cb9ec3cc4 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.
2018-06-15 19:35:08 +00:00

7 lines
72 B
Makefile

# $FreeBSD$
PROG= pnfsdsfile
MAN= pnfsdsfile.8
.include <bsd.prog.mk>