From: Ilya Dryomov Date: Tue, 10 Jan 2023 12:40:20 +0000 (+0100) Subject: doc/man/ceph-rbdnamer: remove obsolete udev rule X-Git-Tag: v17.2.6~228^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da5cc933a302c1ce56eb0803dd348980b093bb0a;p=ceph.git doc/man/ceph-rbdnamer: remove obsolete udev rule Fixes: https://tracker.ceph.com/issues/58398 Signed-off-by: Ilya Dryomov (cherry picked from commit 8ca3bd5042094aa0e67d728131f8fa942919717e) --- diff --git a/doc/man/8/ceph-rbdnamer.rst b/doc/man/8/ceph-rbdnamer.rst index ccbb6a8050f4..fbf235e0662e 100644 --- a/doc/man/8/ceph-rbdnamer.rst +++ b/doc/man/8/ceph-rbdnamer.rst @@ -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 ============