From 43cb30b3ce6ee3c3041276c93594ae61e7daaf86 Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Mon, 6 Nov 2017 15:13:23 -0800 Subject: OpenZFS 8959 - Add notifications when a scrub is paused or resumed Authored by: Sean Eric Fagan Reviewed by: Alek Pinchuk Reviewed by: Matthew Ahrens Reviewed-by: George Melikov Reviewed-by: Tony Hutter Reviewed-by: Brian Behlendorf Approved by: Gordon Ross Ported-by: Giuseppe Di Natale Porting Notes: - Brought #defines in eventdefs.h in line with ZFS on Linux format. - Updated zfs-events.5 with the new events. OpenZFS-issue: https://www.illumos.org/issues/8959 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/c862b93eea Closes #7049 --- man/man5/zfs-events.5 | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'man/man5') diff --git a/man/man5/zfs-events.5 b/man/man5/zfs-events.5 index 398ea8ad1..5cef4f539 100644 --- a/man/man5/zfs-events.5 +++ b/man/man5/zfs-events.5 @@ -328,7 +328,34 @@ Issued when a scrub is started on a pool. \fBscrub.finish\fR .ad .RS 12n -Issued when a pool have finished scrubbing. +Issued when a pool has finished scrubbing. +.RE + +.sp +.ne 2 +.na +\fBscrub.abort\fR +.ad +.RS 12n +Issued when a scrub is aborted on a pool. +.RE + +.sp +.ne 2 +.na +\fBscrub.resume\fR +.ad +.RS 12n +Issued when a scrub is resumed on a pool. +.RE + +.sp +.ne 2 +.na +\fBscrub.paused\fR +.ad +.RS 12n +Issued when a scrub is paused on a pool. .RE .sp -- cgit v1.2.3