mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Illumos #3104: eliminate empty bpobjs
3104 eliminate empty bpobjs Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Eric Schrock <eric.schrock@delphix.com> References: illumos/illumos-gate@f174573681 illumos changeset: 13782:8f78aae28a63 https://www.illumos.org/issues/3104 Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
committed by
Brian Behlendorf
parent
91579709fc
commit
753c38392d
@@ -169,5 +169,33 @@ through the \fBfreeing\fR property.
|
||||
|
||||
This feature is only \fBactive\fR while \fBfreeing\fR is non\-zero.
|
||||
.RE
|
||||
|
||||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
\fB\fBempty_bpobj\fR\fR
|
||||
.ad
|
||||
.RS 4n
|
||||
.TS
|
||||
l l .
|
||||
GUID com.delphix:empty_bpobj
|
||||
READ\-ONLY COMPATIBLE yes
|
||||
DEPENDENCIES none
|
||||
.TE
|
||||
|
||||
This feature increases the performance of creating and using a large
|
||||
number of snapshots of a single filesystem or volume, and also reduces
|
||||
the disk space required.
|
||||
|
||||
When there are many snapshots, each snapshot uses many Block Pointer
|
||||
Objects (bpobj's) to track blocks associated with that snapshot.
|
||||
However, in common use cases, most of these bpobj's are empty. This
|
||||
feature allows us to create each bpobj on-demand, thus eliminating the
|
||||
empty bpobjs.
|
||||
|
||||
This feature is \fBactive\fR while there are any filesystems, volumes,
|
||||
or snapshots which were created after enabling this feature.
|
||||
.RE
|
||||
|
||||
.SH "SEE ALSO"
|
||||
\fBzpool\fR(1M)
|
||||
|
||||
Reference in New Issue
Block a user