diff options
author | Tom Caputi <tcaputi@datto.com> | 2019-05-01 20:34:24 -0400 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2019-05-13 23:49:36 +0300 |
commit | 3db6627c6730f7ec4426ac0be0e9338235aed2d8 (patch) | |
tree | c9fbf24d1fe4aca3db90e9a76da66327bc3527c6 /usr/src/man | |
parent | 12a8814c13fbb1d6d58616cf090ea5815dc107f9 (diff) | |
download | illumos-gate-3db6627c6730f7ec4426ac0be0e9338235aed2d8.tar.gz |
10900 Fix estimated scrub completion time
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man1m/zpool.1m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/man/man1m/zpool.1m b/usr/src/man/man1m/zpool.1m index 5abbbcc018..f07bf81bd0 100644 --- a/usr/src/man/man1m/zpool.1m +++ b/usr/src/man/man1m/zpool.1m @@ -1808,6 +1808,10 @@ If a scrub is paused, the resumes it. If a resilver is in progress, ZFS does not allow a scrub to be started until the resilver completes. +.Pp +Note that, due to changes in pool data on a live system, it is possible for +scrubs to progress slightly beyond 100% completion. +During this period, no completion time estimate will be provided. .Bl -tag -width Ds .It Fl s Stop scrubbing. |