Bug 197591 - feature request: implement SIGINFO With `zfs send`
Summary: feature request: implement SIGINFO With `zfs send`
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Shawn Webb
URL:
Keywords: feature
Depends on:
Blocks:
 
Reported: 2015-02-13 10:24 UTC by Shawn Webb
Modified: 2025-11-13 00:58 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Webb 2015-02-13 10:24:35 UTC
The `zfs send` command doesn't currently support SIGINFO. It seems like that would be an extremely useful feature. So this is just a feature request. If I get time, I might implement it and submit a patch.
Comment 1 Alan Somers freebsd_committer freebsd_triage 2023-12-07 16:22:49 UTC
That would not be easy to do, because almost the entire command happens within the kernel in a single ioctl call.  Instead, I suggest piping find to pv (from sysutils/pv) for progress monitoring.
Comment 2 Alan Somers freebsd_committer freebsd_triage 2025-01-23 14:18:47 UTC
Reassigning to the submitter, since this is a feature request.  Please close the issue if you no longer intend to do it.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2025-11-13 00:58:14 UTC
^Triage: close as OBE, as there does not seem to be anything happening here.