mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Illumos 3749 - zfs event processing should work on R/O root filesystems
3749 zfs event processing should work on R/O root filesystems Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Christopher Siden <christopher.siden@delphix.com> References: https://www.illumos.org/issues/3749 https://github.com/illumos/illumos-gate/commit/3cb69f7 Porting notes: - [include/sys/spa_impl.h] -ffe9d38Add generic errata infrastructure -1421c89Add visibility in to arc_read - [include/sys/fm/fs/zfs.h] -2668527Add linux events -6283f55Support custom build directories and move includes - [module/zfs/spa_config.c] - Updated spa_config_sync() to match illumos with the exception of a Linux specific block. Ported-by: kernelOfTruth kerneloftruth@gmail.com Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
committed by
Brian Behlendorf
parent
e9e3d31d2c
commit
b47637ecdc
@@ -56,6 +56,7 @@ extern "C" {
|
||||
#define FM_EREPORT_ZFS_IO_FAILURE "io_failure"
|
||||
#define FM_EREPORT_ZFS_PROBE_FAILURE "probe_failure"
|
||||
#define FM_EREPORT_ZFS_LOG_REPLAY "log_replay"
|
||||
#define FM_EREPORT_ZFS_CONFIG_CACHE_WRITE "config_cache_write"
|
||||
#define FM_EREPORT_ZFS_RESILVER_START "resilver.start"
|
||||
#define FM_EREPORT_ZFS_RESILVER_FINISH "resilver.finish"
|
||||
#define FM_EREPORT_ZFS_SCRUB_START "scrub.start"
|
||||
|
||||
Reference in New Issue
Block a user