about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lvm2
AgeCommit message (Collapse)AuthorFilesLines
2019-12-31lvm2: fix buildMaximilian Bosch1-1/+1
2019-11-05Revert "lvm2: enable parallel building" (#72823)Kirill Elagin1-1/+3
* Revert "lvm2: enable parallel building" This reverts commit 494d2deebfc3bde363ca5fe0bb32ddf81a86e62d. I am getting ``` gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory ```
2019-10-13lvm2: silence warning about unrecognized configure flagJoachim Fasting1-1/+0
--enable-applib has been removed.
2019-10-13lvm2: allow building with systemd = nullJoachim Fasting1-4/+4
The closure still picks up systemd via udev, however, overriding with eudev is necessary to avoid the reference.
2019-10-13lvm2: enable parallel buildingJoachim Fasting1-2/+1
2019-10-13lvm2: drop unused patchJoachim Fasting2-45/+0
2019-08-17treewide: name -> pnamevolth1-1/+2
2018-12-24lvm2: disable parallel buildingBen Wolsieffer1-1/+2
2018-12-09lvm2: 2.02.177 -> 2.03.01Markus Kowalewski1-7/+9
* switch to sources to git * add libaio to buildInputs
2018-08-17lvm2: add licenseMarkus Kowalewski1-3/+4
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-2/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski1-0/+2
trivial part)
2018-02-13lvm2: musl patches from alpineWill Dietz1-1/+18
2018-01-20devicemapper: 2.02.176 -> 2.02.177Tuomas Tynkkynen1-2/+2
2017-12-03lvm2: Enable cross-compilationBen Gamari1-1/+5
2017-11-19devicemapper: 2.02.175 -> 2.02.176Tuomas Tynkkynen1-2/+2
2017-10-27systemd: remove udev attributesFrederik Rietdijk1-1/+1
2017-10-22devicemapper: 2.02.173 -> 2.02.175Tuomas Tynkkynen1-2/+2
2017-07-21lvm2: 2.02.140 -> 2.02.173Robert Hensing1-5/+2
2017-04-29treewide: fix the remaining issues with meta attributesDan Peebles1-1/+1
2017-02-18lvm: add missing dependencyRobin Gloster1-2/+3
fixes #14394
2016-05-06Adding libuuid (libblkid) to lvm2.Lluís Batlle i Rossell1-2/+2
It wants it to detect if there are filesystems present in block devices, in case of pvcreate. Otherwise it complaints "lvm built without blkid support" and lacks the feature of detecting/wiping.
2016-02-03Merge recent 'staging' into closure-sizeVladimír Čunát1-2/+2
Let's get rid of those merge conflicts.
2016-01-22lvm2: 2.02.132 -> 2.02.140aszlig1-2/+2
Upstream changelog can be found at: https://git.fedorahosted.org/cgit/lvm2.git/tree/WHATS_NEW?h=v2_02_140&id=0faa27d4f55abcda5fa94ef92343eb44e95ada89 I have tested this with: nix-build nixos/release.nix -A tests.installer.lvm.x86_64-linux Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-10-04udev: complete reworkVladimír Čunát1-3/+3
- systemd puts all into one output now (except for man), because I wasn't able to fix all systemd/udev refernces for NixOS to work well - libudev is now by default *copied* into another path, which is what most packages will use as build input :-) - pkgs.udev = [ libudev.out libudev.dev ]; because there are too many references that just put `udev` into build inputs (to rewrite them all), also this made "${udev}/foo" fail at *evaluation* time so it's easier to catch and change to something more specific
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát1-7/+12
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-09-24llvm2: 2.02.128 -> 2.02.132William A. Kennington III1-2/+2
2015-08-18lvm2: 2.02.124 -> 2.02.128William A. Kennington III1-7/+12
2015-07-06lvm2: 2.02.120 -> 2.02.124William A. Kennington III1-2/+2
2015-06-18lvm2: 2.02.118 -> 2.02.120William A. Kennington III1-2/+2
2015-05-05fix ${udev} references (and a few others)Vladimír Čunát1-1/+1
2015-03-26lvm2: 2.02.114 -> 2.02.118William A. Kennington III1-2/+2
2014-12-21LVM2: 2.02.111 → 2.02.114Michael Raskin1-2/+2
2014-09-24Update LVM2Michael Raskin1-2/+2
2014-09-01Make dmeventd support in lvm2 optional; use it for dmraidMichael Raskin1-2/+4
2014-08-31Enable dmeventdMichael Raskin1-1/+1
2014-08-31Update and adopt LVM2.Michael Raskin2-4/+11
2014-04-15lvm2: Update to 2.02.106Eelco Dolstra1-2/+4
2013-11-28Upgrade lvm from 2.02.100 -> 2.02.104William A. Kennington III1-2/+2
2013-09-20One more lvm2 systemd part working.Lluís Batlle i Rossell1-1/+2
I didn't need it, to boot fine... but that complaint of bad path isn't in systemd boot anymore, at least.
2013-09-20Making lvm2 install systemd stuff, and combine all in a single derivation.Lluís Batlle i Rossell1-0/+5
2013-09-19Updating lvm2 to 2.02.100.Lluís Batlle i Rossell2-44/+6
2012-10-15Work around some crazy race condition in devicemapper device creationEelco Dolstra2-0/+41
2012-10-15lvm2: Update to 2.02.98Eelco Dolstra1-2/+2
2012-08-16lvm2: Update to 2.02.97Eelco Dolstra1-4/+21
2012-03-19* Updated lvm2 to 2.02.95.Eelco Dolstra2-32/+21
svn path=/nixpkgs/trunk/; revision=33277
2011-08-18lvm-2.02.87, patch udev rules backups/udev-173@28837Yury G. Kudryashov2-5/+63
svn path=/nixpkgs/branches/udev-173/; revision=28661
2011-07-23* Added udisks, the replacement of the disk management bits of HALEelco Dolstra1-5/+6
(which is obsolete). * lvm2: updated to 2.02.86. Also install the pkgconfig files and build liblvm2app. * Added libatasmart (udisks dependency for querying ATA SMART status). * Updated sg3_utils to 1.31. svn path=/nixpkgs/branches/kde-4.7/; revision=27908
2010-08-20Updated from trunk.Lluís Batlle i Rossell1-1/+1
svn path=/nixpkgs/branches/stdenv-updates/; revision=23275