2011-04-07 06:47:02 +00:00
|
|
|
# Persistent links for zvol
|
2011-02-22 10:58:44 +00:00
|
|
|
#
|
|
|
|
# persistent disk links: /dev/zvol/dataset_name
|
2021-07-06 20:41:17 +00:00
|
|
|
#
|
|
|
|
# NOTE: We used to also create an additional tree of zvol symlinks located at
|
|
|
|
# /dev/dataset_name (i.e. without the 'zvol' path component) for
|
|
|
|
# compatibility reasons. These are no longer created anymore, and should
|
|
|
|
# not be relied upon.
|
|
|
|
#
|
2011-02-22 10:58:44 +00:00
|
|
|
|
2021-07-06 20:41:17 +00:00
|
|
|
KERNEL=="zd*", SUBSYSTEM=="block", ACTION=="add|change", PROGRAM=="@udevdir@/zvol_id $devnode", SYMLINK+="zvol/%c"
|