Skip to content

Commit

Permalink
New version: 0.61.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Jun 4, 2015
1 parent dd56b7d commit 46c8f3e
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 64 deletions.
2 changes: 1 addition & 1 deletion blivet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Red Hat Author(s): Dave Lehman <dlehman@redhat.com>
#

__version__ = '0.61.15.1'
__version__ = '0.61.15.2'

##
## Default stub values for installer-specific stuff that gets set up in
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.61.15.1'
version = '0.61.15.2'
# The full version, including alpha/beta/rc tags.
release = '0.61.15.1'
release = '0.61.15.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
118 changes: 59 additions & 59 deletions po/blivet.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-29 18:06-0700\n"
"POT-Creation-Date: 2015-06-03 17:35-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -17,20 +17,20 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../blivet/__init__.py:1415
#: ../blivet/__init__.py:1410
msgid "You must create a new filesystem on the root device."
msgstr ""

#: ../blivet/__init__.py:2994
#: ../blivet/__init__.py:2995
#, python-format
msgid "Linux on %s"
msgstr ""

#: ../blivet/__init__.py:2999
#: ../blivet/__init__.py:3000
msgid "Unknown Linux"
msgstr ""

#: ../blivet/__init__.py:3001
#: ../blivet/__init__.py:3002
#, python-format
msgid "%(product)s Linux %(version)s for %(arch)s"
msgstr ""
Expand Down Expand Up @@ -187,77 +187,77 @@ msgstr ""
msgid "bytes"
msgstr ""

#: ../blivet/partitioning.py:379
#: ../blivet/partitioning.py:355 ../blivet/partitioning.py:406
msgid "No usable disks selected"
msgstr ""

#: ../blivet/partitioning.py:387
#: ../blivet/partitioning.py:360 ../blivet/partitioning.py:414
msgid "Not enough free space on disks for automatic partitioning"
msgstr ""

#: ../blivet/partitioning.py:741
#: ../blivet/partitioning.py:768
msgid "unable to allocate aligned partition"
msgstr ""

#: ../blivet/partitioning.py:749
#: ../blivet/partitioning.py:776
msgid "requested size exceeds maximum allowed"
msgstr ""

#: ../blivet/partitioning.py:854
#: ../blivet/partitioning.py:881
#, python-format
msgid "disk %s inaccessible"
msgstr ""

#: ../blivet/partitioning.py:911
#: ../blivet/partitioning.py:938
#, python-format
msgid ""
"partition is too small for %(format)s formatting (allowable size is "
"%(minSize)s to %(maxSize)s)"
msgstr ""

#: ../blivet/partitioning.py:916
#: ../blivet/partitioning.py:943
#, python-format
msgid ""
"partition is too large for %(format)s formatting (allowable size is "
"%(minSize)s to %(maxSize)s)"
msgstr ""

#: ../blivet/partitioning.py:1175
#: ../blivet/partitioning.py:1208
msgid "Unable to allocate requested partition scheme."
msgstr ""

#: ../blivet/partitioning.py:1198
#: ../blivet/partitioning.py:1231
msgid "not enough free space after creating extended partition"
msgstr ""

#: ../blivet/partitioning.py:1370
#: ../blivet/partitioning.py:1403
msgid "cannot reclaim more than request has grown"
msgstr ""

#: ../blivet/partitioning.py:1575
#: ../blivet/partitioning.py:1608
msgid "DiskChunk requests must be of type PartitionRequest"
msgstr ""

#: ../blivet/partitioning.py:1588
#: ../blivet/partitioning.py:1621
msgid "partitions allocated outside disklabel limits"
msgstr ""

#: ../blivet/partitioning.py:1671
#: ../blivet/partitioning.py:1704
msgid "VGChunk requests must be of type LVRequest"
msgstr ""

#. by now we have allocated the PVs so if there isn't enough
#. space in the VG we have a real problem
#: ../blivet/partitioning.py:2153
#: ../blivet/partitioning.py:2190
msgid "not enough space for LVM requests"
msgstr ""

