Difference between revisions of "ZFS deduplication"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
ZPOOL_NAME  7.25T  163G  7.09T        -    0%    2%  1.00x  ONLINE  -
 
ZPOOL_NAME  7.25T  163G  7.09T        -    0%    2%  1.00x  ONLINE  -
 
</pre>
 
</pre>
 +
  
 
  zpool get all ZPOOL_NAME | grep dedup
 
  zpool get all ZPOOL_NAME | grep dedup
 +
 +
 +
<pre>
 +
zpool status -D ZPOOL_NAME
 +
  pool: ZPOOL_NAME
 +
state: ONLINE
 +
  scan: none requested
 +
config:
 +
 +
NAME        STATE    READ WRITE CKSUM
 +
ZPOOL_NAME    ONLINE      0    0    0
 +
  sdc      ONLINE      0    0    0
 +
 +
errors: No known data errors
 +
 +
dedup: DDT entries 259792, size 437B on disk, 141B in core
 +
 +
bucket              allocated                      referenced
 +
______  ______________________________  ______________________________
 +
refcnt  blocks  LSIZE  PSIZE  DSIZE  blocks  LSIZE  PSIZE  DSIZE
 +
------  ------  -----  -----  -----  ------  -----  -----  -----
 +
    1    251K  31.4G  31.4G  31.4G    251K  31.4G  31.4G  31.4G
 +
    4    2.54K    325M    325M    325M    17.8K  2.22G  2.22G  2.22G
 +
Total    254K  31.7G  31.7G  31.7G    269K  33.6G  33.6G  33.6G
 +
</pre>
 +
 +
  
 
== See also ==
 
== See also ==

Revision as of 16:21, 17 December 2019

  • Automatic deduplication and compression of data, selectable per volume or filesystem according to administrator policy[1]


zfs set dedup=on POOL_NAME/FS_NAME

zpool list POOL_NAME

Before activating deduplication:

zpool list ZPOOL_NAME
NAME        SIZE  ALLOC   FREE  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
ZPOOL_NAME  7.25T   163G  7.09T         -     0%     2%  1.00x  ONLINE  -


zpool get all ZPOOL_NAME | grep dedup


 zpool status -D ZPOOL_NAME 
  pool: ZPOOL_NAME
 state: ONLINE
  scan: none requested
config:

	NAME        STATE     READ WRITE CKSUM
	ZPOOL_NAME    ONLINE       0     0     0
	  sdc       ONLINE       0     0     0

errors: No known data errors

 dedup: DDT entries 259792, size 437B on disk, 141B in core

bucket              allocated                       referenced
______   ______________________________   ______________________________
refcnt   blocks   LSIZE   PSIZE   DSIZE   blocks   LSIZE   PSIZE   DSIZE
------   ------   -----   -----   -----   ------   -----   -----   -----
     1     251K   31.4G   31.4G   31.4G     251K   31.4G   31.4G   31.4G
     4    2.54K    325M    325M    325M    17.8K   2.22G   2.22G   2.22G
 Total     254K   31.7G   31.7G   31.7G     269K   33.6G   33.6G   33.6G


See also

  • https://wiki.ubuntu.com/ZFS
  • Advertising: