Add storage type to NodeInfo result
[ganeti-local] / lib / backend.py
2013-06-14 Helga VelroyenAdd storage type to NodeInfo result
2013-06-13 Thomas ThrainerIndex nodes by their UUID
2013-06-13 Helga VelroyenAdd cluster name to instance migration RPC
2013-06-12 Helga VelroyenRemove XEN_CMD from constants, adjust to PowercycleNode
2013-06-12 Helga VelroyenUse hvparams in GetAllInstancesInfo
2013-06-12 Helga VelroyenUse hvparams in GetInstanceInfo
2013-06-12 Helga Velroyenbackend.py: remove fallback implementation of GetNodeInfo
2013-06-12 Helga Velroyenbackend.py: use hvparams in GetNodeInfo
2013-06-12 Helga VelroyenVerify: node info and instance list
2013-06-12 Helga VelroyenVerify: xen toolstack, hypervisor and hvparams
2013-06-12 Helga Velroyenbackend.py: use instance's hvparams whenever possible
2013-06-12 Helga Velroyenbackend.py: GetInstanceListForHypervisor
2013-06-12 Helga Velroyenbackend.py: hvparams in 'GetInstanceList'
2013-06-07 Bernardo Dal Senonode_info RPC reports info about free spindles
2013-05-28 Bernardo Dal SenoNew RPC to get size and spindles of disks
2013-05-21 Helga VelroyenRPC 'node_info': <storage_type,key> instead of vg_names
2013-05-14 Helga VelroyenRename dir 'block' to 'storage'
2013-05-06 Thomas ThrainerSplit DRBD8Dev into DRBD8 and DRBD8Dev
2013-05-06 Thomas ThrainerRename DRBD8 to DRBD8Dev
2013-05-06 Thomas ThrainerMake DRBD version queryable from noded
2013-04-29 Bernardo Dal SenoMerge branch 'stable-2.8' into master
2013-04-29 Thomas ThrainerExtract /proc/drbd parsing code into DRBD8Info
2013-04-29 Thomas ThrainerRemove BaseDRBD
2013-04-24 Klaus AehligMerge branch 'stable-2.7' into stable-2.8
2013-04-24 Michele TartaraReason trail implementation for "start"
2013-04-24 Michele TartaraReason trail implementation for "shutdown"
2013-04-24 Thomas ThrainerExtract DRBD-related classes into block/drbd.py
2013-04-24 Thomas ThrainerMove lib/bdev.py to lib/block/bdev.py
2013-04-22 Michele TartaraReason trail implementation for instance reboot
2013-04-22 Michele TartaraAdd function for storing the reason trail of an instance
2013-04-22 Michele TartaraRemove old "reason" implementation
2013-04-17 Guido TrotterMove HooksMaster out of the mcpu module
2013-04-11 Guido TrotterMerge branch 'devel-2.7'
2013-04-10 Michele TartaraFix job queue directory permission problems
2013-02-20 Michael HanselmannMerge branch 'devel-2.7'
2013-02-19 Michele TartaraStatus change reason support for Reboot
2013-02-19 Michele TartaraInfrastructure for specifying instance status change...
2013-02-18 Dimitris AragiorgisRemove useless code in backend for network hooks
2013-02-12 Iustin PopFinish the remote→restricted commands rename
2013-02-08 Guido TrotterOS environment: add network information
2013-01-22 Michael HanselmannAdd test for backend._GetBlockDevSymlinkPath
2013-01-16 Bernardo Dal Senocluster-verify checks that PVs are not shared
2012-12-27 Iustin PopReturn master ip script output in case of failure
2012-12-22 Constantinos Venet... Add the gnt-storage client
2012-12-21 Bernardo Dal SenoAdd exclusive_storage parameter to node_info RPC
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-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-12-13 Michael HanselmannAdd RPC for setting watcher pause
2012-11-23 Dimitris AragiorgisExport network in FinalizeExport()
2012-11-21 Michael HanselmannRename leftovers from remote to restricted commands
2012-11-21 Michael Hanselmannbackend: Rename RunRemoteCommand to RunRestrictedCmd
2012-11-21 Michael HanselmannRename constants and directory for restricted commands
2012-11-21 Michael HanselmannRename configure option for restricted commands
2012-11-20 Apollon OikonomopoulosPeripheral changes for networks
2012-11-16 Michael Hanselmannbackend: Implement remote commands
2012-11-06 Michael HanselmannAdd utility to check if file is executable
2012-10-26 Michael Hanselmannbackend: Switch to new file storage directory verification
2012-10-26 Michael HanselmannCheck allowed file storage paths during cluster-verify
2012-10-25 Michael Hanselmannbdev: Add verification for file storage paths
2012-10-19 Iustin PopUpdate blockdev's "info" at instance rename
2012-10-17 Iustin PopIgnore empty/comment lines in OS variants file
2012-10-11 Michael HanselmannLUClusterVerifyGroup: Localize virtual file paths
2012-10-11 Michael HanselmannMove constant for /etc/hosts to pathutils
2012-10-08 Michael Hanselmannbackend: Use utils.IsBelowDir instead of local code
2012-10-05 Michael HanselmannCheck fingerprint of file with allowed file storage...
2012-10-05 Michael Hanselmannbackend: Check for shared storage also
2012-10-04 Michael HanselmannMove a function from backend to ssconf
2012-10-03 Michael HanselmannRemove constant for disk wipe block size
2012-09-28 Michael HanselmannStop hardcoding root user
2012-09-26 Agata Murawskainstance_info now returns vcpus
2012-09-25 Michael HanselmannImplement virtual cluster support in Python code
2012-09-18 Michael HanselmannMigrate lib/backend.py from constants to pathutils
2012-09-18 Michael Hanselmannconstants: Move most paths to separate module
2012-08-23 Iustin PopBump pep8 version to 1.2
2012-07-05 Iustin PopFix DRBD resize code
2012-05-11 Iustin PopMerge branch 'devel-2.5'
2012-05-11 Iustin PopMerge commit 'v2.5.1' into devel-2.5
2012-05-09 Iustin PopAdd a default PATH variable to OS scripts env
2012-05-07 Iustin PopFix LVM volume listing with newer LVM
2012-01-17 Guido TrotterAdd instance_balloon_memory rpc
2011-12-08 Guido TrotterMove ErrnoOnStr backend function to utils
2011-12-01 Andrea SpadacciniUse disk parameters in noded
2011-12-01 Michael HanselmannMore fixes after commit 78519c106
2011-11-30 Michael HanselmannFix “node_info” RPC result
2011-11-30 Michael HanselmannChange “node_info” RPC to accept multiple VGs/hypervisors
2011-11-22 Guido TrotterImportExport: use max and min memory params
2011-11-21 Andrea SpadacciniSet DRBD sync speed in DRBD8.Assemble
2011-11-14 Andrea SpadacciniUse master IP address setup script in backend
2011-11-14 Andrea SpadacciniChange master IP address RPCs for external script
2011-11-14 Andrea SpadacciniUpdate cluster verify to check IP address scripts
2011-11-07 Andrea SpadacciniImprove error handling in netmask change
2011-11-03 Andrea SpadacciniDerive IP hooks env variables from RPC parameter
2011-11-03 Andrea SpadacciniPass MasterNetworkParameters instances in RPCs
2011-11-03 Andrea SpadacciniUniform master IP activation and deactivation
2011-11-02 Andrea SpadacciniFix overriding of ActivateMasterIp params
2011-11-02 Andrea SpadacciniAdd netmask and IP version to master IP hooks env
2011-11-02 Andrea SpadacciniExplicitly pass params to change_master_netmask
2011-11-02 Andrea SpadacciniExplicitly pass params to deactivate_master_ip
2011-11-02 Andrea SpadacciniExplicitly pass params to activate_master_ip
next