MyNixOS website logo
option

services.multipath.devices

This option allows you to define arrays for use in multipath groups.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    vendor = "\"COMPELNT\"";
    product = "\"Compellent Vol\"";
    path_checker = "tur";
    no_path_retry = "queue";
    max_sectors_kb = 256;
  }, ...
]