summaryrefslogtreecommitdiff
path: root/usr.sbin/pnfsdscopymr
Commit message (Collapse)AuthorAgeFilesLines
* Fix the err() arguments for a nfssvc(8) failure.Rick Macklem2018-08-081-1/+1
| | | | | | | | | | argv has been incremented during argument handling, so elements of the array are no longer valid. Change the err() arguments so only the first string pointer in argv is used. Found during code inspection. Notes: svn path=/head/; revision=337502
* Use the .Fx macro in the man page.Rick Macklem2018-06-151-1/+2
| | | | | | | Reported by: bjk Notes: svn path=/head/; revision=335240
* Add a command that copies or migrates a data file from one DS to another.Rick Macklem2018-06-153-0/+416
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. Notes: svn path=/head/; revision=335236