mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
This command can be used by a sysadmin to disable a malfunctioning pNFS server mirrored DS. It is safe to use when a mirrored DS has already been disabled via an I/O or network partitioning error.
6 lines
72 B
Makefile
6 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pnfsdskill
|
|
MAN= pnfsdskill.8
|
|
|
|
.include <bsd.prog.mk>
|