Use node UUIDs for locking instead of node names
[ganeti-local] / lib / cmdlib / instance.py
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.8' into stable-2.9
2013-08-07 Thomas ThrainerMerge branch 'stable-2.7' into stable-2.8
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