mirror_zfs/tests/test-runner/include
Brian Behlendorf e623aea2ec Add log_must_{retry,busy} helpers
Add helpers which automatically retry the provided command when
the error message matches the provided keyword.  This provides an
easy way to handle the asynchronous nature of some ZFS commands.

For example, the `zfs destroy` command may need to be retried in
the case where the block device is unexpected busy.  This can be
accomplished as follows:

  log_must_busy $ZFS destroy ...

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #5002
2016-08-30 15:26:14 -07:00
..
logapi.shlib Add log_must_{retry,busy} helpers 2016-08-30 15:26:14 -07:00
Makefile.am Add the ZFS Test Suite 2016-03-16 13:46:16 -07:00
stf.shlib Add the ZFS Test Suite 2016-03-16 13:46:16 -07:00