DOKK / manpages / debian 11 / ceph-common / ceph-rbdnamer.8.en
CEPH-RBDNAMER(8) Ceph CEPH-RBDNAMER(8)

ceph-rbdnamer - udev helper to name RBD devices

ceph-rbdnamer num

ceph-rbdnamer prints the pool and image name for the given RBD devices to stdout. It is used by udev (using a rule like the one below) to set up a device symlink.

KERNEL=="rbd[0-9]*", PROGRAM="/usr/bin/ceph-rbdnamer %n", SYMLINK+="rbd/%c{1}/%c{2}"


ceph-rbdnamer is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to the Ceph documentation at http://ceph.com/docs for more information.

rbd(8), ceph(8)

2010-2021, Inktank Storage, Inc. and contributors. Licensed under Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)

May 27, 2021 dev