]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: update rbd-nbd man
authorMykola Golub <mgolub@suse.com>
Thu, 8 Oct 2020 11:47:07 +0000 (12:47 +0100)
committerMykola Golub <mgolub@suse.com>
Tue, 13 Oct 2020 17:32:50 +0000 (18:32 +0100)
Signed-off-by: Mykola Golub <mgolub@suse.com>
doc/man/8/rbd-nbd.rst

index df278a70d8ba968dd43d4f2ff6a5200268d8a589..74e92f73e72a3e0266b89b9a43615e2c54a3e331 100644 (file)
@@ -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
 ====================