blob: f325e8ebfcfd899a30e14597507c5c22db0bd02b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
==============================================
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}:%n"
Availability
============
**ceph-rbdnamer** is part of the Ceph distributed file system. Please
refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
information.
See also
========
:doc:`rbd <rbd>`\(8),
:doc:`ceph <ceph>`\(8)
|