Rename OpRecreateInstanceDisks and LURecreateInstanceDisks
[ganeti-local] / lib / bdev.py
2011-01-11 René NussbaumerMake it possible to pause/resume sync of mirrored dev
2010-12-02 Iustin PopMake snapshots multi-vg aware
2010-09-23 René NussbaumerMigrate call from backend._GetVGInfo to bdev.LogicalVol...
2010-09-22 René NussbaumerUse free space in vg instead of biggest free pv space...
2010-08-18 Manuel FranceschiniIntroduce new IPAddress classes
2010-08-05 Manuel FranceschiniFix bug in bdev when drbd version format is x.x.x.x
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-07-06 Luca BigliardiBaseDRBD: provide a way to query usermode_helper parameter
2010-06-30 Manuel FranceschiniDRBD IPv6 support
2010-06-28 Guido TrotterRemove pred from compat.any/all
2010-06-22 Iustin PopFix warnings with Python 2.6
2010-04-21 Michael HanselmannAdd separate module for backported language functionality
2010-03-23 Guido TrotterWrite grow support for file storage
2010-03-22 Guido TrotterRemove race condition in FileStorage.Create
2010-03-15 Iustin PopClarify the error message for ':' in PV names
2010-03-08 Iustin PopAdd strict name validation for the LVM backend
2010-03-08 Iustin PopImplement disabling of file-based storage
2010-02-15 Iustin PopUnify a few re.compile calls in DRBD
2010-01-26 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2010-01-25 Iustin PopAdd a crude disable for DRBD barriers
2010-01-25 Iustin PopEnsure all int/float conversions are handled right
2010-01-04 Iustin Popbdev: Add a TODO and a pylint silence
2010-01-04 Iustin PopAdd some stubs to bdev.FileStorage
2010-01-04 Iustin PopRemove many 'Unused variable' warnings
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-28 Iustin PopAdd targetted pylint disables
2009-12-01 Iustin PopDRBD: ignore unreadable meta devices
2009-11-03 Iustin PopAnother round of pylint-related style fixes
2009-11-03 Iustin PopChange bdev.LogicalVolume.GetPVInfo usage
2009-11-03 Iustin PopThrow specific error when ':' exists in PV names
2009-11-03 Michael Hanselmannbdev: Convert to utils.Retry
2009-09-30 Iustin PopMerge remote branch 'origin/master' into mogu
2009-09-25 Iustin PopMerge commit 'origin/next'
2009-09-03 Michael HanselmannUse ReadFile/WriteFile in more places
2009-08-21 Iustin PopFix /proc/drbd parsing in presence of gaps
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-06 Michael HanselmannConvert ldisk_degraded to tri-state value
2009-08-05 Michael HanselmannUse object for blockdev_find RPC call result
2009-08-04 Iustin Popbdev: Add function for reading actual disk size
2009-08-04 Iustin Popbdev: allow ignoring of size in Assemble()
2009-07-17 Guido TrotterMerge branch 'master' into next
2009-07-16 Iustin PopUse full-stripe size in LVM growth
2009-07-07 Michael HanselmannFix some typos
2009-07-01 Iustin PopIncrease maximum accepted size for a DRBD meta dev
2009-06-08 Iustin PopEnable stripped LVs
2009-06-08 Iustin PopAdd more constants for DRBD and change sync tests
2009-06-03 Iustin PopAssemble DRBD using the known size
2009-05-28 Iustin PopChange the bdev init signatures
2009-05-05 Iustin PopFix compatibility with DRBD 8.3
2009-05-05 Karsten KeilFix compatibility with DRBD 8.2
2009-02-16 Iustin PopConvert IOErrors for /proc/drbd into our errors
2009-02-11 Guido TrotterFileStorage: abort creating over an existing file
2009-02-10 Iustin PopSome error message cleanups
2009-02-10 Iustin PopCleanup of DRBD8._CheckMetaSize
2009-02-10 Iustin PopChange the disk assembly to raise exceptions
2009-02-10 Iustin PopChange BlockDev.Remove() failure result
2009-02-10 Iustin PopChange BlockDev.Shutdown() failure result
2009-02-09 Iustin Popbdev: add and use two utility functions
2009-01-23 Iustin PopRemove checking of DRBD metadata for validity
2009-01-20 Iustin PopMake cluster-verify check the drbd minors space
2009-01-20 Iustin PopDRBD: check for in-use minor during Create
2009-01-19 Iustin PopBlock device creation cleanup
2009-01-13 Iustin PopForward-port DrbdNetReconfig
2009-01-13 Iustin Popbackend: rename AttachOrAssemble to Assemble
2009-01-13 Iustin Popdrbd: change the semantics of Attach vs. Assemble
2009-01-13 Iustin Popbdev: Do not call Assemble() on children
2009-01-09 Iustin PopWork around a DRBD sync speed race condition
2009-01-08 Iustin Popbdev: forward-port ReAttachNet/DisconnectNet
2008-12-11 Iustin PopFix epydoc format warnings
2008-11-27 Iustin PopFix file-based block devices
2008-09-29 Iustin PopMove a hardcoded constant to constants.py
2008-09-29 Iustin PopEnable the use of shared secrets
2008-09-29 Iustin PopExtend DRBD disks with shared secret attribute
2008-09-23 Iustin PopSwitch to static minors for DRBD
2008-09-22 Iustin PopExtend DRBD disks with minors attribute
2008-07-09 Iustin PopReduce duplicate Attach() calls in bdev
2008-07-09 Iustin PopConvert bdev.py to the logging module
2008-06-25 Iustin PopCleanup LV status computation
2008-06-18 Iustin PopRework the DRBD8 device status computation
2008-06-16 Iustin Popbdev: implement disk resize for lvm/drbd8
2008-05-30 Iustin PopComplete removal of md/drbd 0.7 code
2008-05-15 Guido TrotterFix drbd show parser to handle valueless keywords
2008-05-15 Guido TrotterSplit drbd command creation and execution
2008-05-12 Iustin Popbdev: always log command output if it failed
2008-05-10 Iustin PopDRBD: Fix another bug in diskless activation
2008-05-08 Guido TrotterImprove DRBD8.Open's docstring a bit more
2008-05-08 Guido TrotterFix comment typo in bdev.py
2008-05-08 Iustin PopFix DRBD8 diskless assembling
2008-04-15 Guido TrotterFix two pylint uninitialized variable errors
2008-04-05 Manuel FranceschiniAdd FileStorage class
2008-03-20 Iustin PopRemove some deprecated code in 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
next