]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/ceph-rbdnamer: remove obsolete udev rule 49690/head
authorIlya Dryomov <idryomov@gmail.com>
Tue, 10 Jan 2023 12:40:20 +0000 (13:40 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 10 Jan 2023 12:43:03 +0000 (13:43 +0100)
Fixes: https://tracker.ceph.com/issues/58398
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
doc/man/8/ceph-rbdnamer.rst

index ccbb6a8050f40c46432180118813f0f95931af20..fbf235e0662e8a5cb27171721dcbe045aa9fb89b 100644 (file)
@@ -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
 ============