-
Fri Jul 06 2007 Peter Jones <pjones@redhat.com> - 0.26-1
- Fix sorting of devices during getMPaths()
Related: #130236
-
Fri Oct 20 2006 Peter Jones <pjones@redhat.com> - 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
-
Fri Sep 29 2006 Peter Jones <pjones@redhat.com> - 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)
-
Mon Sep 25 2006 Peter Jones <pjones@redhat.com> - 0.23-1
- Link against zlib
-
Sun Sep 24 2006 Jeremy Katz <katzj@redhat.com> - 0.22-2
- rebuild against new dmraid
-
Wed Sep 13 2006 Peter Jones <pjones@redhat.com> - 0.22-1
- Fix partition removal when we've changed the partition table out from
under a RaidSet or MultiPath.
-
Fri Sep 08 2006 Peter Jones <pjones@redhat.com> - 0.21-1
- Be more picky about unique IDs for multipath
-
Mon Aug 28 2006 Peter Jones <pjones@redhat.com> - 0.20-1
- Fix error with map naming and deletion
-
Wed Aug 23 2006 Peter Jones <pjones@redhat.com> - 0.19-1
- Make RaidSet deactivation work like MultiPath deactivation. Fixes a
traceback when removing partition maps.
-
Thu Aug 17 2006 Peter Jones <pjones@redhat.com> - 0.18-2
- No s390/s390x excludearch
-
Thu Aug 03 2006 Peter Jones <pjones@redhat.com> - 0.18-1
- Fixes for multiple multipaths
-
Fri Jul 28 2006 Peter Jones <pjones@redhat.com> - 0.17-2
- Require dmraid, since we're using the .so now.
-
Wed Jul 26 2006 Peter Jones <pjones@redhat.com> - 0.17-1
- make multipath support more robust
- fix leaky file descriptor on volumes without partition tables
-
Wed Jul 19 2006 Jeremy Katz <katzj@redhat.com> - 0.16-2
- require libbdevid
-
Mon Jul 17 2006 Peter Jones <pjones@redhat.com> - 0.16-1
- new release with rudamentary support for multipath
-
Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.15-2.1
- rebuild
-
Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 0.15-2
- Add missing BuildRequires of zlib-devel
-
Wed Feb 22 2006 Peter Jones <pjones@redhat.com> - 0.15-1
- Fix use of devices in /tmp to avoid duplicates. (fixes console spew during
install)
-
Mon Feb 13 2006 Peter Jones <pjones@redhat.com> - 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 2006 Jesse Keating <jkeating@redhat.com> - 0.13-1.1
- bump again for double-long bug on ppc(64)
-
Mon Feb 06 2006 Peter Jones <pjones@redhat.com> - 0.13-1
- partition naming/creation/detection fixes
- fixes for isw (ICH[4567]R) "groups"
-
Tue Jan 31 2006 Peter Jones <pjones@redhat.com> - 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 05 2006 Peter Jones <pjones@redhat.com> - 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 04 2006 Peter Jones <pjones@redhat.com> - 0.10-1
- fix checking for "degraded" raids
-
Mon Dec 19 2005 Peter Jones <pjones@redhat.com> - 0.9-1
- fix some backwards isinstance() calls that cause RaidSet.get_valid()
to fail
-
Thu Dec 15 2005 Peter Jones <pjones@redhat.com> - 0.8-1
- prevent getRaidSets() from returning devices with missing members
- add "make flat_install" to make installing in RHupdates easier ;)
-
Sun Dec 11 2005 Peter Jones <pjones@redhat.com> - 0.7-1
- merge debugging work from last several weeks
-
Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0.6-3.1
- rebuilt
-
Sun Dec 04 2005 Peter Jones <pjones@redhat.com> - 0.6-3
- rebuild for newer libs
-
Thu Nov 17 2005 Peter Jones <pjones@redhat.com> - 0.6-2
- temporarily mask exceptions
-
Thu Nov 17 2005 Peter Jones <pjones@redhat.com> - 0.6-1
- fix RaidSets/getRaidSets
-
Wed Nov 16 2005 Peter Jones <pjones@redhat.com> - 0.5-2
- rebuild for newer libdevmapper.a
-
Fri Nov 11 2005 Peter Jones <pjones@redhat.com> - 0.5-1
- make it possible to easily build dm maps from dmraid tables
- support for partition table scanning
-
Thu Nov 10 2005 Peter Jones <pjones@redhat.com> - 0.4-1
- minor fixups before adding to the distro
-
Wed Nov 09 2005 Peter Jones <pjones@redhat.com> - 0.3-1
- make dmraid probing much simpler
-
Thu Sep 22 2005 Peter Jones <pjones@redhat.com> - 0.2-2
- flush out dmraid mappings, add a lot of wrapper code in the toplevel
-
Tue Sep 13 2005 Peter Jones <pjones@redhat.com> - 0.2-1
- add deps on libdevmapper and libdmraid
-
Fri Sep 09 2005 Peter Jones <pjones@redhat.com> - 0.1-1
- initial package