ceph/doc/man/8/ceph-rbdnamer.rst
Kefu Chai 5757c69b06 doc/man: replace http://ceph.com/docs with https://docs.ceph.com
the former brings us to a 404 page

Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-03-22 01:41:53 +08:00

42 lines
812 B
ReStructuredText

:orphan:
==================================================
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 Ceph, a massively scalable, open-source, distributed storage system. Please
refer to the Ceph documentation at https://docs.ceph.com for more
information.
See also
========
:doc:`rbd <rbd>`\(8),
:doc:`ceph <ceph>`\(8)