]> git.proxmox.com Git - ceph.git/blob - ceph/doc/man/8/ceph-rbdnamer.rst
ccbb6a8050f40c46432180118813f0f95931af20
[ceph.git] / ceph / doc / man / 8 / ceph-rbdnamer.rst
1 :orphan:
2
3 ==================================================
4 ceph-rbdnamer -- udev helper to name RBD devices
5 ==================================================
6
7 .. program:: ceph-rbdnamer
8
9
10 Synopsis
11 ========
12
13 | **ceph-rbdnamer** *num*
14
15
16 Description
17 ===========
18
19 **ceph-rbdnamer** prints the pool and image name for the given RBD devices
20 to stdout. It is used by `udev` (using a rule like the one below) to
21 set 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
29 Availability
30 ============
31
32 **ceph-rbdnamer** is part of Ceph, a massively scalable, open-source, distributed storage system. Please
33 refer to the Ceph documentation at https://docs.ceph.com for more
34 information.
35
36
37 See also
38 ========
39
40 :doc:`rbd <rbd>`\(8),
41 :doc:`ceph <ceph>`\(8)