mirror_zfs/cmd/zed
наб 9c5256a2fe zed.d/pool_import-led.sh: fix for current zpool scripts
Also minor clean-up with folding state_to_val() into a case,
unrolling the lesser-available seq into numbers,
ignoring vdev states we don't care about,
and documentation comments

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #11934
Closes #11935
2021-05-10 12:11:33 -07:00
..
agents zed: set names for all threads 2021-04-14 13:19:48 -07:00
zed.d zed.d/pool_import-led.sh: fix for current zpool scripts 2021-05-10 12:11:33 -07:00
.gitignore Initial implementation of zed (ZFS Event Daemon) 2014-04-02 13:10:03 -07:00
Makefile.am cppcheck: integrete cppcheck 2021-01-26 16:12:26 -08:00
zed_conf.c zed: set O_CLOEXEC on persistent fds, remove closefrom() from pre-exec 2021-04-19 15:12:41 -07:00
zed_conf.h zed: don't malloc() global zed_conf instance, optimise zed_conf layout 2021-04-14 13:19:49 -07:00
zed_disk_event.c zed: set names for all threads 2021-04-14 13:19:48 -07:00
zed_disk_event.h Bring over illumos ZFS FMA logic -- phase 1 2016-09-01 11:39:45 -07:00
zed_event.c zed: set O_CLOEXEC on persistent fds, remove closefrom() from pre-exec 2021-04-19 15:12:41 -07:00
zed_event.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_exec.c zed: protect against wait4()/fork() races to the launched process tree 2021-04-22 14:53:51 -07:00
zed_exec.h zed: allow limiting concurrent jobs 2021-04-14 13:19:49 -07:00
zed_file.c zed: only go up to current limit in close_from() fallback 2021-04-14 13:19:49 -07:00
zed_file.h zed: replace zed_file_write_n() with write(2), purge it 2021-04-14 13:19:49 -07:00
zed_log.c Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_log.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_strings.c Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_strings.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed.c zed: don't malloc() global zed_conf instance, optimise zed_conf layout 2021-04-14 13:19:49 -07:00
zed.h zed: remove zed_conf::{min,max}_events and ZED_{MIN,MAX}_EVENTS 2021-04-14 13:19:49 -07:00