mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 11:29:36 +03:00
f132992361
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
7 lines
253 B
Plaintext
7 lines
253 B
Plaintext
# Persistent links for zvol
|
|
#
|
|
# persistent disk links: /dev/zvol/dataset_name
|
|
# also creates compatibilty symlink of /dev/dataset_name
|
|
|
|
KERNEL=="zd*" SUBSYSTEM=="block" ACTION=="add|change" PROGRAM="@prefix@/bin/zvol_id $tempnode" SYMLINK+="zvol/%c %c"
|