mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
OpenZFS 8959 - Add notifications when a scrub is paused or resumed
Authored by: Sean Eric Fagan <sef@ixsystems.com> Reviewed by: Alek Pinchuk <pinchuk.alek@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Approved by: Gordon Ross <gwr@nexenta.com> Ported-by: Giuseppe Di Natale <dinatale2@llnl.gov> 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
This commit is contained in:
committed by
Brian Behlendorf
parent
3da3488e63
commit
43cb30b3ce
@@ -110,6 +110,9 @@ extern "C" {
|
||||
#define ESC_ZFS_CONFIG_SYNC "config_sync"
|
||||
#define ESC_ZFS_SCRUB_START "scrub_start"
|
||||
#define ESC_ZFS_SCRUB_FINISH "scrub_finish"
|
||||
#define ESC_ZFS_SCRUB_ABORT "scrub_abort"
|
||||
#define ESC_ZFS_SCRUB_RESUME "scrub_resume"
|
||||
#define ESC_ZFS_SCRUB_PAUSED "scrub_paused"
|
||||
#define ESC_ZFS_VDEV_SPARE "vdev_spare"
|
||||
#define ESC_ZFS_VDEV_AUTOEXPAND "vdev_autoexpand"
|
||||
#define ESC_ZFS_BOOTFS_VDEV_ATTACH "bootfs_vdev_attach"
|
||||
|
||||
Reference in New Issue
Block a user