zpool.scub docs should mention pause is not always available

This commit is contained in:
Jorge Schrauwen 2018-04-21 18:25:53 +02:00 committed by rallytime
parent d73885aa5c
commit 23705b12cb
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -634,6 +634,8 @@ def scrub(zpool, stop=False, pause=False):
.. note::
Pause is only available on recent versions of ZFS.
If both ``pause`` and ``stop`` are ``True``, then ``stop`` will
win.