Add missing warning to zfs(8) for using "zfs destroy" with -r and -R flags.

Obtained from:	illumos
MFC after:	6 days
This commit is contained in:
Martin Matuska 2011-11-28 09:14:51 +00:00
parent e63fe86b27
commit 4aaac65b91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228054

View File

@ -1423,6 +1423,13 @@ Force an unmount of any file systems using the
command. This option has no effect on non-file systems or unmounted file
systems.
.El
.Pp
Extreme care should be taken when applying either the
.Fl r
or the
.Fl R
options, as they can destroy large portions of a pool and cause unexpected
behavior for mounted file systems in use.
.It Xo
.Nm
.Cm destroy
@ -1450,6 +1457,13 @@ Recursively destroy all dependents.
.It Fl d
Defer snapshot deletion.
.El
.Pp
Extreme care should be taken when applying either the
.Fl r
or the
.Fl R
options, as they can destroy large portions of a pool and cause unexpected
behavior for mounted file systems in use.
.It Xo
.Nm
.Cm snapshot