151055
Summary:  A python module for system storage configuration
151055
Name: python-blivet
151055
Url: http://fedoraproject.org/wiki/blivet
151055
Version: 0.18.34
151055
Release: 4.atomic%{?dist}
151055
License: LGPLv2+
151055
Group: System Environment/Libraries
151055
%define realname blivet
151055
Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
151055
Patch0: 0001-Split-ROOT_PATH-usage-into-getTargetPhysicalRoot-get.patch
151055
Patch1: 0002-iscsi-fix-root-argument-being-overriden-by-local-var.patch
151055
151055
# Versions of required components (done so we make sure the buildrequires
151055
# match the requires versions of things).
151055
%define dmver 1.02.17-6
151055
%define pykickstartver 1.99.22
151055
%define partedver 1.8.1
151055
%define pypartedver 2.5-2
151055
%define pythonpyblockver 0.45
151055
%define e2fsver 1.41.0
151055
%define pythoncryptsetupver 0.1.1
151055
%define utillinuxver 2.15.1
151055
%define lvm2ver 2.02.99
151055
151055
BuildArch: noarch
151055
BuildRequires: gettext
151055
BuildRequires: python-setuptools-devel
151055
151055
Requires: python
151055
Requires: pykickstart >= %{pykickstartver}
151055
Requires: util-linux >= %{utillinuxver}
151055
Requires: parted >= %{partedver}
151055
Requires: pyparted >= %{pypartedver}
151055
Requires: device-mapper >= %{dmver}
151055
Requires: cryptsetup-luks
151055
Requires: python-cryptsetup >= %{pythoncryptsetupver}
151055
Requires: mdadm
151055
Requires: lvm2 >= %{lvm2ver}
151055
Requires: dosfstools
151055
Requires: e2fsprogs >= %{e2fsver}
151055
Requires: btrfs-progs
151055
Requires: python-pyblock >= %{pythonpyblockver}
151055
Requires: device-mapper-multipath
151055
Requires: lsof
151055
151055
%description
151055
The python-blivet package is a python module for examining and modifying
151055
storage configuration.
151055
151055
%prep
151055
%setup -q -n %{realname}-%{version}
151055
%patch0 -p1
151055
%patch1 -p1
151055
151055
%build
151055
make
151055
151055
%install
151055
rm -rf %{buildroot}
151055
make DESTDIR=%{buildroot} install
151055
%find_lang %{realname}
151055
151055
%files -f %{realname}.lang
151055
%defattr(-,root,root,-)
151055
%doc README ChangeLog COPYING examples
151055
%{python_sitelib}/*
151055
151055
%changelog
151055
* Thu Jan 22 2015 Radek Vykydal <rvykydal@redhat.com> - 0.18.34-4.atomic
151055
- iscsi: fix root argument being overriden by local variable (rvykydal)
151055
  Resolves: rhbz#1144463
151055
151055
* Fri Dec 19 2014 Colin Walters <walters@redhat.com> - 0.18.34-3.atomic
151055
- Rebuild for 7.1
151055
151055
* Fri Sep 12 2014 Radek Vykydal <rvykydal@redhat.com> - 19.31.79-2
151055
- atomic: add patches from rhel7-branch (rvykydal)
151055
  Related: rhbz#1113535
151055
151055
* Fri Mar 21 2014 Brian C. Lane <bcl@redhat.com> - 0.18.34-1
151055
- Force removal of hidden devices (amulhern)
151055
  Resolves: rhbz#1078163
151055
151055
* Tue Mar 18 2014 Brian C. Lane <bcl@redhat.com> - 0.18.33-1
151055
- fcoe: add sleep for dcbtool command (rvykydal)
151055
  Related: rhbz#1039223
151055
- Add a PE for LUKS metadata (bcl)
151055
  Resolves: rhbz#1076078
151055
151055
* Fri Mar 07 2014 Brian C. Lane <bcl@redhat.com> - 0.18.32-1
151055
- Resolve md names in udev_resolve_devspec. (dlehman)
151055
  Related: rhbz#1047338
151055
- Fix an old typo in zeroing out a PReP partition. (dlehman)
151055
  Resolves: rhbz#1072781
151055
- Use container's parent's name for PV if available (vpodzime)
151055
  Resolves: rhbz#1065737
151055
- Limit the LV size to VG's free space size (vpodzime)
151055
  Related: rhbz#1072999
151055
- Only count with the extra metadata extents in new VGs and LVs (vpodzime)
151055
  Resolves: rhbz#1072999
151055
151055
* Wed Mar 05 2014 Brian C. Lane <bcl@redhat.com> - 0.18.31-1
151055
- Fix traceback with write_dasd_conf. (sbueno+anaconda)
151055
  Resolves: rhbz#1072911
151055
151055
* Tue Mar 04 2014 Brian C. Lane <bcl@redhat.com> - 0.18.30-1
151055
- When copying a root, also copy hidden devices (amulhern)
151055
  Related: rhbz#1043763
151055
- Add hidden flag to devicetree.getDeviceByID (amulhern)
151055
  Resolves: rhbz#1043763
151055
- Only set device for mountpoint if it is not None (amulhern)
151055
  Related: rhbz#1043763
151055
- Extend the list of things to be omitted if moddisk is False (amulhern)
151055
  Related: rhbz#1043763
151055
- Set req_name to None at the top of initializer (amulhern)
151055
  Related: rhbz#1043763
151055
- Log action cancelation (amulhern)
151055
  Resolves: rhbz#1043763
151055
- Make DeviceTree.hide() remove a larger set (amulhern)
151055
  Related: rhbz#1043763
151055
- Find more used devices when calculating unused devices (dlehman)
151055
  Related: rhbz#1043763
151055
- Re-write the DASD storage code. (sbueno+anaconda)
151055
  Resolves: rhbz#1001070
151055
- Include image install flag when updating from anaconda flags. (dlehman)
151055
  Resolves: rhbz#1066008
151055
151055
* Wed Feb 26 2014 Brian C. Lane <bcl@redhat.com> - 0.18.29-1
151055
- Let the udev queue settle before populating the devicetree. (dlehman)
151055
  Resolves: rhbz#1049772
151055
- Allow use of a single path if multipath activation fails. (dlehman)
151055
  Resolves: rhbz#1054806
151055
151055
* Tue Feb 25 2014 Brian C. Lane <bcl@redhat.com> - 0.18.28-1
151055
- Count with the extra metadata extents for RAID consistently (vpodzime)
151055
  Resolves: rhbz#1065737
151055
- Make partitioning error message more friendly (amulhern)
151055
  Resolves: rhbz#1020388
151055
151055
* Fri Feb 21 2014 Brian C. Lane <bcl@redhat.com> - 0.18.27-1
151055
- Leave already-active devices up after destroying formatting. (dlehman)
151055
  Resolves: rhbz#1064898
151055
- Fix partition handling across multiple processActions calls. (dlehman)
151055
  Resolves: rhbz#1065522
151055
- return empty set when no matching fcoe nic (bcl)
151055
  Resolves: rhbz#1067159
151055
- Include tmpfs mounts in post-install kickstart (mkolman)
151055
  Resolves: rhbz#1061063
151055
151055
* Wed Feb 19 2014 Brian C. Lane <bcl@redhat.com> - 0.18.26-1
151055
- Add a coverage test target (amulhern)
151055
  Resolves: rhbz#1064895
151055
- Disable tests in action_test.py (amulhern)
151055
  Resolves: rhbz#1065437
151055
- Fix some problems with action_test.py (amulhern)
151055
  Related: rhbz#1065437
151055
- Update tests/storagetestcase.py (amulhern)
151055
  Related: rhbz#1065437
151055
- Skip a test if device isn't available (amulhern)
151055
  Related: rhbz#1065431
151055
- Fix failing udev_test (amulhern)
151055
  Resolves: rhbz#1065431
151055
- Fix some size_test.py ERRORs (amulhern)
151055
  Resolves: rhbz#1065443
151055
- Filesystem labeling tests will not run without utilities (amulhern)
151055
  Resolves: rhbz#1065422
151055
- Rename misc_test.py to something more descriptive (amulhern)
151055
  Related: rhbz#1065422
151055
- Refactor labeling tests (amulhern)
151055
  Related: rhbz#1065422
151055
- Move SwapSpace tests into a separate class (amulhern)
151055
  Resolves: rhbz#1065422
151055
151055
* Tue Feb 18 2014 Brian C. Lane <bcl@redhat.com> - 0.18.25-1
151055
- Wait for udev to create device node for new md arrays. (dlehman)
151055
  Resolves: rhbz#1036014
151055
- Fix detection of thin pool with non-standard segment types. (dlehman)
151055
  Resolves: rhbz#1029915
151055
- NFSDevice does not accept the exists kwarg. (dlehman)
151055
  Resolves: rhbz#1063413
151055
- Don't run mpathconf for disk image installations. (dlehman)
151055
  Resolves: rhbz#1066008
151055
151055
* Tue Feb 11 2014 Brian C. Lane <bcl@redhat.com> - 0.18.24-1
151055
- Separate sanityCheck-ing from doAutoPartition (amulhern)
151055
  Related: rhbz#1060255
151055
- Change messages to SanityExceptions objects (amulhern)
151055
  Related: rhbz#1060255
151055
- Make a small SanityException hierarchy (amulhern)
151055
  Related: rhbz#1060255
151055
- Remove unused exception class (amulhern)
151055
  Related: rhbz#1060255
151055
- Add a test target to Makefile (amulhern)
151055
  Resolves: rhbz#1057665
151055
151055
* Tue Feb 04 2014 Brian C. Lane <bcl@redhat.com> - 0.18.23-1
151055
- Remove all dependent devices of san device becoming multipath (rvykydal)
151055
  Resolves: rhbz#1058939
151055
- When repopulating multipath members mark them as multipath (rvykydal)
151055
  Resolves: rhbz#1056024
151055
- Don't add None value to req_disks (amulhern)
151055
  Resolves: rhbz#981316
151055
- Make error message more informative (amulhern)
151055
  Resolves: rhbz#1022497
151055
- fcoe: parse yet another sysfs structure for bnx2fc devices (rvykydal)
151055
  Related: rhbz#903122
151055
151055
* Fri Jan 31 2014 Brian C. Lane <bcl@redhat.com> - 0.18.22-1
151055
- Check that file that loop device is going to use exists (amulhern)
151055
  Resolves: rhbz#982164
151055
  Related: rhbz#982164
151055
- Use os.path.isabs to check whether path name is absolute (amulhern)
151055
  Resolves: rhbz#994488
151055
  Related: rhbz#994488
151055
151055
* Tue Jan 28 2014 Brian C. Lane <bcl@redhat.com> - 0.18.21-1
151055
- escrow: make sure the output directory exists (wwoods)
151055
  Resolves: rhbz#1026653
151055
151055
* Mon Jan 27 2014 David Lehman <dlehman@redhat.com> - 0.18.20-1
151055
- Tell lvcreate not to ask us any questions and do its job. (dlehman)
151055
  Resolves: rhbz#1057066
151055
- Some simple tests for _verifyLUKSDevicesHaveKey (amulhern)
151055
  Related: rhbz#1023442
151055
  Resolves: rhbz#1023442
151055
- Verify that LUKS devices have some encryption key (amulhern)
151055
  Resolves: rhbz#1023442
151055
- Make the maximum end sector for PReP boot more benevolent (vpodzime)
151055
  Resolves: rhbz#1041535
151055
151055
* Wed Jan 22 2014 Brian C. Lane <bcl@redhat.com> - 0.18.19-1
151055
- Only do SELinux context resets if in installer mode (amulhern)
151055
  Related: rhbz#1038146
151055
  Resolves: rhbz#1038146
151055
- Look up SELinux context for lost+found where it is needed (amulhern)
151055
  Resolves: rhbz#1038146
151055
- Don't reset the SELinux context before the filesystem is mounted (amulhern)
151055
  Related: rhbz#1038146
151055
  Resolves: rhbz#1038146
151055
- Test setting selinux context on lost+found (amulhern)
151055
  Related: rhbz#1038146
151055
  Resolves: rhbz#1038146
151055
- fcoe: add fcoe=<NIC>:<EDB> to boot options for nics added manually (rvykydal)
151055
  Related: rhbz#1040215
151055
- Only retrieve the unit specifier once (dshea)
151055
  Related: rhbz#1039485
151055
- Accept both English and localized sizes in Size specs. (dshea)
151055
  Related: rhbz#1039485
151055
- Use a namedtuple to store information on unit prefixes (dshea)
151055
  Related: rhbz#1039485
151055
- Catch any exception raised by findExistingInstallations. (dlehman)
151055
  Resolves: rhbz#1052454
151055
- Multipath, fwraid members need not be in exclusiveDisks. (dlehman)
151055
  Resolves: rhbz#1032919
151055
151055
* Mon Jan 20 2014 Brian C. Lane <bcl@redhat.com> - 0.18.18-1
151055
- Fall back on relabeling app where available (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Change the meaning of label field values (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Enable labeling on NTFS filesystem (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Enable labeling on HFS filesystem (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Add a method that indicates ability to relabel (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Use filesystem creation app to set filesystem label (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Import errors so FSError name is resolved (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Remove BTRFS._getFormatOptions (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Make an additional class for labeling abstractions (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Fix copyright date (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Remove redundant _defaultFormatOptions field (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Remove code about unsetting a label (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Return None if the filesystem has no label (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Removed redundant check for existance of filesystem (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Have writeLabel throw a more informative exception (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Clear whole-disk formatting before initializing disks. (dlehman)
151055
  Resolves: rhbz#1052442
151055
151055
* Fri Jan 17 2014 Brian C. Lane <bcl@redhat.com> - 0.18.17-1
151055
- Simplify calculation of vol size when adding a btrfs subvol. (dlehman)
151055
  Resolves: rhbz#1052439
151055
- Preparation for lv resize is a subset of that for lv destroy. (dlehman)
151055
  Resolves: rhbz#1029634
151055
151055
* Thu Jan 16 2014 Brian C. Lane <bcl@redhat.com> - 0.18.16-1
151055
- iscsi: in installer automatically log into firmware iscsi targets (rvykydal)
151055
  Resolves: rhbz#1034291
151055
151055
* Tue Jan 14 2014 Brian C. Lane <bcl@redhat.com> - 0.18.15-1
151055
- Allow resetting partition size to current on-disk size. (dlehman)
151055
  Related: rhbz#918454
151055
  Related: rhbz#1029630
151055
- Fix shouldClear for devices with protected descendants. (dlehman)
151055
  Resolves: rhbz#902417
151055
- Handle nested btrfs subvolumes correctly. (dlehman)
151055
  Related: rhbz#1026210
151055
- Devices with non-existent formatting are resizable. (dlehman)
151055
  Resolves: rhbz#1029633
151055
- Always run action's cancel method as part of cancelAction. (dlehman)
151055
  Related: rhbz#1029630
151055
- Do not hide non-existent devices. (dlehman)
151055
  Resolves: rhbz#1029628
151055
- Fix handling of overcommitted thin pools in thinp factory. (dlehman)
151055
  Resolves: rhbz#1027376
151055
- Fix name checking for new thin lvs. (dlehman)
151055
  Resolves: rhbz#1027375
151055
151055
* Fri Jan 10 2014 Brian C. Lane <bcl@redhat.com> - 0.18.14-1
151055
- Move label setter and getter into DeviceFormat class (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Add a test for labeling swap devices (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Default to None to mean none, rather than empty string (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Add a labelFormatOK method to the DeviceFormat's interface (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Indicate whether the filesystem can label (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Restore ability to write an empty label where possible (amulhern)
151055
  Resolves: rhbz#1038590
151055
- More tests to check writing and reading labels (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Remove fsConfigFromFile (amulhern)
151055
  Related: rhbz#1038590
151055
  Resolves: rhbz#1038590
151055
- Changes to the handling of filesystem labeling (amulhern)
151055
  Resolves: rhbz#1038590
151055
- Forget existing partitions of device becoming a multipath member (rvykydal)
151055
  Resolves: rhbz#1043444
151055
  Related: rhbz#1043444
151055
151055
* Tue Dec 17 2013 Brian C. Lane <bcl@redhat.com> - 0.18.13-1
151055
- Add initial 64-bit ARM (aarch64) support (dmarlin)
151055
  Resolves: rhbz#1034435
151055
- Make error message in setDefaultFSType more informative (amulhern)
151055
  Resolves: rhbz#1019766
151055
  Related: rhbz#1019766
151055
- Set sysfsPath of LUKSDevice when adding to device tree (jsafrane)
151055
  Resolves: rhbz#1019638
151055
151055
* Mon Dec 16 2013 Brian C. Lane <bcl@redhat.com> - 0.18.12-1
151055
- Change XFS maximum to 16EB (bcl)
151055
  Resolves: rhbz#1016035
151055
- fcoe: give error message in case of fail when adding device (rvykydal)
151055
  Related: rhbz#903122
151055
  Resolves: rhbz#903122
151055
- fcoe: adapt bnx2fc detection to changed sysfs path structure (rvykydal)
151055
  Related: rhbz#903122
151055
  Resolves: rhbz#903122
151055
- Update format of iscsi device becoming multipath member (rvykydal)
151055
  Resolves: rhbz#1039086
151055
151055
* Thu Nov 14 2013 David Lehman <dlehman@redhat.com> - 0.18.11-1
151055
- Fix detection of lvm setups. (dlehman)
151055
  Resolves: rhbz#1026468
151055
151055
* Mon Nov 11 2013 Brian C. Lane <bcl@redhat.com> - 0.18.10-1
151055
- Add tmpfs support (mkolman)
151055
  Related: rhbz#918621
151055
- Add support for returning machine word length (mkolman)
151055
  Related: rhbz#918621
151055
151055
* Wed Oct 30 2013 Brian C. Lane <bcl@redhat.com> - 0.18.9-1
151055
- Update parted partitions on hidden disks when copying a Blivet. (dlehman)
151055
  Resolves: rhbz#1023583
151055
151055
* Fri Oct 25 2013 Brian C. Lane <bcl@redhat.com> - 0.18.8-1
151055
- Remove requirement for btrfsctl which no longer exists. (dlehman)
151055
  Resolves: rhbz#1023192
151055
- Allow for adjustment of factory vg after removal of thin pool. (dlehman)
151055
  Resolves: rhbz#1023186
151055
- Add boot description for "disk" devices on s390. (sbueno+anaconda)
151055
  Resolves: rhbz#867777
151055
  Resolves: rhbz#960143
151055
  Resolves: rhbz#903237
151055
151055
* Thu Oct 17 2013 Brian C. Lane <bcl@redhat.com> - 0.18.7-1
151055
- Handle anaconda's cmdline option to disable mpath friendly names. (#977815) (dlehman)
151055
  Related: rhbz#977815
151055
- Close file descriptors other than stdin,stdout,stderr on exec. (#1020013) (dlehman)
151055
  Resolves: rhbz#1020013
151055
- Don't use hardcoded /tmp paths. (#1004404) (dlehman)
151055
  Resolves: rhbz#1004404
151055
- Fix detection of lvm thinp setups. (#1016842) (dlehman)
151055
  Resolves: rhbz#1016842
151055
- Generate a name if necessary when reconfiguring a factory device. (#1009941) (dlehman)
151055
  Resolves: rhbz#1009941
151055
151055
* Mon Oct 14 2013 Brian C. Lane <bcl@redhat.com> - 0.18.6-1
151055
- Do not limit swap size to 10 % of disk space for hibernation (vpodzime)
151055
Related: rhbz#1016673
151055
- Limit the maximum swap size to 10 % of disk space (if given) (vpodzime)
151055
Related: rhbz#1016673
151055
151055
* Wed Oct 09 2013 Brian C. Lane <bcl@redhat.com> - 0.18.5-1
151055
- Make sure bootloader is setup after autopart (#1015277) (bcl)
151055
- Let setUpBootLoader raise BootloaderError (#1015277) (bcl)
151055
- Support ppc64le architecture (#1012519) (hamzy)
151055
151055
* Fri Sep 06 2013 David Lehman <dlehman@redhat.com> - 0.18.4-1
151055
- If a device has been removed, omit it from the copied root. (#1004572) (dlehman)
151055
- Fix handling of devices in detected installations in Blivet.copy. (dlehman)
151055
- Allow implicit inclusion of multipath/fwraid by including all members. (dlehman)
151055
- Thinp metadata and chunk size default to 0 -- not None. (#1004718) (dlehman)
151055
- Revert "Do not try to align partitions to optimal_io_size. (#989333)" (dlehman)
151055
151055
* Wed Sep 04 2013 Brian C. Lane <bcl@redhat.com> - 0.18.3-1
151055
- Fix rpmlog make target (bcl)
151055
- Only force luks map names to include UUID during OS installation. (#996457) (dlehman)
151055
- Allow DiskLabelCommitError to reach the caller. (#1001586) (dlehman)
151055
- Do not try to align partitions to optimal_io_size. (#989333) (gustavold)
151055
- Pass mount options to resolveDevice in _parseOneLine (#950206) (vpodzime)
151055
- Clean up detection of lvm raid. (dlehman)
151055
- Tag the first build of each version without the release. (dlehman)
151055
- Allow explicit requests for extended partitions. (#891861) (dlehman)
151055
- Fix disklabel handling for multiple calls to processActions. (dlehman)
151055
- Add support for explicit start/end sectors in partition requests. (#881025) (dlehman)
151055
- Store current mount options in getActiveMounts. (#914898) (dlehman)
151055
- Lack of formatting does not preclude device resize. (dlehman)
151055
- Don't pass dracut args for lvm thin pools. (dlehman)
151055
151055
* Fri Aug 23 2013 Brian C. Lane <bcl@redhat.com> - 0.18.2-1
151055
- Use iscsi-iname instead of trying to reimplemnt it in python. (dlehman)
151055
- Catch exceptions raised while finding old installations. (#981991) (dlehman)
151055
- Keep the dasd list in sync with the devicetree's device list. (#965694) (dlehman)
151055
- Don't save luks keys unless installer_mode flag is set. (#996118) (dlehman)
151055
- transifex-client isn't used for rhel7 (bcl)
151055
151055
* Mon Jul 29 2013 Brian C. Lane <bcl@redhat.com> - 0.18.1-1
151055
- Branch for rhel7
151055
- Update Makefile for rhel7 x.y.z release numbering
151055
151055
* Tue Jul 09 2013 Brian C. Lane <bcl@redhat.com> - 0.18-1
151055
- Raise XFS max size limit to 100TB. (sbueno+anaconda)
151055
- Add a device factory class for thinly-provisioned lvm. (dlehman)
151055
- Add support for automatic partitioning using lvm thin provisioning. (dlehman)
151055
- Add convenience methods related to lvm thin provisioning. (dlehman)
151055
- Add support for detection of lvm thinp setups. (dlehman)
151055
- Add classes for lvm thin pool and thin volume. (dlehman)
151055
- Add backend support for lvm thinp operations. (dlehman)
151055
- Fix return value of get_pv_space for size of 0. (dlehman)
151055
- Fix ksdata for lvm created in custom spoke based on autopart. (dlehman)
151055
- Only put max size in ksdata if partition is growable. (dlehman)
151055
- Allow subclasses to inherit ksdata classes. (dlehman)
151055
151055
* Mon Jun 24 2013 Brian C. Lane <bcl@redhat.com> - 0.17-1
151055
- Used Python type instead of variable name (#968122) (hamzy)
151055
- Fix detection of valid EFI system partition during autopart. (dlehman)
151055
- New version: 0.16 (bcl)
151055
151055
* Thu Jun 13 2013 Brian C. Lane <bcl@redhat.com> - 0.16-1
151055
- Install utilities for all devices -- not just those being used. (#964586) (dlehman)
151055
- Add a method to apply Blivet settings to ksdata. (dlehman)
151055
- Increase padding for md metadata in lvm factory. (#966795) (dlehman)
151055
- Move lvm-on-md into LVMFactory. (dlehman)
151055
- Switch to a minimum of four members for raid10. (#888879) (dlehman)
151055
- Update the TODO list. (dlehman)
151055
- Deactivate devices before hiding those on ignored disks. (#965213) (dlehman)
151055
- Allow udev queue to settle after writing zeros to disk. (#969182) (hamzy)
151055
- Run lsof when umount fails (bcl)
151055
- Run udev settle before umount (bcl)
151055
151055
* Mon Jun 03 2013 Brian C. Lane <bcl@redhat.com> - 0.15-1
151055
- Switch to the LGPLv2+. (dlehman)
151055
- Clear md arrays' sysfs path after deactivating them. (#954062) (dlehman)
151055
- Factories with existing containers use the container's disk set. (dlehman)
151055
- Don't set up a child factory if the container is set and exists. (dlehman)
151055
- Set a non-zero size for new btrfs subvols in an existing volume. (dlehman)
151055
- Open as many luks devs as possible with any given passphrase. (#965754) (dlehman)
151055
- Make sure container changes worked before applying device changes. (#965805) (dlehman)
151055
- Re-initialize platform in storageInitialize (#962104) (bcl)
151055
- Make a copy of devicetree._devices before using the append operator. (clumens)
151055
- Handle incomplete devices becoming complete on device rescan. (clumens)
151055
- Don't allow a device to be on the hidden list more than once. (clumens)
151055
151055
* Wed May 15 2013 David Lehman <dlehman@redhat.com> - 0.14-1
151055
- total_memory calculation needs to round up (#962231) (bcl)
151055
- The dev.node attribute for iscsi devices is not copyable (#962865). (clumens)
151055
- Wipe partitions before they are created (#950145) (bcl)
151055
- Pass ROOT_PATH as an argument instead of importing it. (clumens)
151055
- If no iscsi nodes are discovered, return an empty list instead of None. (clumens)
151055
151055
* Thu May 09 2013 Brian C. Lane <bcl@redhat.com> - 0.13-1
151055
- Make sure createBitmap is updated when level changes (#960271) (bcl)
151055
- Update biosboot error message (#960691) (bcl)
151055
151055
* Fri May 03 2013 David Lehman <dlehman@redhat.com> - 0.12-1
151055
- Fix a bug in renaming lvm lvs. (dlehman)
151055
- Add container size policies for unlimited growth and fixed size. (dlehman)
151055
- Remove device factory methods to change container name. (dlehman)
151055
- Override any default subvol when mounting main btrfs volume. (#921757) (dlehman)
151055
- Fix detection of multipath. (#955664) (dlehman)
151055
- When a btrfs subvol's name is changed, change its subvol argument too. (clumens)
151055
- Allow returning hidden disks from the getDeviceBy* methods, if asked. (clumens)
151055
- Fix fipvlan -f argument once more and for good (#836321) (rvykydal)
151055
- Remove the intf parameters from the iscsi class. (clumens)
151055
- Don't relly on /proc/mdstat when enumeraing RAID levels. (jsafrane)
151055
- Set product names in non-installer mode. (jsafrane)
151055
- Fixed checking status of MD RAID which was just deleted. (jsafrane)
151055
- Account for the fact that md's metadata usage is unpredictable. (dlehman)
151055
- Remove members from their containers before destroying them. (dlehman)
151055
- Make get_container work even if there are duplicate names. (dlehman)
151055
- LVMFactory with a container_raid_level means use LVMOnMDFactory. (dlehman)
151055
- Add a check for enough raid members after allocating partitions. (dlehman)
151055
- Make parent_factory an attribute of the DeviceFactory instance. (dlehman)
151055
- All container settings use container_ kwargs. (dlehman)
151055
- Add ability to find raid level of an lvm vg. (dlehman)
151055
- Always pass -f to wipefs since it lies about in-use devices. (#953329) (dlehman)
151055
- Fix a bug extended partition management. (#951765) (dlehman)
151055
- Don't return incomplete devices from getDeviceByFoo methods by default. (dlehman)
151055
- Don't traceback when degraded md raid arrays are present. (#953184) (dlehman)
151055
151055
* Mon Apr 15 2013 David Lehman <dlehman@redhat.com> - 0.11-1
151055
- Fix handling of isohybrid media. (#950510) (dlehman)
151055
- Fix getting dracut setup args from dasd.conf. (#950964) (dlehman)
151055
151055
* Tue Apr 09 2013 David Lehman <dlehman@redhat.com> - 0.10-1
151055
- Extended partitions containing logical partitions are not leaves. (#949912) (dlehman)
151055
- Remove devices in reverse order in Blivet.recursiveRemove. (#949912) (dlehman)
151055
- Rewrite the DeviceFactory classes. (dlehman)
151055
- Hook up error handling in installer-specific methods. (#948250) (dlehman)
151055
- Don't traceback if fcoe.startup is called without fcoe utils present. (dlehman)
151055
- Fix logic error that causes us to ignore disks in exclusiveDisks. (dlehman)
151055
- Slightly improve currentSize for btrfs volumes. (dlehman)
151055
- Simplify multipath handling. (dlehman)
151055
- Don't expect anaconda udev rules to be in use. (dlehman)
151055
- Drop requires for things only needed for OS installation. (dlehman)
151055
- New version: 0.9 (bcl)
151055
- Only install packages for devices and filesystems used by the OS. (dlehman)
151055
- Fix LVMLogicalVolumeDevice.maxSize. (dlehman)
151055
- Fix handling of name=None in newLV, newMDArray, newVG. (dlehman)
151055
- Allow calls to suggestDeviceName with only a prefix argument. (dlehman)
151055
- Move mdadm superblock size calculation into devicelibs.mdraid. (dlehman)
151055
151055
* Thu Mar 28 2013 Brian C. Lane <bcl@redhat.com> - 0.9-1
151055
- NTFS.minSize is supposed to be a property. (#924410) (dlehman)
151055
- Mount /run during install and fix /sys mount (#922988) (bcl)
151055
- Fix two excptions triggered by calls to copy_to_system. (hamzy)
151055
151055
* Wed Mar 13 2013 David Lehman <dlehman@redhat.com> - 0.8-1
151055
- Check for "ip=ibft" cmdline option, not for "ibft". (rvykydal)
151055
- run_program returns an int. (#920584) (dlehman)
151055
- Fix units for lvs output. (dlehman)
151055
- Don't pass an intf arg to ISCSI.stabilize. (#920041) (dlehman)
151055
- Add __version__ to blivet/__init__.py. (dlehman)
151055
- Only run info prog (eg: dumpe2fs) once per filesystem. (dlehman)
151055
- Processing of a PV with no VG metadata is easy. (dlehman)
151055
- Add some convenience properties for displaying DeviceAction info. (dlehman)
151055
- Ignore MTDs, as we do not have the tools to write to them (#916771). (clumens)
151055
- Include udev's list of symbolic links in StorageDevice. (#914724) (dlehman)
151055
- Set a DeviceFormat instance's type attribute to the requested type. (dlehman)
151055
- Allow size specs that do not include a 'b' or 'B'. (#888851) (dlehman)
151055
- Fix reference to 'factory' from within DeviceFactory class. (dlehman)
151055
- Fix problems detecting lvm and md devices. (#914730) (dlehman)
151055
- Allow passing size=None to device factories for unbounded growth. (dlehman)
151055
- Provide a way to set the default fstype for a Blivet instance. (#838145) (dlehman)
151055
- Allow changing the size of encrypted devices via DeviceFactory. (#913169) (dlehman)
151055
- Don't dump storage state except in installer mode. (dlehman)
151055
- Fix device resolution for btrfs. (dlehman)
151055
- Fix device resolution to find named md devices. (dlehman)
151055
- Account for active mounts in normal mode. (#914898) (dlehman)
151055
- Add an example script which lists all devices. (dlehman)
151055
- Add scripts/makeupdates script (bcl)
151055
151055
* Thu Feb 21 2013 Brian C. Lane <bcl@redhat.com> - 0.7-1
151055
- Merge branch 'master' of git+ssh://git.fedorahosted.org/git/blivet (bcl)
151055
- Bring in productName from pyanaconda in installer mode. (#913559) (dlehman)
151055
151055
* Wed Feb 20 2013 Brian C. Lane <bcl@redhat.com> - 0.6-1
151055
- parse buffer output from resize (#913141) (bcl)
151055
- prevent traceback when root device is not defined #rhbz883768 (sbueno+anaconda)
151055
- Move empty_disk to a top-level function, and rename. (clumens)
151055
- Add some high-level comments to DeviceFactory.configure_device. (dlehman)
151055
- Refactor DeviceFactory.set_container_members for clarity. (dlehman)
151055
- Rename the main blivet logger from "storage" to "blivet". (dlehman)
151055
- Use the blivet domain for translations. (dlehman)
151055
- Move DeviceFactory classes and related code into a new file. (dlehman)
151055
- New version: 0.5 (dlehman)
151055
151055
* Fri Feb 08 2013 David Lehman <dlehman@redhat.com> - 0.5-1
151055
- Add mountOnly to turnOnFilesystems (bcl)
151055
- Update lvm scanning to account for new ignored device handling. (dlehman)
151055
- Scan in all devices and then hide those that use ignored disks. (dlehman)
151055
- Adjust child counts correctly when unhiding a device. (dlehman)
151055
- Generate lvm config args each time they're needed/used. (dlehman)
151055
- Add ability to grab 70-anaconda.rules udev data directly. (dlehman)
151055
- Add support for active luks mappings at populate time. (dlehman)
151055
- Don't require nss, required only for escrow key support. (dlehman)
151055
- Update the TODO list. (dlehman)
151055
- Add missing constant DMI_CHASSIS_VENDOR. (dlehman)
151055
- Allow for multiple calls to DeviceTree.processActions. (#881023,#846573) (dlehman)
151055
- Use CGit snaphot URL for Source in specfile. (dlehman)
151055
- Streamline some logic in storageInitialize. (dlehman)
151055
- Don't re-add deleted or hidden devices during DeviceTree.populate. (dlehman)
151055
- Only run findExistingInstallations and start iscsi, &c in installer mode. (dlehman)
151055
- Do not change device status during populate in normal mode. (#817064) (dlehman)
151055
- Drop old code related to saving clearPartType from pre-f18. (dlehman)
151055
- check for skipping bootloader in doIt (bcl)
151055
- check for stage1 when not installing bootloader (#882065,#895232) (bcl)
151055
- explicitly detect iso9660 on a disk (#903158) (bcl)
151055
- Fix several problems in python-blivet.spec. (dlehman)
151055
- Remove #!/usr/bin/python from tsort.py (dlehman)
151055
- Update COPYING file. (dlehman)
151055
- Add a Requires for dmidecode on x86. (dlehman)
151055
151055
* Sun Jan 20 2013 David Lehman <dlehman@redhat.com> - 0.4-1
151055
- Use a two-part version number instead of three. (dlehman)
151055
- Rename the rpm package from blivet to python-blivet. (dlehman)
151055
- Move get_mount_device, get_mount_paths from pyanaconda.packaging to util. (dlehman)
151055
- Update the TODO list. (dlehman)
151055
- Carry over s390 exclusion of fcoe-utils from anaconda. (dlehman)
151055
- Enable translations via transifex. (dlehman)
151055
151055
* Fri Jan 18 2013 David Lehman <dlehman@redhat.com> - 0.2-1
151055
- Add Requires: iscsi-initiator-utils, fcoe-utils, device-mapper-multipath. (dlehman)
151055
- Use a threading lock to control program log output. (dlehman)
151055
- Fix reference to data to refer to ksdata in Blivet constructor. (dlehman)
151055
- Remove the loop around proc.communicate in util._run_program. (dlehman)
151055
151055
* Tue Jan 15 2013 David Lehman <dlehman@redhat.com> 0.2-1
151055
- Updated source from final pre-split anaconda source.
151055
- Renamed pyanaconda.storage to blivet throughout.
151055
- Updated spec file to include runtime Requires.
151055
151055
* Fri Jan 04 2013 David Lehman <dlehman@redhat.com> 0.1-1
151055
- Created package from anaconda storage module.