Merge branch 'stable-2.7' into stable-2.8
[ganeti-local] / lib / bdev.py
2013-05-03 Michele TartaraMerge stable-2.7 into stable-2.8
2013-05-02 Helga VelroyenImprove error message for file instance creation
2013-04-24 Klaus AehligMerge branch 'stable-2.7' into stable-2.8
2013-04-16 Aaron KnisterUse KB as the unit for LVM PE size
2013-03-20 Helga VelroyenFix typo 'VolumeN' in bdev.py
2013-02-20 Iustin PopFix small typo in a docstring
2013-02-12 Stratos PsomadakisFix rbd showmapped output parsing
2013-01-16 Bernardo Dal Senobdev.GetPVInfo() returns list of LVs
2013-01-16 Bernardo Dal Senoutils.LvmExclusiveCheckNodePvs() returns more info
2013-01-09 Bernardo Dal SenoUnit tests for bdev and utils.lvm
2012-12-21 Bernardo Dal SenoFree disk space reporting follows exclusive storage...
2012-12-21 Bernardo Dal SenoAdd exclusive_storage parameter to node_info RPC
2012-12-21 Bernardo Dal SenoLVM disk creation uses dedicated PVs
2012-12-21 Bernardo Dal SenoAdd exclusive_storage parameter to blockdev_create RPC
2012-12-21 Bernardo Dal SenoAdded class to contain information about a PV
2012-12-20 Constantinos Venet... Multiple ExtStorage Providers and ext-params
2012-12-20 Constantinos Venet... Implement the External Storage Interface
2012-12-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-12-12 Michele TartaraMove the path of the DRBD status file to the Constants...
2012-10-26 Michael Hanselmannbackend: Switch to new file storage directory verification
2012-10-25 Michael Hanselmannbdev: Remove unused import of itertools
2012-10-25 Michael Hanselmannbdev: Add verification for file storage paths
2012-10-19 Iustin PopLVM: remove old tags when adding new ones
2012-10-19 Iustin PopAdd a small bdev helper function
2012-10-05 Michael Hanselmannbdev: Remove unnecessary empty line
2012-10-05 Michael Hanselmannbdev: Add functions to verify file storage paths
2012-08-23 Iustin PopBump pep8 version to 1.2
2012-07-19 Iustin PopMerge branch 'stable-2.6'
2012-07-19 Iustin PopFix a docstring in bdev's DRBD8 class
2012-07-13 Iustin PopMerge branch 'stable-2.6'
2012-07-05 Iustin PopFix DRBD resize code
2012-06-19 Michael Hanselmannbdev: Fix DRBD error reporting for syncer rate
2012-06-12 Bernardo Dal SenoFixed typos, formatting, etc and added a comment
2012-05-10 René Nussbaumerbdev: Add a guard to verify disk parameters are set
2012-05-10 René Nussbaumerbdev: Take the params directly from disk without refill
2012-04-13 Michael HanselmannMerge branch 'devel-2.5'
2012-03-23 Iustin PopFix LV status parsing to accept newer LVM
2012-02-21 Michael HanselmannReplace single- with double-quotes
2012-01-23 Constantinos Venet... Implement rbd disk template
2011-12-12 Andrea SpadacciniAdd the remaining DRBD dynamic sync disk params
2011-12-12 Andrea SpadacciniAdd the dynamic-resync DRBD disk parameter
2011-12-08 Andrea SpadacciniAdd net-custom and disk-custom DRBD parameters
2011-12-08 Andrea SpadacciniMove LD parameters constants to the LDP_ namespace
2011-12-06 Andrea SpadacciniAdd DRBD barriers disk parameters
2011-12-02 Andrea SpadacciniLV stripes parameters for plain and drbd
2011-12-01 Andrea SpadacciniAdd DRBD8 static resync speed disk parameter
2011-12-01 Andrea SpadacciniUse disk parameters in noded
2011-11-21 Andrea SpadacciniSet DRBD sync speed in DRBD8.Assemble
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-26 René NussbaumerMerge branch 'devel-2.4' into devel-2.5
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-23 René NussbaumerFix a parsing issue with DRBD 8.3.11 in the Linux Kernel
2011-08-05 Iustin PopZero DRBD metadata before creation
2011-07-25 Iustin PopMost boring patch ever
2011-05-10 Iustin PopImplement dryrun mode for BlockDev.Grow()
2011-03-08 Apollon OikonomopoulosShared block storage support
2011-03-01 Apollon OikonomopoulosCore shared file storage support
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
next