summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2022-10-19 11:07:14 +0200
committerSam James <sam@gentoo.org>2022-10-20 04:52:52 +0100
commit16ffba8ab66120a07bfdc87a3f06b77d188b2efc (patch)
tree687dd0c5524d57f2b15506b9b28491e2212d3fef
parentsys-fs/clamfs: align longdescription opening and closing tags (diff)
downloadgentoo-16ffba8ab66120a07bfdc87a3f06b77d188b2efc.tar.gz
gentoo-16ffba8ab66120a07bfdc87a3f06b77d188b2efc.tar.bz2
gentoo-16ffba8ab66120a07bfdc87a3f06b77d188b2efc.zip
sys-fs/lessfs: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-fs/lessfs/metadata.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lessfs/metadata.xml b/sys-fs/lessfs/metadata.xml
index ed8c04828df5..bdbb1d194f65 100644
--- a/sys-fs/lessfs/metadata.xml
+++ b/sys-fs/lessfs/metadata.xml
@@ -7,8 +7,8 @@
<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>
</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.
-</longdescription>
+ 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.
+ </longdescription>
<upstream>
<remote-id type="sourceforge">lessfs</remote-id>
</upstream>