summaryrefslogtreecommitdiff
path: root/sys-fs/zfs/metadata.xml
blob: b2f96b1a1ba9ad5d236477bc512db8154ac32c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>sam@gentoo.org</email>
		<name>Sam James</name>
	</maintainer>
	<use>
		<flag name="kernel-builtin">Disable dependency on <pkg>sys-fs/zfs-kmod</pkg> under the assumption that ZFS is part of the kernel source tree</flag>
		<flag name="minimal">Don't install python scripts (arcstat, dbufstat etc) and avoid dependency on <pkg>dev-lang/python</pkg></flag>
		<flag name="pam">Install zfs_key pam module, for automatically loading zfs encryption keys for home datasets</flag>
		<flag name="rootfs">Enable dependencies required for booting off a pool containing a rootfs</flag>
		<flag name="test-suite">Install regression test suite</flag>
	</use>
	<upstream>
		<bugs-to>https://github.com/openzfs/zfs/issues</bugs-to>
		<doc>https://openzfs.github.io/openzfs-docs</doc>
		<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>