#: ../blivet/fcoe.py:108
msgid "FCoE not available"
#: ../blivet/devicetree.py:1302
msgid "Invalid Disk Label"
msgstr ""

#: ../blivet/devicetree.py:1275
msgid "Invalid Disk Label"
#: ../blivet/fcoe.py:108
msgid "FCoE not available"
msgstr ""

#: ../blivet/platform.py:51
Expand All @@ -272,74 +272,74 @@ msgstr ""
msgid "First sector of boot partition"
msgstr ""

#: ../blivet/platform.py:179 ../blivet/platform.py:324
#: ../blivet/platform.py:350
#: ../blivet/platform.py:190 ../blivet/platform.py:335
#: ../blivet/platform.py:362
msgid "Master Boot Record"
msgstr ""

#: ../blivet/platform.py:187
#: ../blivet/platform.py:198
msgid ""
"You must include at least one MBR- or GPT-formatted disk as an install "
"target."
msgstr ""

#: ../blivet/platform.py:215 ../blivet/formats/fs.py:1134
#: ../blivet/platform.py:226 ../blivet/formats/fs.py:1134
msgid "EFI System Partition"
msgstr ""

#: ../blivet/platform.py:222
#: ../blivet/platform.py:233
msgid ""
"For a UEFI installation, you must include an EFI System Partition on a GPT-"
"formatted disk, mounted at /boot/efi."
msgstr ""

#: ../blivet/platform.py:244
#: ../blivet/platform.py:255
msgid "Apple EFI Boot Partition"
msgstr ""

#: ../blivet/platform.py:269
#: ../blivet/platform.py:280
msgid "PReP Boot Partition"
msgstr ""

#: ../blivet/platform.py:272
#: ../blivet/platform.py:283
msgid ""
"You must include a PReP Boot Partition within the first 4GiB of an MBR- or "
"GPT-formatted disk."
msgstr ""

#: ../blivet/platform.py:293
#: ../blivet/platform.py:304
msgid "Apple Bootstrap Partition"
msgstr ""

#: ../blivet/platform.py:297
#: ../blivet/platform.py:308
msgid ""
"You must include an Apple Bootstrap Partition on an Apple Partition Map-"
"formatted disk."
msgstr ""

#: ../blivet/platform.py:323
#: ../blivet/platform.py:334
msgid "DASD"
msgstr ""

#: ../blivet/platform.py:325
#: ../blivet/platform.py:336
msgid "zFCP"
msgstr ""

#: ../blivet/platform.py:330
#: ../blivet/platform.py:341
msgid ""
"You must include at least one MBR- or DASD-formatted disk as an install "
"target."
msgstr ""

#: ../blivet/platform.py:355
#: ../blivet/platform.py:367
msgid "You must include at least one MBR-formatted disk as an install target."
msgstr ""

#: ../blivet/platform.py:377
#: ../blivet/platform.py:389
msgid "U-Boot Partition"
msgstr ""

#: ../blivet/platform.py:379
#: ../blivet/platform.py:391
msgid ""
"You must include a U-Boot Partition on a FAT-formatted disk, mounted at /"
"boot/uboot."
Expand Down Expand Up @@ -433,31 +433,31 @@ msgstr ""
msgid "Error"
msgstr ""

#: ../blivet/iscsi.py:105
#: ../blivet/iscsi.py:160
msgid "Unable to change iSCSI initiator name once set"
msgstr ""

#: ../blivet/iscsi.py:107
#: ../blivet/iscsi.py:162
msgid "Must provide an iSCSI initiator name"
msgstr ""

#: ../blivet/iscsi.py:263
#: ../blivet/iscsi.py:319
msgid "iSCSI not available"
msgstr ""

#: ../blivet/iscsi.py:265
#: ../blivet/iscsi.py:321
msgid "No initiator name set"
msgstr ""

