diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-23 15:05:26 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-23 15:07:17 -0800 |
commit | 39111dfe34a9a6d4b2762828709d5ca310266b6d (patch) | |
tree | 9f5596b554b280b83cfac11110e1353d872b89dc /sys-fs/zfs | |
parent | sys-fs/zfs-kmod: update upstream metadata (diff) | |
download | gentoo-39111dfe34a9a6d4b2762828709d5ca310266b6d.tar.gz gentoo-39111dfe34a9a6d4b2762828709d5ca310266b6d.tar.bz2 gentoo-39111dfe34a9a6d4b2762828709d5ca310266b6d.zip |
sys-fs/zfs: update upstream metadata
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs/zfs')
-rw-r--r-- | sys-fs/zfs/metadata.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/sys-fs/zfs/metadata.xml b/sys-fs/zfs/metadata.xml index 29c6291bc939..78f7538fc6a6 100644 --- a/sys-fs/zfs/metadata.xml +++ b/sys-fs/zfs/metadata.xml @@ -17,6 +17,24 @@ <flag name="test-suite">Install regression test suite</flag> </use> <upstream> - <remote-id type="github">zfsonlinux/zfs</remote-id> + <remote-id type="github">openzfs/zfs</remote-id> </upstream> + <longdescription lang="en"> + OpenZFS is an advanced file system and volume manager which was originally developed + for Solaris and is now maintained by the OpenZFS community + + It includes the functionality of both traditional file systems and volume manager. + It has many advanced features including: + * Protection against data corruption. Integrity checking for both data and metadata. + * Continuous integrity verification and automatic “self-healing” repair + * Data redundancy with mirroring, RAID-Z1/2/3 [and DRAID] + * Support for high storage capacities — up to 256 trillion yobibytes (2^128 bytes) + * Space-saving with transparent compression using LZ4, GZIP or ZSTD + * Hardware-accelerated native encryption + * Efficient storage with snapshots and copy-on-write clones + * Efficient local or remote replication — send only changed blocks with ZFS send and receive + + The OpenZFS project brings together developers from the Linux, FreeBSD, illumos, MacOS, and Windows platforms. + OpenZFS is supported by a wide range of companies. + </longdescription> </pkgmetadata> |