Honor disks_active of instance when adding disks
[ganeti-local] / lib / cmdlib / instance.py
2013-09-26 Thomas ThrainerHonor disks_active of instance when adding disks
2013-09-26 Thomas ThrainerWait for disk sync when adding a disk
2013-09-24 Thomas ThrainerRemove physical_id field from disk object
2013-09-24 Thomas ThrainerReplace physical_id with dynamic_params
2013-09-19 Klaus AehligMerge branch 'stable-2.9' into master
2013-09-17 Klaus AehligFix incorrect conflict resolution in lib/cmdlib/instance.py
2013-09-17 Klaus AehligMerge branch 'stable-2.8' into stable-2.9
2013-09-16 Michele TartaraAdd a default to file-driver when unspecified over...
2013-09-12 Thomas ThrainerUse RpcResult.Warn where appropriate
2013-09-12 Thomas ThrainerRemove unneeded except block
2013-09-12 Thomas ThrainerMerge branch 'stable-2.9' into master
2013-08-28 Helga VelroyenReplace LD_* constants with DT_* constants
2013-08-22 Thomas ThrainerCheck right disk template in inst set params
2013-08-21 Thomas ThrainerAdd unit tests for LUInstanceCreate and move tests
2013-08-21 Thomas ThrainerMerge branch 'stable-2.9' into master
2013-08-20 Thomas ThrainerAllow instance mods if only osparams are given
2013-08-20 Thomas ThrainerUse node UUIDs for locking instead of node names
2013-08-20 Thomas ThrainerAllow instance mods if only osparams are given
2013-08-19 Thomas ThrainerFix a node name vs. UUID bug in instance import
2013-08-19 Thomas ThrainerUse node UUID for locking in LUInstanceMove
2013-08-07 Thomas ThrainerMerge branch 'stable-2.9'
2013-08-07 Thomas ThrainerMerge branch 'stable-2.8' into stable-2.9
2013-08-07 Thomas ThrainerMerge branch 'stable-2.7' into stable-2.8
2013-08-07 Jose A. LopesMove constants to the appropriate module
2013-08-07 Jose A. LopesAdd predicates to test Python types in opcodes
2013-07-22 Sebastian GebhardFix KeyErrors with network mode and vlan
2013-07-18 Sebastian GebhardSupport VLAN parameter during instance creation
2013-07-15 Helga VelroyenOpcodes: move storage type checks to cmdlib
2013-07-15 Helga Velroyencmdlib: remove usage of ENABLE_FILE_STORAGE
2013-07-15 Helga Velroyenbackend: remove ENABLE_FILE_STORAGE
2013-07-03 Helga VelroyenLet instance creation fall back to default disk template
2013-07-03 Helga VelroyenLUInstanceCreate: factor out disk checks
2013-07-02 Helga VelroyenExtend RPC call 'node_info' by storage parameters
2013-06-20 Thomas ThrainerIndex instances by their UUID
2013-06-20 Thomas ThrainerFix instance add for missing node specs
2013-06-18 Michele TartaraMerge branch 'stable-2.8' into 'master'
2013-06-14 Helga VelroyenUse cluster's hvparams in LUInstSetParams
2013-06-13 Thomas ThrainerInline simple "alias" variables
2013-06-13 Thomas ThrainerIndex nodes by their UUID
2013-06-12 Helga VelroyenUse hvparams in GetInstanceInfo
2013-06-12 Helga VelroyenAdjust all callers of RPC 'call_node_info'
2013-06-05 Klaus AehligUse RpcResult.Warn where appropriate the cmdlib
2013-06-04 Christos StavrakakisExport device UUIDs to hooks and OS scripts
2013-05-31 Bernardo Dal SenoMerge branch 'stable-2.8' into master
2013-05-28 Thomas ThrainerAdd disks_active to configuration
2013-05-28 Bernardo Dal SenoSpindles are mandatory with exclusive storage
2013-05-23 Bernardo Dal SenoCheck that spindles are not given when they are not...
2013-05-21 Helga VelroyenRPC 'node_info': <storage_type,key> instead of vg_names
2013-05-17 Bernardo Dal SenoMerge branch 'stable-2.8' into master
2013-05-17 Bernardo Dal SenoMerge branch 'stable-2.7' into stable-2.8
2013-05-17 Thomas Thrainercmdlib: Cleanup public/private functions
2013-05-17 Thomas Thrainercmdlib: Extract instance query related functionality
2013-05-17 Thomas Thrainercmdlib: Extract instance operation functionality
2013-05-17 Thomas Thrainercmdlib: Extract migration related functionality
2013-05-17 Thomas Thrainercmdlib: Extract storage related functionality
2013-05-17 Thomas ThrainerExtract instance related logical units from cmdlib