mirror of
https://github.com/ceph/ceph
synced 2024-12-09 13:08:28 +00:00
891025e539
The device number depends on how many rbd images have been mapped. Removing it makes the name determined solely by the name, image, and snapshot that are mapped, for ease of scripting or persistence across reboots. Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
2 lines
85 B
Plaintext
2 lines
85 B
Plaintext
KERNEL=="rbd[0-9]*", PROGRAM="/usr/bin/ceph-rbdnamer %n", SYMLINK+="rbd/%c{1}/%c{2}"
|