]> git.proxmox.com Git - ceph.git/blame - ceph/doc/man/8/ceph-rbdnamer.rst
import 15.2.4
[ceph.git] / ceph / doc / man / 8 / ceph-rbdnamer.rst
CommitLineData
7c673cae
FG
1:orphan:
2
3==================================================
4 ceph-rbdnamer -- udev helper to name RBD devices
5==================================================
6
7.. program:: ceph-rbdnamer
8
9
10Synopsis
11========
12
13| **ceph-rbdnamer** *num*
14
15
16Description
17===========
18
19**ceph-rbdnamer** prints the pool and image name for the given RBD devices
20to stdout. It is used by `udev` (using a rule like the one below) to
21set up a device symlink.
22
23
24::
25
26 KERNEL=="rbd[0-9]*", PROGRAM="/usr/bin/ceph-rbdnamer %n", SYMLINK+="rbd/%c{1}/%c{2}"
27
28
29Availability
30============
31
32**ceph-rbdnamer** is part of Ceph, a massively scalable, open-source, distributed storage system. Please
33refer to the Ceph documentation at http://ceph.com/docs for more
34information.
35
36
37See also
38========
39
40:doc:`rbd <rbd>`\(8),
41:doc:`ceph <ceph>`\(8)