mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
doc/man/ceph-rbdnamer: remove obsolete udev rule
Fixes: https://tracker.ceph.com/issues/58398 Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
9939dcc401
commit
8ca3bd5042
@ -16,15 +16,10 @@ Synopsis
|
||||
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}"
|
||||
|
||||
**ceph-rbdnamer** prints the pool, namespace, image and snapshot names
|
||||
for a given RBD device to stdout. It is used by `udev` device manager
|
||||
to set up RBD device symlinks. The appropriate `udev` rules are
|
||||
provided in a file named `50-rbd.rules`.
|
||||
|
||||
Availability
|
||||
============
|
||||
|
||||
Loading…
Reference in New Issue
Block a user