mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Refer to ZED's scripts as ZEDLETs
The executables invoked by the ZED in response to a given zevent have been generically referred to as "scripts". By convention, these scripts have aimed to be /bin/sh compatible for reasons of portability and comprehensibility. However, the ZED only requires they be executable and (ideally) capable of reading environment variables. As such, these scripts are now referred to as ZEDLETs (ZFS Event Daemon Linkage for Executable Tasks). Signed-off-by: Chris Dunlap <cdunlap@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #2735
This commit is contained in:
committed by
Brian Behlendorf
parent
8cb8cf91df
commit
dcca723ace
+2
-2
@@ -43,9 +43,9 @@
|
||||
#define ZED_STATE_FILE RUNSTATEDIR "/zed.state"
|
||||
|
||||
/*
|
||||
* Absolute path for the default zed script directory.
|
||||
* Absolute path for the default zed zedlet directory.
|
||||
*/
|
||||
#define ZED_SCRIPT_DIR SYSCONFDIR "/zfs/zed.d"
|
||||
#define ZED_ZEDLET_DIR SYSCONFDIR "/zfs/zed.d"
|
||||
|
||||
/*
|
||||
* Reserved for future use.
|
||||
|
||||
Reference in New Issue
Block a user