summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-15 16:17:54 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-17 13:00:55 +0200
commit5406e77f4eb1800170fdec585c12f78d6b9f9d4d (patch)
treeac95df9e7627b06f12302d9c97f80f4713a891f8 /sys-fs/lessfs
parentuse.desc: Make 'snappy' a global USE flag (diff)
downloadgentoo-5406e77f4eb1800170fdec585c12f78d6b9f9d4d.tar.gz
gentoo-5406e77f4eb1800170fdec585c12f78d6b9f9d4d.tar.bz2
gentoo-5406e77f4eb1800170fdec585c12f78d6b9f9d4d.zip
*/*: Remove redundant local descriptions of USE=snappy
Remove local descriptions of USE=snappy where they add nothing to the global entry. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs/lessfs')
-rw-r--r--sys-fs/lessfs/metadata.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-fs/lessfs/metadata.xml b/sys-fs/lessfs/metadata.xml
index b5086c36b11b..32f99a253e86 100644
--- a/sys-fs/lessfs/metadata.xml
+++ b/sys-fs/lessfs/metadata.xml
@@ -5,7 +5,6 @@
<use>
<flag name="filelog">Enable the ability to log to a file instead of syslog</flag>
<flag name="memtrace">Enable leefs to create a report regarding the memory allocation. This feature should be used for debugging purposes to avoid performance degradation</flag>
- <flag name="snappy">Enable snappy compression using the <pkg>app-arch/snappy</pkg> library</flag>
</use>
<longdescription lang="en">
Data deduplication (often called “intelligent compression” or “single-instance storage”) is a method of reducing storage needs by eliminating redundant data. Data deduplication is often used for backup purposes and for virtual machine image storage. lessfs can determine if data is redundant by calculating a unique (192 bit) tiger hash of each block of data that is written. When lessfs has determined that a block of data needs to be stored it first compresses the block with LZO or QUICKLZ compression. The combination of these two techniques results in a very high overall compression rate for many types of data. Multimedia files like mp3, avi or jpg files can not be compressed by lessfs when they are only stored once on the filesystem.