]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd: document mount_timeout in the man page 4756/head
authorIlya Dryomov <idryomov@gmail.com>
Mon, 25 May 2015 11:22:34 +0000 (14:22 +0300)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 25 May 2015 12:41:51 +0000 (15:41 +0300)
With "rbd: timeout watch teardown on unmap with mount_timeout" going
into kernel 4.2, document its effect in the man page.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
doc/man/8/rbd.rst

index 455295114a6ca1e298efdbf8f12a1bb5a6651b28..ba09131c57de3dbed9c8650c4b85b8aebb4fc313 100644 (file)
@@ -422,6 +422,11 @@ the running kernel.
 
 * notcp_nodelay - Enable Nagle's algorithm on client sockets (since 4.0).
 
+* mount_timeout=x - A timeout on various steps in `rbd map` and `rbd unmap`
+  sequences (default is 60 seconds).  In particular, since 4.2 this can be used
+  to ensure that `rbd unmap` eventually times out when there is no network
+  connection to a cluster.
+
 * osdkeepalive=x - OSD keepalive timeout (default is 5 seconds).
 
 * osd_idle_ttl=x - OSD idle TTL (default is 60 seconds).