Resolving Stalled I/O

If all paths fail concurrently and I/O is queued and stalled, do the following:

  1. Enter the following command at a terminal console prompt:

    dmsetup message mapname 0 fail_if_no_path
    

    Replace mapname with the correct device ID or mapped alias name for the device. This causes all queued I/O to fail and propagates the error to the calling application.

  2. Reactivate queueing by entering the following command at a terminal console prompt:

    dmsetup message mapname 0 queue_if_no_path
    

SUSE® Linux Enterprise Server Storage Administration Guide 10