ceph/doc/man/8/ceph-rbdnamer.rst
Loic Dachary 8d60cd1ac2 man: Ceph is also an object store
Replace

   Ceph distributed file system

with

   Ceph distributed storage system

to help reduce the idea that Ceph is just a file system.

Signed-off-by: Loic Dachary <loic@dachary.org>
2013-12-10 18:33:05 +01:00

40 lines
769 B
ReStructuredText

==================================================
ceph-rbdnamer -- udev helper to name RBD devices
==================================================
.. program:: ceph-rbdnamer
Synopsis
========
| **ceph-rbdnamer** *num*
Description
===========
**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}"
Availability
============
**ceph-rbdnamer** is part of the Ceph distributed storage system. Please
refer to the Ceph documentation at http://ceph.com/docs for more
information.
See also
========
:doc:`rbd <rbd>`\(8),
:doc:`ceph <ceph>`\(8)