diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 54ba68698..5c45b049b 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -25,6 +25,7 @@ .\" Copyright (c) 2017 Datto Inc. .\" Copyright (c) 2017 George Melikov. All Rights Reserved. .\" Copyright 2017 Nexenta Systems, Inc. +.\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. .\" .Dd August 23, 2017 .Dt ZPOOL 8 SMM @@ -140,6 +141,7 @@ .Ar pool .Nm .Cm reopen +.Op Fl n .Ar pool .Nm .Cm remove @@ -1739,9 +1741,14 @@ performing this action. .It Xo .Nm .Cm reopen +.Op Fl n .Ar pool .Xc Reopen all the vdevs associated with the pool. +.Bl -tag -width Ds +.It Fl n +Do not restart an in-progress scrub operation. This is not recommended and can +result in partially resilvered devices unless a second scrub is performed. .It Xo .Nm .Cm remove |