6cb9ec3cc4
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.
7 lines
72 B
Makefile
7 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pnfsdsfile
|
|
MAN= pnfsdsfile.8
|
|
|
|
.include <bsd.prog.mk>
|