2011-09-23 22:52:49 +00:00
|
|
|
==================================================
|
2011-09-21 23:28:43 +00:00
|
|
|
ceph-rbdnamer -- udev helper to name RBD devices
|
2011-09-23 22:52:49 +00:00
|
|
|
==================================================
|
2011-09-09 23:21:52 +00:00
|
|
|
|
2011-09-21 23:28:43 +00:00
|
|
|
.. program:: ceph-rbdnamer
|
2011-09-09 23:21:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
========
|
|
|
|
|
2011-09-21 23:28:43 +00:00
|
|
|
| **ceph-rbdnamer** *num*
|
2011-09-09 23:21:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
2011-09-21 23:28:43 +00:00
|
|
|
**ceph-rbdnamer** prints the pool and image name for the given RBD devices
|
2011-09-09 23:21:52 +00:00
|
|
|
to stdout. It is used by `udev` (using a rule like the one below) to
|
|
|
|
set up a device symlink.
|
|
|
|
|
|
|
|
|
|
|
|
::
|
|
|
|
|
2011-12-15 21:49:10 +00:00
|
|
|
KERNEL=="rbd[0-9]*", PROGRAM="/usr/bin/ceph-rbdnamer %n", SYMLINK+="rbd/%c{1}/%c{2}"
|
2011-09-09 23:21:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
Availability
|
|
|
|
============
|
|
|
|
|
2013-12-07 20:52:16 +00:00
|
|
|
**ceph-rbdnamer** is part of the Ceph distributed storage system. Please
|
2012-06-16 21:50:29 +00:00
|
|
|
refer to the Ceph documentation at http://ceph.com/docs for more
|
2011-09-09 23:21:52 +00:00
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
|
|
See also
|
|
|
|
========
|
|
|
|
|
|
|
|
:doc:`rbd <rbd>`\(8),
|
|
|
|
:doc:`ceph <ceph>`\(8)
|