kvm: fix bug while fetching -device list
[ganeti-local] / lib /
2013-01-25 Guido Trotterkvm: fix bug while fetching -device list
2013-01-24 Michael Hanselmannhv_xen: Remove config after shutdown was successful
2013-01-24 Michael Hanselmannhv_*: Always return from Verify, style fixes
2013-01-23 Bernardo Dal Seno_VerifyErrors()._Error() and _ErrorIf() are now consistent
2013-01-23 Dimitris AragiorgisHandle the result of QueryGroups() correctly
2013-01-23 Dimitris AragiorgisHandle the result of QueryGroups() correctly
2013-01-23 Michael Hanselmannhv_xen: Compose file name outside error handling
2013-01-22 Michael HanselmannAdd test for backend._GetBlockDevSymlinkPath
2013-01-22 Michael Hanselmannhv_base: Remove empty constructor
2013-01-21 Helga VelroyenFix format string of KVM output
2013-01-21 Iustin PopFirst part of confd timer changes
2013-01-18 Christos StavrakakisFix type of 'node_whitelist' request parameter
2013-01-18 Michael Hanselmannhv_xen: Add test for CPU pinning configuration
2013-01-18 Guido Trotterkvm: remove last version-based feature detection
2013-01-18 Guido Trotterkvm: extract a regexp matching out of a for loop
2013-01-18 Guido Trotterkvm: deduplicate 'get output' code
2013-01-18 Michael HanselmannMake Xen config path a build-time option
2013-01-18 Michael Hanselmannburnin: Don't keep hypervisor class around
2013-01-18 Constantinos Venet... Run pre-migrate hooks on primary node too
2013-01-16 Dimitris AragiorgisCheck if KVM machine version is supported
2013-01-16 Bernardo Dal SenoVerify that templates are compatible with exclusive...
2013-01-16 Bernardo Dal Senocluster-verify checks that PVs are not shared
2013-01-16 Bernardo Dal Senobdev.GetPVInfo() returns list of LVs
2013-01-16 Bernardo Dal SenoMoved checks within LUClusterVerifyGroup
2013-01-16 Bernardo Dal Senoadd-node checks PVs
2013-01-16 Bernardo Dal SenoNew RPC call for node verify in dns-only RPC client
2013-01-16 Bernardo Dal Senocluster-verify checks uniformity of PV sizes
2013-01-16 Bernardo Dal Senoutils.LvmExclusiveCheckNodePvs() returns more info
2013-01-16 Bernardo Dal Senocluster-verify checks uniformity of exclusive_storage...
2013-01-16 Bernardo Dal SenoSmall cleanup in constants.py
2013-01-16 Michele TartaraAdd reporting infrastructure for data collectors
2013-01-16 Guido Trotterkvm: make kvm path configurable as an hv parameter
2013-01-16 Guido Trottermake _{Generate,Execute}KVMRuntime accept kvm help
2013-01-16 Guido Trotterkvm: make auxiliary functions accept a kvm path
2013-01-16 Dimitris AragiorgisAdd KVM machine version as hv param
2013-01-16 Michael HanselmannMove burnin to ganeti.tools.burnin
2013-01-15 Michael HanselmannLink man pages in documentation
2013-01-14 Dato SimóAdd initial constants and Haskell ADTs for auto repair
2013-01-14 Guido Trotterkvm: Add -vga option
2013-01-14 Guido Trotterkvm: Add kvm_extra parameter
2013-01-14 Guido Trotterkvm: support usb devices
2013-01-14 Guido TrotterAllow -soundhw option to kvm
2013-01-14 Guido Trotterkvm: simplify _GetMachineVersion
2013-01-14 Guido Trotterkvm: use help based feature detection
2013-01-14 Guido Trotterkvm: abstract getting --help output
2013-01-14 Guido Trotterkvm: always pass -usb
2013-01-14 Guido TrotterAdd a non negative int hypervisor parameter check
2013-01-14 Guido Trotterkvm: allow setting smp cores, threads, sockets
2013-01-14 Guido Trotterkvm: add serial console speed
2013-01-11 Dimitris AragiorgisAdd locking to _NetworkQuery
2013-01-10 Dimitris AragiorgisAdd machine version in kvm runtime file
2013-01-09 Guido TrotterMerge branch 'stable-2.6' into devel-2.6
2013-01-09 Michael HanselmannAdd utility to format dictionary as key=value strings
2013-01-09 Guido TrotterRemove fixed FIXME
2013-01-09 Guido TrotterRemove fixed FIXME
2013-01-09 Bernardo Dal SenoUnit tests for bdev and utils.lvm
2013-01-07 Michael HanselmannAdd "use_locking" parameter to network query opcode
2012-12-27 Iustin PopReturn master ip script output in case of failure
2012-12-27 Iustin PopFix LUInstanceRecreateDisks with iallocator
2012-12-22 Constantinos Venet... Add the gnt-storage client
2012-12-21 Iustin PopMerge branch 'devel-2.6'
2012-12-21 Iustin PopFix build breakage after exclusive storage commits
2012-12-21 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-12-21 Bernardo Dal SenoLUs raise an error if they cannot handle exclusive_storage
2012-12-21 Bernardo Dal SenoRefactor checks for a new template in LUInstanceSetParams
2012-12-21 Bernardo Dal SenoFree disk space reporting follows exclusive storage...
2012-12-21 Bernardo Dal SenoCall node_info RPCs with the exclusive_storage flag
2012-12-21 Bernardo Dal SenoAdd exclusive_storage parameter to node_info RPC
2012-12-21 Michael Hanselmanngnt-* list-fields: Show friendly field type
2012-12-21 Michael HanselmannImprove assertion message in LUClusterVerifyGroup
2012-12-21 Bernardo Dal SenoLVM disk creation uses dedicated PVs
2012-12-21 Bernardo Dal SenoCall blockdev_create RPCs with the exclusive_storage...
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-21 Michael Hanselmannopcodes: Common parameter for target groups
2012-12-21 Michael Hanselmanngnt-network: Fix CLI issues with node groups
2012-12-21 Michael Hanselmanngnt-network CLI improvements
2012-12-21 Michael HanselmannImprove network query algorithm
2012-12-21 Michael HanselmannChange network error text
2012-12-21 Michael HanselmannFormat network field "group_list" in client
2012-12-21 Dimitris AragiorgisFix iallocator for nodegroups with no tags
2012-12-20 Michele TartaraAdd function for generating UUIDs in the Haskell codebase
2012-12-20 Michael Hanselmannobjects.NIC: Look up mode only once, capitalize acronym
2012-12-20 Michael HanselmannAdd utility to format dictionary as key=value strings
2012-12-20 Constantinos Venet... Adjust LUInstanceSetParams wrt the `ext' template
2012-12-20 Constantinos Venet... Multiple ExtStorage Providers and ext-params
2012-12-20 Constantinos Venet... Implement the External Storage Interface
2012-12-20 Michael HanselmannStop all daemons on cluster initialization
2012-12-20 Michael Hanselmannnetutils: Normalize all FQDNs
2012-12-20 Michael HanselmannMore style updates for network-related code
2012-12-20 Michael Hanselmanncmdlib: Additional opportunistic locking check
2012-12-19 Michael HanselmannDetect wrong Python module structure
2012-12-19 Guido TrotterOne more offline+shutdown fix
2012-12-19 Iustin PopFix network LUs use of error code in OpPrereqError
2012-12-19 Michael Hanselmann_NetworkQuery: Simplify statistics computation
2012-12-19 Michael Hanselmanncmdlib: Factorize network conflict detection
2012-12-19 Michael Hanselmanngnt-network: Fix import for textwrap
2012-12-19 Michael Hanselmanngnt-network add: "--network" is required
2012-12-19 Michael Hanselmanncmdlib: Replace period with colon in error message
2012-12-19 Michael Hanselmannquery: Factorize code for getting statistics value
next