]> git.proxmox.com Git - mirror_zfs.git/commit - configure.ac
OpenZFS 5997 - FRU field not set during pool creation and never updated
authorHans Rosenfeld <hans.rosenfeld@nexenta.com>
Wed, 27 Jul 2016 22:29:15 +0000 (15:29 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 12 Aug 2016 20:06:48 +0000 (13:06 -0700)
commitfb390aafc8338c62115e611dbe1917bbe7435eef
tree4b0289f3ad18c14867031de741cf97121e214963
parent834f1e426caf4e752d2411be6f1c6138f479c96d
OpenZFS 5997 - FRU field not set during pool creation and never updated

Authored by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Josef Sipek <josef.sipek@nexenta.com>
Reviewed by: Richard Elling <richard.elling@gmail.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Signed-off-by: Don Brady <don.brady@intel.com>
Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
OpenZFS-issue: https://www.illumos.org/issues/5997
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/1437283

Porting Notes:

In addition to the OpenZFS changes this patch realigns the events
with those found in OpenZFS.

Events which would be logged as sysevents on illumos have been
been mapped to the 'sysevent' class for Linux.  In addition, several
subclass names have been changed to match what is used in OpenZFS.
In all cases this means a '.' was changed to an '_' in the subclass.

The scripts provided by ZoL have been updated, however users which
provide scripts for any of the following events will need to rename
them based on the new subclass names.

  ereport.fs.zfs.config.sync         sysevent.fs.zfs.config_sync
  ereport.fs.zfs.zpool.destroy       sysevent.fs.zfs.pool_destroy
  ereport.fs.zfs.zpool.reguid        sysevent.fs.zfs.pool_reguid
  ereport.fs.zfs.vdev.remove         sysevent.fs.zfs.vdev_remove
  ereport.fs.zfs.vdev.clear          sysevent.fs.zfs.vdev_clear
  ereport.fs.zfs.vdev.check          sysevent.fs.zfs.vdev_check
  ereport.fs.zfs.vdev.spare          sysevent.fs.zfs.vdev_spare
  ereport.fs.zfs.vdev.autoexpand     sysevent.fs.zfs.vdev_autoexpand
  ereport.fs.zfs.resilver.start      sysevent.fs.zfs.resilver_start
  ereport.fs.zfs.resilver.finish     sysevent.fs.zfs.resilver_finish
  ereport.fs.zfs.scrub.start         sysevent.fs.zfs.scrub_start
  ereport.fs.zfs.scrub.finish        sysevent.fs.zfs.scrub_finish
  ereport.fs.zfs.bootfs.vdev.attach  sysevent.fs.zfs.bootfs_vdev_attach
24 files changed:
cmd/zed/Makefile.am
cmd/zed/zed.d/resilver.finish-notify.sh [deleted symlink]
cmd/zed/zed.d/resilver_finish-notify.sh [new symlink]
cmd/zed/zed.d/scrub.finish-notify.sh [deleted file]
cmd/zed/zed.d/scrub_finish-notify.sh [new file with mode: 0755]
cmd/zed/zed_event.c
configure.ac
include/sys/Makefile.am
include/sys/fm/fs/zfs.h
include/sys/fm/protocol.h
include/sys/spa.h
include/sys/sysevent.h [new file with mode: 0644]
include/sys/sysevent/Makefile.am [new file with mode: 0644]
include/sys/sysevent/eventdefs.h [new file with mode: 0644]
include/sys/zfs_context.h
lib/libspl/include/sys/Makefile.am
lib/libspl/include/sys/sysevent.h [deleted file]
lib/libspl/include/sys/sysevent/Makefile.am [deleted file]
lib/libspl/include/sys/sysevent/eventdefs.h [deleted file]
module/zfs/dsl_scan.c
module/zfs/spa.c
module/zfs/spa_config.c
module/zfs/vdev.c
module/zfs/zfs_fm.c