Blame tests/mpath_no_mpathconf/multipath

Packit 2ba279
#!/bin/bash
Packit 2ba279
Packit 2ba279
cat <
Packit 2ba279
Unknown switch: (null)
Packit 2ba279
multipath-tools v0.4.9 (05/33, 2016)
Packit 2ba279
Usage:
Packit 2ba279
  multipath [-a|-A|-c|-w|-W] [-d] [-T tm:val] [-r] [-v lvl] [-p pol] [-b fil] [-q] [dev]
Packit 2ba279
  multipath -l|-ll|-f [-v lvl] [-b fil] [dev]
Packit 2ba279
  multipath -F [-v lvl]
Packit 2ba279
  multipath -t
Packit 2ba279
  multipath -h
Packit 2ba279
Packit 2ba279
Where:
Packit 2ba279
  -h      print this usage text
Packit 2ba279
  -l      show multipath topology (sysfs and DM info)
Packit 2ba279
  -ll     show multipath topology (maximum info)
Packit 2ba279
  -f      flush a multipath device map
Packit 2ba279
  -F      flush all multipath device maps
Packit 2ba279
  -a      add a device wwid to the wwids file
Packit 2ba279
  -A      add devices from kernel command line mpath.wwids
Packit 2ba279
          parameters to wwids file
Packit 2ba279
  -c      check if a device should be a path in a multipath device
Packit 2ba279
  -T tm:val
Packit 2ba279
          check if tm matches the multipathd timestamp. If so val is
Packit 2ba279
          whether or not the device is a path in a multipath device
Packit 2ba279
  -q      allow queue_if_no_path when multipathd is not running
Packit 2ba279
  -d      dry run, do not create or update devmaps
Packit 2ba279
  -t      dump internal hardware table
Packit 2ba279
  -r      force devmap reload
Packit 2ba279
  -B      treat the bindings file as read only
Packit 2ba279
  -p      policy failover|multibus|group_by_serial|group_by_prio
Packit 2ba279
  -b fil  bindings file location
Packit 2ba279
  -w      remove a device from the wwids file
Packit 2ba279
  -W      reset the wwids file include only the current devices
Packit 2ba279
  -p pol  force all maps to specified path grouping policy :
Packit 2ba279
          . failover            one path per priority group
Packit 2ba279
          . multibus            all paths in one priority group
Packit 2ba279
          . group_by_serial     one priority group per serial
Packit 2ba279
          . group_by_prio       one priority group per priority lvl
Packit 2ba279
          . group_by_node_name  one priority group per target node
Packit 2ba279
  -v lvl  verbosity level
Packit 2ba279
          . 0 no output
Packit 2ba279
          . 1 print created devmap names only
Packit 2ba279
          . 2 default verbosity
Packit 2ba279
          . 3 print debug information
Packit 2ba279
  dev     action limited to:
Packit 2ba279
          . multipath named 'dev' (ex: mpath0) or
Packit 2ba279
          . multipath whose wwid is 'dev' (ex: 60051..)
Packit 2ba279
          . multipath including the path named 'dev' (ex: /dev/sda)
Packit 2ba279
          . multipath including the path with maj:min 'dev' (ex: 8:0)
Packit 2ba279
EOF