Changelog for
python-pyblock-0.26-1.ML5.i386.rpm :
Sat Nov 10 23:00:00 2007 Eddy Nigg
- Rebuild for StartCom Linux 5.0.x
Sat Jul 7 00:00:00 2007 Peter Jones - 0.26-1
- Fix sorting of devices during getMPaths()
Related: #130236
Sat Oct 21 00:00:00 2006 Peter Jones - 0.25-1
- fix refcounting of map names and partition building for new maps (#210412)
- fix naming so device names on a single controller are in LUN order
Sat Sep 30 00:00:00 2006 Peter Jones - 0.24-1
- add block.load() to load specific bdevid probes instead of always
doing loadAll() (#208423)
- make block.getMPaths() return a sorted list (#208337, #208431)
Tue Sep 26 00:00:00 2006 Peter Jones - 0.23-1
- Link against zlib
Mon Sep 25 00:00:00 2006 Jeremy Katz - 0.22-2
- rebuild against new dmraid
Thu Sep 14 00:00:00 2006 Peter Jones - 0.22-1
- Fix partition removal when we\'ve changed the partition table out from
under a RaidSet or MultiPath.
Sat Sep 9 00:00:00 2006 Peter Jones - 0.21-1
- Be more picky about unique IDs for multipath
Tue Aug 29 00:00:00 2006 Peter Jones - 0.20-1
- Fix error with map naming and deletion
Thu Aug 24 00:00:00 2006 Peter Jones - 0.19-1
- Make RaidSet deactivation work like MultiPath deactivation. Fixes a
traceback when removing partition maps.
Fri Aug 18 00:00:00 2006 Peter Jones - 0.18-2
- No s390/s390x excludearch
Fri Aug 4 00:00:00 2006 Peter Jones - 0.18-1
- Fixes for multiple multipaths
Sat Jul 29 00:00:00 2006 Peter Jones - 0.17-2
- Require dmraid, since we\'re using the .so now.
Thu Jul 27 00:00:00 2006 Peter Jones - 0.17-1
- make multipath support more robust
- fix leaky file descriptor on volumes without partition tables
Thu Jul 20 00:00:00 2006 Jeremy Katz - 0.16-2
- require libbdevid
Tue Jul 18 00:00:00 2006 Peter Jones - 0.16-1
- new release with rudamentary support for multipath
Thu Jul 13 00:00:00 2006 Jesse Keating - 0.15-2.1
- rebuild
Tue Jun 6 00:00:00 2006 Jesse Keating - 0.15-2
- Add missing BuildRequires of zlib-devel
Wed Feb 22 23:00:00 2006 Peter Jones - 0.15-1
- Fix use of devices in /tmp to avoid duplicates. (fixes console spew during
install)
Mon Feb 13 23:00:00 2006 Peter Jones - 0.14-1
- remove member partitions when we activate, rebuild them when we deactivate
- add another \"count_devices(ctx->lc, NATIVE)\" in discover_raiddevs. it
seems to help...
Fri Feb 10 23:00:00 2006 Jesse Keating - 0.13-1.1
- bump again for double-long bug on ppc(64)
Mon Feb 6 23:00:00 2006 Peter Jones - 0.13-1
- partition naming/creation/detection fixes
- fixes for isw (ICH[4567]R) \"groups\"
Tue Jan 31 23:00:00 2006 Peter Jones - 0.12-1
- split __init__.py into separate files according to function
- disable \"nosync\" hack for now
- fix a refcounting bug in pydmraid_raidset_get_dm_table()
- add block.RaidDev.__cmp__()
- fix some type errors gcc can\'t check for when using pyblock_potoll
- be a little pickier about types for mode, devices, and sizes.
- add make rules for debugging
- fix \"_init__\" typo
- always use local import paths, and be much more strict about namespaces
- always make a new dm.device in BlockDev.From
*()
- better defaults in BlockDev.create()
- add setter for block.dmraid.raidset.name, and rework RaidSet.set_name()
- rework RaidDev.get_bdev()
- rework \"prefix\" for RaidSet and RaidDev
- add getter for block.dmraid.raidset.map
- change arg order on block.dm.map.__init__() since there\'s no way to pass
keyword args through the \"abstract\" interface.
- use self.name not self.rs.name in the RaidSet, and make changing the name
work.
- make pydm_map_compare() compare names _last_, so we can compare a map
that\'s been renamed with its earlier instantiations correctly.
- mark a device as degraded if there\'s any descrepancy at all between
the number of members we find vs what we expect
Thu Jan 5 23:00:00 2006 Peter Jones - 0.11-1
- never trust dmraid on sync vs nosync; right now, always transform the
table to \"default\" (no argument), which is to sync only when necessary,
whatever that means. Seems to lock up less often.
Wed Jan 4 23:00:00 2006 Peter Jones - 0.10-1
- fix checking for \"degraded\" raids
Mon Dec 19 23:00:00 2005 Peter Jones - 0.9-1
- fix some backwards isinstance() calls that cause RaidSet.get_valid()
to fail
Thu Dec 15 23:00:00 2005 Peter Jones - 0.8-1
- prevent getRaidSets() from returning devices with missing members
- add \"make flat_install\" to make installing in RHupdates easier ;)
Sun Dec 11 23:00:00 2005 Peter Jones - 0.7-1
- merge debugging work from last several weeks
Fri Dec 9 23:00:00 2005 Jesse Keating - 0.6-3.1
- rebuilt
Sun Dec 4 23:00:00 2005 Peter Jones - 0.6-3
- rebuild for newer libs
Thu Nov 17 23:00:00 2005 Peter Jones - 0.6-2
- temporarily mask exceptions
Thu Nov 17 23:00:00 2005 Peter Jones - 0.6-1
- fix RaidSets/getRaidSets
Wed Nov 16 23:00:00 2005 Peter Jones - 0.5-2
- rebuild for newer libdevmapper.a
Fri Nov 11 23:00:00 2005 Peter Jones - 0.5-1
- make it possible to easily build dm maps from dmraid tables
- support for partition table scanning
Thu Nov 10 23:00:00 2005 Peter Jones - 0.4-1
- minor fixups before adding to the distro
Wed Nov 9 23:00:00 2005 Peter Jones - 0.3-1
- make dmraid probing much simpler
Fri Sep 23 00:00:00 2005 Peter Jones - 0.2-2
- flush out dmraid mappings, add a lot of wrapper code in the toplevel
Wed Sep 14 00:00:00 2005 Peter Jones - 0.2-1
- add deps on libdevmapper and libdmraid
Sat Sep 10 00:00:00 2005 Peter Jones - 0.1-1
- initial package