mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 19:39:35 +03:00
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
|
# Peristent links for zvol
|
||
|
#
|
||
|
# persistent disk links: /dev/zvol/dataset_name
|
||
|
# also creates compatibilty symlink of /dev/dataset_name
|
||
|
|
||
|
KERNEL=="zd*" SUBSYSTEM=="block" ACTION=="add" PROGRAM="/usr/bin/zvol_id $tempnode" SYMLINK+="zvol/%c %c"
|