summaryrefslogtreecommitdiff
path: root/sys-fs/lvm2/metadata.xml
blob: e4619ce76b6efe23edef0cd760e5dc8dc5e6ac22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>base-system@gentoo.org</email>
		<name>Gentoo Base System</name>
	</maintainer>
	<use>
		<flag name="thin">Support for thin volumes</flag>
		<flag name="lvm">
			Build all of LVM2 including daemons and tools like lvchange, not just the device-mapper library (for other packages to use).

			If your system uses LVM2 for managing disks and partitions, enable this flag.
		</flag>
		<flag name="sanlock">Enable lvmlockd with support for sanlock</flag>
	</use>
	<upstream>
		<remote-id type="cpe">cpe:/a:heinz_mauelshagen:lvm2</remote-id>
		<remote-id type="github">lvmteam/lvm2</remote-id>
	</upstream>
</pkgmetadata>