Change method dispatch in ClientOps to enforce luxi.REQ_ALL
[ganeti-local] / lib / server / masterd.py
2013-07-15 Klaus AehligChange method dispatch in ClientOps to enforce luxi...
2012-12-13 Michael HanselmannSet watcher pause on all nodes
2012-12-10 Michael Hanselmannmasterd: Remove duplicate code
2012-11-20 Apollon OikonomopoulosImplement LUNetworkQuery
2012-11-20 Dimitris AragiorgisBasic IP pool management logic
2012-11-13 Michael HanselmannExpose changing job priority via LUXI
2012-11-01 Michael HanselmannMerge branch 'devel-2.6'
2012-11-01 Iustin PopImprove logging of new job submissions
2012-09-18 Michael HanselmannMigrate lib/server/*.py from constants to pathutils
2012-08-23 Iustin PopBump pep8 version to 1.2
2012-08-02 Iustin PopFix uses of OpPrereqError without code info
2012-07-18 René NussbaumerAnother small consistency fix with if branches
2012-07-18 René NussbaumerFix inconsistency in the LUXI protocol w.r.t. args
2012-05-08 Iustin PopCorrect capitalisation of two Luxi calls
2012-04-20 Michael HanselmannStop acquiring BGL for LUXI queries
2012-04-20 Michael HanselmannStop using locks in LUXI "QueryTags"
2012-04-18 Michael HanselmannDrop objects.QueryRequest
2012-04-13 Michael HanselmannMerge branch 'devel-2.5'
2012-03-30 Michael HanselmannAdd job support to query2 via LUXI
2012-03-22 Michael Hanselmanncmdlib: Stop forking in LUClusterQuery
2012-03-22 Michael HanselmannRevert "Stop acquiring BGL for LUXI queries"
2012-03-20 Michael HanselmannStop acquiring BGL for LUXI queries
2012-02-22 Michael HanselmannRemove deprecated “QueryLocks” LUXI request
2012-01-06 Michael Hanselmannrpc: Change signature of RpcRunner
2011-11-21 Michael Hanselmannmasterd: Initialize job queue only after RPC client
2011-11-21 Michael Hanselmannmasterd: Shutdown only once running jobs have been...
2011-11-17 Michael Hanselmannmasterd: Don't pass mainloop to server class
2011-11-14 Andrea SpadacciniChange master IP address RPCs for external script
2011-11-03 Michael HanselmannShow RPC calls from config in lock monitor
2011-11-03 Andrea SpadacciniPass MasterNetworkParameters instances in RPCs
2011-11-03 Andrea SpadacciniUse MasterNetworkParameters attributes for RPC
2011-11-02 Andrea SpadacciniExplicitly pass params to activate_master_ip
2011-11-02 Michael HanselmannAdd new lock level for node resource modifications
2011-10-26 Michael HanselmannMove bootstrap-related RPC to generated wrappers
2011-10-12 Iustin PopStandardise LUXI call argument types
2011-10-12 Iustin PopRename filter and filter_ to qfilter
2011-09-30 Andrea SpadacciniSplit starting and stopping master IP and daemons
2011-09-30 Andrea SpadacciniSplit starting and stopping master IP and daemons
2011-09-27 Michael HanselmannKeep only one global RPC runner in Ganeti context
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-25 Michael HanselmannPEP8 style fixes
2011-04-29 Michael HanselmannMerge branch 'devel-2.4'
2011-04-19 Iustin PopFix master IP activation in failover with no-voting
2011-03-15 Michael Hanselmannmasterd: Simplify code for field queries
2011-03-15 Michael Hanselmannconstants: Rename QR_OP_*, add QR_VIA_RAPI
2011-01-18 Iustin PopRename OpGetTags and LUGetTags
2011-01-18 Iustin PopRename OpQueryNodes and LUQueryNodes
2011-01-18 Iustin PopRename OpQueryInstances and LUQueryInstances
2011-01-18 Iustin PopRename OpQueryGroups and LUQueryGroups
2011-01-18 Iustin PopRename OpQueryClusterInfo and LUQueryClusterInfo
2011-01-18 Iustin PopRename OpQueryConfigValues and LUQueryConfigValues
2011-01-18 Iustin PopRename OpQueryExports and LUQueryExports
2011-01-06 Michael HanselmannConvert “gnt-debug locks” to query2
2010-12-13 Michael HanselmannLUXI: Add Query and QueryFields functions
2010-12-06 Guido Trotterlocking: add nodegroup lock level
2010-12-01 Adeodato SimoQuerying node groups: add luxi.REQ_QUERY_GROUPS
2010-11-03 Michael HanselmannRemove shebang line from ganeti.server.*
2010-10-29 Michael HanselmannMove ganeti-masterd to ganeti.server.masterd