#: ../blivet/iscsi.py:366
#: ../blivet/iscsi.py:449
msgid "No iSCSI nodes discovered"
msgstr ""

#: ../blivet/iscsi.py:386
#: ../blivet/iscsi.py:469
msgid "No new iSCSI nodes discovered"
msgstr ""

#: ../blivet/iscsi.py:389
#: ../blivet/iscsi.py:472
msgid "Could not log in to any of the discovered nodes"
msgstr ""

Expand Down Expand Up @@ -606,19 +606,6 @@ msgstr ""
msgid "software RAID"
msgstr ""

#: ../blivet/devicelibs/lvm.py:52
msgid "Generic"
msgstr ""

#: ../blivet/devicelibs/lvm.py:53
msgid "Performance"
msgstr ""

#: ../blivet/devicelibs/lvm.py:435
#, python-format
msgid "vginfo failed for %s"
msgstr ""

#: ../blivet/devicelibs/dasd.py:160
#, python-format
msgid "DASD device %s not found, not even in device ignore list."
Expand All @@ -633,3 +620,16 @@ msgstr ""
#, python-format
msgid "Could not set DASD device %(dev)s online (%(e)s)."
msgstr ""

#: ../blivet/devicelibs/lvm.py:52
msgid "Generic"
msgstr ""

#: ../blivet/devicelibs/lvm.py:53
msgid "Performance"
msgstr ""

#: ../blivet/devicelibs/lvm.py:435
#, python-format
msgid "vginfo failed for %s"
msgstr ""
38 changes: 37 additions & 1 deletion python-blivet.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: http://fedoraproject.org/wiki/blivet
Version: 0.61.15.1
Version: 0.61.15.2
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
Expand Down Expand Up @@ -64,6 +64,42 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*

%changelog
* Wed Jun 03 2015 Brian C. Lane <bcl@redhat.com> - 0.61.15.2-1
- If allowing degraded array, attempt to start it (amulhern)
Resolves: rhbz#1090009
Related: rhbz#1202877
- Add a method that looks at DEVNAME (amulhern)
Related: rhbz#1090009
Related: rhbz#1202877
- Add mdrun method to just start, not assemble, an array. (amulhern)
Related: rhbz#1090009
Related: rhbz#1202877
- Change allow_degraded_mdraid flag to allow_imperfect_devices (amulhern)
Related: rhbz#1090009
Related: rhbz#1202877
- Check if device has enough members when setting RAID level (amulhern)
Related: rhbz#1019685
Related: rhbz#1202877
- Add BTRFSValueError error and use in btrfs related code (amulhern)
Related: rhbz#1019685
Related: rhbz#1202877
- Use a safer method to get a dm partition's disk name. (dlehman)
Resolves: rhbz#1190886
Related: rhbz#1181336
- Don't raise an exception for failure to scan an ignored disk. (dlehman)
Related: rhbz#1123450
- iscsi: mount partitions in initramfs for root on iscsi (rvykydal)
Related: rhbz#740106
Related: rhbz#1202877
- iscsi: improve logging of failed logins (rvykydal)
Related: rhbz#1114820
Related: rhbz#1202877
- Introduce a new doReqPartition method that is similar to doAutoPartition.
(clumens)
Related: rhbz#1164660
- Fix "anaconda hangs while trying to discover iscsi..." (jkonecny)
Resolves: rhbz#1166652

* Fri May 29 2015 Brian C. Lane <bcl@redhat.com> - 0.61.15.1-1
- Add .0 to version -- 0.61.15.0 (bcl)
Related: rhbz#1202877
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from distutils.core import setup

setup(name='blivet', version='0.61.15.1',
setup(name='blivet', version='0.61.15.2',
description='Python module for system storage configuration',
author='David Lehman', author_email='dlehman@redhat.com',
url='http://fedoraproject.org/wiki/blivet',
Expand Down

0 comments on commit 46c8f3e

Please sign in to comment.