@@ -27,7 +27,7 @@ or \fBmultipathd show config\fR command.
2727.
2828.PP
2929Additional configuration can be made in drop-in files under
30- .B @CONFIGDIR@.
30+ .BR @CONFIGDIR@/ .
3131Files ending in \fI .conf \fR in this directory are read
3232in alphabetical order, after reading \fI @CONFIGFILE@ \fR .
3333They use the same syntax as \fI @CONFIGFILE@ \fR itself,
@@ -864,11 +864,11 @@ to the end of the reservation key.
864864.RS
865865.PP
866866Alternatively, this can be set to \fB file \fR , which will store the RESERVATION
867- KEY registered by mpathpersist in the \fI prkeys_file \fR . multipathd will then
868- use this key to register additional paths as they appear. When the
867+ KEY registered by mpathpersist in the \fI @STATE_DIR@/prkeys \fR file . multipathd
868+ will then use this key to register additional paths as they appear. When the
869869registration is removed, the RESERVATION KEY is removed from the
870- \fI prkeys_file \fR . The prkeys file will automatically keep track of whether
871- the key was registered with \fI --param-aptpl \fR .
870+ \fI @STATE_DIR@/prkeys \fR file . The prkeys file will automatically keep track of
871+ whether the key was registered with \fI --param-aptpl \fR .
872872.TP
873873The default is: \fB <unset> \fR
874874.RE
@@ -1189,9 +1189,9 @@ detects a new device. The following values are possible:
11891189.I strict
11901190Both multipath and multipathd treat only such devices as multipath devices
11911191which have been part of a multipath map previously, and which are therefore
1192- listed in the \fB wwids_file \fR . Users can manually set up multipath maps using the
1193- \fB multipathd add map \fR command. Once set up manually, the map is
1194- remembered in the wwids file and will be set up automatically in the future.
1192+ listed in the \fI @STATE_DIR@/wwids \fR file . Users can manually set up multipath
1193+ maps using the \fB multipathd add map \fR command. Once set up manually, the map is
1194+ remembered in the WWIDs file and will be set up automatically in the future.
11951195.TP
11961196.I off
11971197Multipath behaves like \fB strict \fR . Multipathd behaves like \fB greedy \fR .
@@ -1551,8 +1551,8 @@ this is \fBnot\fR a regular expression or a substring; WWIDs must match
15511551exactly inside the multipaths section.
15521552.TP
15531553.B alias
1554- Symbolic name for the multipath map. This takes precedence over a an entry for
1555- the same WWID in the \fI bindings_file \fR .
1554+ Symbolic name for the multipath map. This takes precedence over an entry for
1555+ the same WWID in the \fI @STATE_DIR@/bindings \fR file .
15561556.LP
15571557.
15581558.
@@ -1642,9 +1642,9 @@ for more than 100 known multipath-capable storage devices. The devices section
16421642can be used to override these settings. If there are multiple matches for a
16431643given device, the attributes of all matching entries are applied to it.
16441644If an attribute is specified in several matching device subsections,
1645- later entries take precedence. Thus, entries in files under \fI config_dir \fR (in
1646- reverse alphabetical order) have the highest precedence, followed by entries
1647- in \fI @CONFIGFILE@ \fR ; the built-in hardware table has the lowest
1645+ later entries take precedence. Thus, entries in files under the \fI @CONFIGDIR@/ \fR
1646+ directory (in reverse alphabetical order) have the highest precedence, followed
1647+ by entries in \fI @CONFIGFILE@ \fR ; the built-in hardware table has the lowest
16481648precedence. Inside a configuration file, later entries have higher precedence
16491649than earlier ones.
16501650.LP
@@ -2084,6 +2084,35 @@ specified the order of precedence is \fIno_path_retry, queue_if_no_path, dev_los
20842084.
20852085.
20862086.\" ----------------------------------------------------------------------------
2087+ .SH "FILES"
2088+ .\" ----------------------------------------------------------------------------
2089+ .
2090+ Default paths for configuration files and directories:
2091+ .TP
2092+ .I @CONFIGFILE@
2093+ Main configuration file.
2094+ .TP
2095+ .I @CONFIGDIR@/
2096+ Directory for configuration drop-in files.
2097+ .TP
2098+ .I @STATE_DIR@/bindings
2099+ Bindings file, used when the \fB user_friendly_names \fR option is set to
2100+ \fB yes \fR to assign a persistent and unique alias to each multipath device.
2101+ .TP
2102+ .I @STATE_DIR@/prkeys
2103+ Persistent reservation keys file, used by multipathd to keep track of the
2104+ reservation key used for a specific WWID when \fB reservation_key \fR is set
2105+ to \fB file \fR .
2106+ .TP
2107+ .I @STATE_DIR@/wwids
2108+ WWIDs file, used by multipath to keep track of the WWIDs of LUNs for which
2109+ multipath devices have been created in the past.
2110+ .TP
2111+ .I @RUNTIME_DIR@/multipathd.pid
2112+ PID file.
2113+ .
2114+ .
2115+ .\" ----------------------------------------------------------------------------
20872116.SH "SEE ALSO"
20882117.\" ----------------------------------------------------------------------------
20892118.
0 commit comments