]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a command that copies or migrates a data file from one DS to another.
authorrmacklem <rmacklem@FreeBSD.org>
Fri, 15 Jun 2018 19:45:15 +0000 (19:45 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Fri, 15 Jun 2018 19:45:15 +0000 (19:45 +0000)
commit2c5411750260dd70761288b4b249f282d98ae467
treed7a4643b3e65414c44a8cc9cb25a898d112ad8ca
parent815c9f6cea663b81a3db439f0cffed69461ce895
Add a command that copies or migrates a data file from one DS to another.

This command can be used by a sysadmin to either copy or migrate a data
file on one DS to another DS.
Its main use is to recover data files onto a mirrored DS after the DS has
been repaired and brought back online.
usr.sbin/Makefile
usr.sbin/pnfsdscopymr/Makefile [new file with mode: 0644]
usr.sbin/pnfsdscopymr/pnfsdscopymr.8 [new file with mode: 0644]
usr.sbin/pnfsdscopymr/pnfsdscopymr.c [new file with mode: 0644]