From: Mykola Golub Date: Thu, 8 Oct 2020 11:47:07 +0000 (+0100) Subject: doc: update rbd-nbd man X-Git-Tag: v16.1.0~754^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5486050a8c5c810281d81976e1736e011af2e04f;p=ceph.git doc: update rbd-nbd man Signed-off-by: Mykola Golub --- diff --git a/doc/man/8/rbd-nbd.rst b/doc/man/8/rbd-nbd.rst index df278a70d8b..74e92f73e72 100644 --- a/doc/man/8/rbd-nbd.rst +++ b/doc/man/8/rbd-nbd.rst @@ -9,9 +9,11 @@ Synopsis ======== -| **rbd-nbd** [-c conf] [--read-only] [--device *nbd device*] [--nbds_max *limit*] [--max_part *limit*] [--exclusive] [--timeout *seconds*] map *image-spec* | *snap-spec* -| **rbd-nbd** unmap *nbd device* +| **rbd-nbd** [-c conf] [--read-only] [--device *nbd device*] [--nbds_max *limit*] [--max_part *limit*] [--exclusive] [--io-timeout *seconds*] [--reattach-timeout *seconds*] map *image-spec* | *snap-spec* +| **rbd-nbd** unmap *nbd device* | *image-spec* | *snap-spec* | **rbd-nbd** list-mapped +| **rbd-nbd** attach --device *nbd device* *image-spec* | *snap-spec* +| **rbd-nbd** detach *nbd device* | *image-spec* | *snap-spec* Description =========== @@ -45,11 +47,17 @@ Options Forbid writes by other clients. -.. option:: --timeout *seconds* +.. option:: --io-timeout *seconds* Override device timeout. Linux kernel will default to a 30 second request timeout. Allow the user to optionally specify an alternate timeout. +.. option:: --reattach-timeout *seconds* + + Specify timeout for the kernel to wait for a new rbd-nbd process is + attached after the old process is detached. The default is 30 + second. + Image and snap specs ====================