ceph-rbdnamer – udev helper to name RBD devices
Synopsis
ceph-rbdnamernum
Description
ceph-rbdnamer prints the pool and image name for the given RBD devicesto stdout. It is used by udev (using a rule like the one below) toset up a device symlink.
- KERNEL=="rbd[0-9]*", PROGRAM="/usr/bin/ceph-rbdnamer %n", SYMLINK+="rbd/%c{1}/%c{2}"
Availability
ceph-rbdnamer is part of Ceph, a massively scalable, open-source, distributed storage system. Pleaserefer to the Ceph documentation at http://ceph.com/docs for moreinformation.