From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Reinecke Subject: [PATCH 02/29] Document 'infinity' as possible value for dev_loss_tmo Date: Mon, 15 Jul 2013 15:00:03 +0200 Message-ID: <1373893230-26077-3-git-send-email-hare@suse.de> References: <1373893230-26077-1-git-send-email-hare@suse.de> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1373893230-26077-1-git-send-email-hare@suse.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Christophe Varoqui Cc: dm-devel@redhat.com List-Id: dm-devel.ids infinity is a valid value for dev_loss_tmo, so we should be documenting it. Signed-off-by: Hannes Reinecke --- multipath.conf.annotated | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multipath.conf.annotated b/multipath.conf.annotated index 488720c..09ed632 100644 --- a/multipath.conf.annotated +++ b/multipath.conf.annotated @@ -248,9 +248,10 @@ # # desc : The number of seconds the scsi layer will wait after a # # problem has been detected on a FC remote port before # # removing it from the system. -# # values : n > 0 +# # values : infinity | n > 0 # # default : determined by the OS # dev_loss_tmo 600 +# # # name : bindings_file # # scope : multipath # # desc : The location of the bindings file that is used with -- 1.7.10.4