Some changes on disk failure tests
[ganeti-local] / lib / bdev.py
2008-02-22 Manuel FranceschiniFixes small spell mistakes and comments
2008-02-12 Guido TrotterParse double protocol version in drbd8.2
2008-02-05 Iustin PopReduce the chance of DRBD errors with stale primaries
2008-01-07 Iustin PopActivate logical volumes at Assemble() time
2008-01-07 Iustin PopImprove speed of activating block devs
2008-01-07 Iustin PopAdd unittest for DRBD8 drdbsetup show parser
2007-11-30 Iustin PopFix parsing of drbdsetup show output
2007-11-26 Iustin PopDrop the Rename method of DRBD8 devices
2007-11-26 Iustin PopRelax even more the identification of DRBD8 devices
2007-11-26 Iustin PopAdd support for DRBD8 devices to work standalone
2007-11-21 Iustin PopFix logging in drbd _ShutdownNet method
2007-11-14 Michael HanselmannGive more details on errors when trying to run “lvdisplay”.
2007-11-07 Iustin PopEnhance secondary node replace for drbd8
2007-11-06 Iustin PopImplement degraded status for logical volumes
2007-11-06 Iustin PopEnhance mirror operations for DRBD8
2007-11-06 Iustin PopAllow DRBD8 operation without backing storage
2007-11-06 Iustin PopMake DRBD8 disks show 'degraded' status if diskless
2007-11-06 Iustin PopChange the way remove children is called in bdev
2007-11-05 Iustin PopMiscellaneous style fixes
2007-11-02 Iustin PopUpdate the dev_path on LVs on rename
2007-10-29 Iustin PopRemove a redundant assignment
2007-10-29 Iustin PopFix some style issues (whitespace changes only)
2007-10-29 Iustin PopAllow drbd8 devices to work without local storage
2007-10-29 Iustin PopImplement block device renaming
2007-10-25 Iustin PopModify two mirror-device related rpc calls
2007-10-24 Iustin PopInitial implementation of drbd8 template type
2007-10-24 Iustin PopAllow DRBD8 to sync after sb1-pri with no changes
2007-10-24 Iustin PopAdd DRBD8 class for handling drbd version 8.x
2007-10-24 Iustin PopMove/rename _IsValidMeta to base drbd class
2007-10-24 Iustin PopMore abstractions from DRBD7 to base class
2007-10-24 Iustin PopImprove out-of-minors handling
2007-10-24 Iustin PopMove some methods from DRBDev to BaseDRBD
2007-10-19 Iustin PopSplit some DRBD functionality based on versions
2007-10-19 Iustin PopAbstract more strings values into constants
2007-10-10 Iustin PopRemove the shebang from modules
2007-08-30 Iustin PopFix mdadm -D output compatibility issues.
2007-08-28 Iustin PopFix compatibility problems with mdadm-2.5.6
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-08-03 Michael HanselmannAdd instance name to LVM volume as a tag.
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-23 Guido TrotterDo the secondary check and subsequently allocate the...
2007-07-16 Iustin PopInitial commit.