udev_dir | 指定生成 udev 设备节点的目录,默认值为 /udev 。 |
polling_interval | 以秒数指定检查两个路径间的时间间隔,默认值为 5。 |
selector | 指定用来确定下一个 I/O 操作所使用的路径的默认算法,默认值为 round-robin 0 。 |
path_grouping_policy | 指定用于未指定路径的默认路径分组策略,可能的值包括: | failover = 每个优先组群有一个路径 | multibus = 所有有效路径在一个优先组群中 | group_by_serial = 每个检测到的系列号有一个优先组群 | group_by_prio = 每个路径优先值有一个优先组群 | group_by_node_name = 每个目标节点名有一个优先组群 | 默认值为 failover 。 |
|
getuid_callout | Specifies the default program and arguments to call out to obtain a unique path identifier. An absolute path is required. | 默认值为 /sbin/scsi_id -g -u -s 。 |
|
prio_callout | Specifies the the default program and arguments to call out to obtain a path priority value. For example, the ALUA bits in SPC-3 provide an exploitable prio value for example. "none" is a valid value. The default value is no callout, indicating all paths are equal |
path_checker | 指定用来确定路径状态的默认方法。可能的值有 readsector0 、tur 、emc_clariion 、hp_sw 和 directio 。默认值为 readsector0 。 |
rr_min_io | 指定在当前路径组群中切换到下一个路径前指向一个路径的 I/O 请求数目。默认值为 1000。 |
max_fds | (RHEL 5.2 以及之后的版本)会为 multipathd 进程设定打开文件描述符的最大值。在 RHEL 5.3 中,这个选项允许值 max ,它可将打开文件描述符的数目设置为系统可承受的最大值。 |
rr_weight | If set to priorities , then instead of sending rr_min_io requests to a path before calling selector to choose the next path, the number of requests to send is determined by rr_min_io times the path's priority, as determined by the prio_callout program. Currently, there are priority callouts only for devices that use the group_by_prio path grouping policy, which means that all the paths in a path group will always have the same priority. | 如果将其设为 uniform ,那么所有路径加权是相等的。默认值为 uniform 。 |
|
failback | 指定路径组群出错切换。 | 数值 0 或者 immediate 指定一旦存在优先权高于现有路径组群的路径组群,那么系统将切换到那个路径组群。 | 大于 0 的数字值指定推迟出错切换,以秒表示。 | manual 值表明只能在操作员介入时才会发生出错切换。 | 默认值为 manual 。 |
|
no_path_retry | 这个属性的数字值指定系统在禁用队列前应该试图使用失败的路径的次数。 | fail 值表明立即失败,无需排队。 | queue 值表明在路径修复前不应停止排队。 | 默认至为(空白)。 |
|
flush_on_last_del | (在 RHEL 5.3 以及之后的版本中)如果将其设定为 yes ,multipathd 守护进程将在删除了最后一个到某个设备的路径时禁用查询。默认值为 no 。 |
queue_without_daemon | (在 RHEL 5.3 以及之后的版本中)如果将其设定为 no ,multipathd 守护进程将在关闭后禁用对所有设备的查询。默认值为 yes 。 |
user_friendly_names | 如果将其设为 yes ,即该系统应该使用文件 bindings 来将一个持久且唯一的别名分配给多路径,格式为 mpath n 。bindings 文件的默认位置为 /var/lib/multipath/bindings ,但使用 bindings_file 选项可改变此位置。如果将其设为 no ,即该系统应该使用 WWID 作为多路径的别名。在这两种情况下,您在这里指定的数值将被您在配置文件 multipaths 部分指定的具体设备别名覆盖。默认值为 no 。 |
bindings_file | (在 RHEL 5.2 以及之后的版本中)bindings 文件的位置与 user_friend_names 选项一同使用。默认值为 /var/lib/multipath/bindings 。 |
mode | (在 RHEL 5.3 以及之后的版本中)多路径设备节点使用的 mode 是八进制的。默认值由具体进程决定。 |
uid | (在 RHEL 5.3 以及之后的版本中)多路径设备节点使用的用户 ID。您必须使用数字用户 ID。默认值由具体进程决定。 |
gid | (在 RHEL 5.3 以及之后的版本中)多路径设备节点使用的组群 ID。您必须使用数字组群 ID。默认值由具体进程决定。 |