From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xose Vazquez Perez Subject: no_path_retry: NO_PATH_RETRY_FAIL vs NO_PATH_RETRY_UNDEF Date: Mon, 7 Nov 2016 17:11:33 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Kiyoshi Ueda , Christophe Varoqui , Benjamin Marzinski , Hannes Reinecke Cc: device-mapper development List-Id: dm-devel.ids Hi, NO_PATH_RETRY_UNDEF is 0 no_path_retry Specify what to do when all paths are down. Possible values are: value > 0 number of retries until disable I/O queueing. fail for immediate failure (no I/O queueing). queue for never stop I/O queueing. Similar to queue_if_no_path. Is there any real difference? Thank you.