- Raise XFS max size limit to 100TB. (sbueno+anaconda)

- Add a device factory class for thinly-provisioned lvm. (dlehman)
- Add support for automatic partitioning using lvm thin provisioning. (dlehman)
- Add convenience methods related to lvm thin provisioning. (dlehman)
- Add support for detection of lvm thinp setups. (dlehman)
- Add classes for lvm thin pool and thin volume. (dlehman)
- Add backend support for lvm thinp operations. (dlehman)
- Fix return value of get_pv_space for size of 0. (dlehman)
- Fix ksdata for lvm created in custom spoke based on autopart. (dlehman)
- Only put max size in ksdata if partition is growable. (dlehman)
- Allow subclasses to inherit ksdata classes. (dlehman)
This commit is contained in:
Brian C. Lane 2013-07-09 16:31:24 -07:00
parent ca08a3d882
commit 1afbdd33a3
3 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/blivet-0.15.tar.gz /blivet-0.15.tar.gz
/blivet-0.16.tar.gz /blivet-0.16.tar.gz
/blivet-0.17.tar.gz /blivet-0.17.tar.gz
/blivet-0.18.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A python module for system storage configuration Summary: A python module for system storage configuration
Name: python-blivet Name: python-blivet
Url: http://fedoraproject.org/wiki/blivet Url: http://fedoraproject.org/wiki/blivet
Version: 0.17 Version: 0.18
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -62,6 +62,19 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog
* Tue Jul 09 2013 Brian C. Lane <bcl@redhat.com> - 0.18-1
- Raise XFS max size limit to 100TB. (sbueno+anaconda)
- Add a device factory class for thinly-provisioned lvm. (dlehman)
- Add support for automatic partitioning using lvm thin provisioning. (dlehman)
- Add convenience methods related to lvm thin provisioning. (dlehman)
- Add support for detection of lvm thinp setups. (dlehman)
- Add classes for lvm thin pool and thin volume. (dlehman)
- Add backend support for lvm thinp operations. (dlehman)
- Fix return value of get_pv_space for size of 0. (dlehman)
- Fix ksdata for lvm created in custom spoke based on autopart. (dlehman)
- Only put max size in ksdata if partition is growable. (dlehman)
- Allow subclasses to inherit ksdata classes. (dlehman)
* Mon Jun 24 2013 Brian C. Lane <bcl@redhat.com> - 0.17-1 * Mon Jun 24 2013 Brian C. Lane <bcl@redhat.com> - 0.17-1
- Used Python type instead of variable name (#968122) (hamzy) - Used Python type instead of variable name (#968122) (hamzy)
- Fix detection of valid EFI system partition during autopart. (dlehman) - Fix detection of valid EFI system partition during autopart. (dlehman)

View File

@ -1 +1 @@
469f95b7fbb49e8e8ab2cef13156872c blivet-0.17.tar.gz 8d03e2f47a7a2a52cf1858a484311490 blivet-0.18.tar.gz