]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a command that copies or migrates a data file from one DS to another.
authorRick Macklem <rmacklem@FreeBSD.org>
Fri, 15 Jun 2018 19:45:15 +0000 (19:45 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Fri, 15 Jun 2018 19:45:15 +0000 (19:45 +0000)
commita520a7cf2fe897c25bcc3de76289eabc1d4b167b
treed7a4643b3e65414c44a8cc9cb25a898d112ad8ca
parent42ac144c32544bad6516da0e564d0bc222a7c574
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]