From 8ca3bd5042094aa0e67d728131f8fa942919717e Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Tue, 10 Jan 2023 13:40:20 +0100 Subject: [PATCH] doc/man/ceph-rbdnamer: remove obsolete udev rule Fixes: https://tracker.ceph.com/issues/58398 Signed-off-by: Ilya Dryomov --- doc/man/8/ceph-rbdnamer.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/doc/man/8/ceph-rbdnamer.rst b/doc/man/8/ceph-rbdnamer.rst index ccbb6a8050f40..fbf235e0662e8 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 ============ -- 2.39.5