This adds an option to zfs send ("-V"), which will set the process title to the progress during a send.
This code has been in FreeNAS for a while.
Differential D19184
Set process title during zfs send sef on Feb 13 2019, 9:40 PM. Authored by Tags None Referenced Files
Details
This adds an option to zfs send ("-V"), which will set the process title to the progress during a send. This code has been in FreeNAS for a while. man zfs (to check for man page changes)
Diff Detail
Event TimelineComment Actions Ah I didn't realized that we haven't upstreamed it & thanks for forward-porting it for so many years... Comment Actions I diff'd the wrong source tree. I just made sure this one built, and produced the correct results, e.g. root 1314 102.1 0.0 17036 5864 0 R+ 17:19 0:18.03 zfs: sending zroot/FreeBSD@PRE-REBASE (1%: 1636820568/108027195912) (zfs) Comment Actions Looks good from manpages. I guess bumping the .Dd to the date of the commit does not hurt. Comment Actions This might be a dumb question, but does the process title change often enough that setproctitle_fast() added in rS335939 should be used? Comment Actions I hope this review isn't waiting on my feedback, since I just had a question that was answered. I can't actually review the code. |