Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/
Date: Thu, 23 Dec 2021 23:08:13
Message-Id: 1640300837.39111dfe34a9a6d4b2762828709d5ca310266b6d.gyakovlev@gentoo
1 commit: 39111dfe34a9a6d4b2762828709d5ca310266b6d
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 23:05:26 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 23:07:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39111dfe
7
8 sys-fs/zfs: update upstream metadata
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 sys-fs/zfs/metadata.xml | 20 +++++++++++++++++++-
13 1 file changed, 19 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-fs/zfs/metadata.xml b/sys-fs/zfs/metadata.xml
16 index 29c6291bc939..78f7538fc6a6 100644
17 --- a/sys-fs/zfs/metadata.xml
18 +++ b/sys-fs/zfs/metadata.xml
19 @@ -17,6 +17,24 @@
20 <flag name="test-suite">Install regression test suite</flag>
21 </use>
22 <upstream>
23 - <remote-id type="github">zfsonlinux/zfs</remote-id>
24 + <remote-id type="github">openzfs/zfs</remote-id>
25 </upstream>
26 + <longdescription lang="en">
27 + OpenZFS is an advanced file system and volume manager which was originally developed
28 + for Solaris and is now maintained by the OpenZFS community
29 +
30 + It includes the functionality of both traditional file systems and volume manager.
31 + It has many advanced features including:
32 + * Protection against data corruption. Integrity checking for both data and metadata.
33 + * Continuous integrity verification and automatic “self-healing” repair
34 + * Data redundancy with mirroring, RAID-Z1/2/3 [and DRAID]
35 + * Support for high storage capacities — up to 256 trillion yobibytes (2^128 bytes)
36 + * Space-saving with transparent compression using LZ4, GZIP or ZSTD
37 + * Hardware-accelerated native encryption
38 + * Efficient storage with snapshots and copy-on-write clones
39 + * Efficient local or remote replication — send only changed blocks with ZFS send and receive
40 +
41 + The OpenZFS project brings together developers from the Linux, FreeBSD, illumos, MacOS, and Windows platforms.
42 + OpenZFS is supported by a wide range of companies.
43 + </longdescription>
44 </pkgmetadata>