diff options
author | Turbo Fredriksson <[email protected]> | 2015-03-17 23:29:27 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-19 10:39:43 -0700 |
commit | b1a3e93217e6e474e86345010469994c066cf875 (patch) | |
tree | 9ef9f63e51e62a638e85ea47745792c03463c599 /man/man8 | |
parent | 40749aa7a6318e5588d4be1c40165e8d0ef6c44f (diff) |
Move duplicate information about the 'zfs send -e' option.
The extra one was under the 'zfs receive' command (which isn't relevant).
Instead, it should have been further up (still in the 'zfs send' option).
Signed-off-by: Turbo Fredriksson <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3194
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zfs.8 | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 45fafb9a9..ab3d0214b 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2773,6 +2773,24 @@ be the origin snapshot, or an earlier snapshot in the origin's filesystem, or the origin's origin, etc. .RE +.sp +.ne 2 +.mk +.na +\fB\fB-e\fR\fR +.ad +.sp .6 +.RS 4n +Generate a more compact stream by using WRITE_EMBEDDED records for blocks +which are stored more compactly on disk by the \fBembedded_data\fR pool +feature. This flag has no effect if the \fBembedded_data\fR feature is +disabled. The receiving system must have the \fBembedded_data\fR feature +enabled. If the \fBlz4_compress\fR feature is active on the sending system, +then the receiving system must have that feature enabled as well. See +\fBzpool-features\fR(5) for details on ZFS feature flags and the +\fBembedded_data\fR feature. +.RE + .RE .sp .ne 2 @@ -2864,24 +2882,6 @@ Force a rollback of the file system to the most recent snapshot before performin .sp .ne 2 -.na -\fB\fB-e\fR\fR -.ad -.sp .6 -.RS 4n -Generate a more compact stream by using WRITE_EMBEDDED records for blocks -which are stored more compactly on disk by the \fBembedded_data\fR pool -feature. This flag has no effect if the \fBembedded_data\fR feature is -disabled. The receiving system must have the \fBembedded_data\fR feature -enabled. If the \fBlz4_compress\fR feature is active on the sending system, -then the receiving system must have that feature enabled as well. See -\fBzpool-features\fR(5) for details on ZFS feature flags and the -\fBembedded_data\fR feature. -.RE -.RE - -.sp -.ne 2 .mk .na \fB\fBzfs allow\fR \fIfilesystem\fR | \fIvolume\fR\fR |