Print this page
3749 zfs event processing should work on R/O root filesystems
Submitted by:   Justin Gibbs <justing@spectralogic.com>
Reviewed by:    Matthew Ahrens <mahrens@delphix.com>
Reviewed by:    Eric Schrock <eric.schrock@delphix.com>

@@ -44,10 +44,11 @@
 #define FM_EREPORT_ZFS_DEVICE_TOO_SMALL         "vdev.too_small"
 #define FM_EREPORT_ZFS_DEVICE_BAD_LABEL         "vdev.bad_label"
 #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_PAYLOAD_ZFS_POOL             "pool"
 #define FM_EREPORT_PAYLOAD_ZFS_POOL_FAILMODE    "pool_failmode"
 #define FM_EREPORT_PAYLOAD_ZFS_POOL_GUID        "pool_guid"
 #define FM_EREPORT_PAYLOAD_ZFS_POOL_CONTEXT     "pool_context"