From: Christophe Varoqui Date: Sun, 30 Nov 2008 23:35:42 +0000 (+0100) Subject: [doc] path_checker can't be set in a multipath {} config block X-Git-Tag: 0.4.9~163 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8ea021ee4f5adc659d9595f67edc7a4e13683d2;p=platform%2Fupstream%2Fmultipath-tools.git [doc] path_checker can't be set in a multipath {} config block All docs wrongly stated that as valid. It is not, mainly because path checker selection happens before assigning the path to a multipath. Thanks to Matthew Kent for pointing this out. --- diff --git a/multipath.conf.annotated b/multipath.conf.annotated index 3653477..7663567 100644 --- a/multipath.conf.annotated +++ b/multipath.conf.annotated @@ -205,15 +205,6 @@ # path_grouping_policy multibus # # # -# # name : path_checker -# # scope : multipathd -# # desc : path checking alorithm to use to check path state -# # values : readsector0|tur|emc_clariion|hp_sw|directio -# # default : directio -# # -# # path_checker directio -# -# # # # name : path_selector # # desc : the path selector algorithm to use for this mpath # # these algo are offered by the kernel mpath target diff --git a/multipath.conf.synthetic b/multipath.conf.synthetic index 6459f56..c7f96a2 100644 --- a/multipath.conf.synthetic +++ b/multipath.conf.synthetic @@ -36,7 +36,6 @@ # wwid 3600508b4000156d700012000000b0000 # alias yellow # path_grouping_policy multibus -# path_checker directio # path_selector "round-robin 0" # failback manual # rr_weight priorities diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5 index 39639dd..c02245c 100644 --- a/multipath/multipath.conf.5 +++ b/multipath/multipath.conf.5 @@ -303,8 +303,6 @@ section: .TP 18 .B path_grouping_policy .TP -.B path_checker -.TP .B path_selector .TP .B failback