]> git.proxmox.com Git - pve-ha-manager.git/shortlog
pve-ha-manager.git
2015-02-14 Dietmar Maureradd basic LRM functionality
2015-02-11 Dietmar Maurerimprove documentation
2015-01-02 Dietmar Maureruse Daemon class from pve-common
2014-12-16 Dietmar Maureradd restart_on_error option
2014-12-15 Dietmar Maureradd generic Daemon class
2014-12-12 Dietmar Maurerimplement crm stop
2014-12-12 Dietmar Maurerfake get_ha_manager_lock fro Env::PVE2
2014-12-12 Dietmar Maurercrm: allow shutdown in slave mode
2014-12-12 Dietmar Maurercreate Env class for PVE
2014-12-12 Dietmar Maureradd more servcie by default (2 for each node)
2014-12-12 Dietmar Maurerimplement set_service_state callback
2014-12-12 Dietmar Maurergui: display manager status
2014-12-12 Dietmar Maurergui: improve layout
2014-12-12 Dietmar Maurercode cleanup
2014-12-11 Dietmar Maurerdisplay service status
2014-12-11 Dietmar Maurergui: add service controls
2014-12-11 Dietmar Maureruse uppercase for master node status
2014-12-11 Dietmar Maurercorrectly update lock time
2014-12-11 Dietmar Maurerdisplay node status
2014-12-11 Dietmar Maurerwrite default service config
2014-12-11 Dietmar Maurergui: redirect output to log window
2014-12-10 Dietmar Maureruse GTK for GUI
2014-12-10 Dietmar Maureradd script to start simulation
2014-12-10 Dietmar Maurercreate default hardware_status file (3 node cluster)
2014-12-07 Dietmar Maurernew realtime ENV class
2014-12-07 Dietmar Maurersplit classes
2014-12-07 Dietmar Maurerrename Sim/Env.pm to Sim/TestEnv.pm
2014-12-07 Dietmar Maureradd check for looptime
2014-12-07 Dietmar Maurerimprove loop simulation - use same timeouts as with...
2014-12-07 Dietmar Maurersplit classes
2014-12-06 Dietmar Maurersimulate CRM and LRM - cleanup logs
2014-12-06 Dietmar Maureradd code for LRM (Local Resource Manager)
2014-12-06 Dietmar Maurercleanup CRM state machine
2014-12-06 Dietmar Maureruse better name for local status
2014-12-06 Dietmar Maurercleanup CRM state machine
2014-12-06 Dietmar Maurermove common code to separate file
2014-12-06 Dietmar Maurerrenamed Server to CRM
2014-12-05 Dietmar Maureradd fake binary for pve-ha-crm
2014-12-05 Dietmar Maurerrename pve-ha-manager to pve-ha-simulator
2014-12-05 Dietmar Maurercontinue simulation till 500 seconds after last command
2014-12-05 Dietmar Maurerwrite_local_status: correctly pass parameters
2014-12-05 Dietmar Maurercorrectly handle fenced node in crm
2014-12-05 Dietmar Maurerexecute 'power <node> off' when fencing, improve logging
2014-12-05 Dietmar Maurerfix watchdog check - check all nodes after time progress
2014-12-05 Dietmar Maureruse watchdog in simulation
2014-12-05 Dietmar Maurerimplement watchdog simulation
2014-12-05 Dietmar Maureruse plugin architecture instead of inheritance
2014-12-04 Dietmar Maurerrename PVE/HA/SimEnv.pm -> PVE/HA/Sim/Env.pm
2014-12-04 Dietmar Maurerrename PVE/HA/SimCluster.pm -> PVE/HA/Sim/Hardware.pm
2014-12-04 Dietmar Maurercleanup locking code, fix bug in quorate()
2014-12-04 Dietmar MaurerSimCluster: setup status dir inside new
2014-12-04 Dietmar Maurerimprove log format
2014-12-04 Dietmar Maurerfix loop_count
2014-12-04 Dietmar Maurerbetter power on/off simulation
2014-12-04 Dietmar MaurerSimCluster: new class to simulate a cluster
2014-12-04 Dietmar Maurertry to simulate all nodes
2014-12-04 Dietmar Maurersplit out server code
2014-12-03 Dietmar Maureruse command list to simulate membership
2014-12-03 Dietmar Maureradd check for undefined value
2014-12-03 Dietmar Maurerimplement self fencing
2014-12-03 Dietmar Maurersimulate cluster locking
2014-12-03 Dietmar Maureradd option --nodiff
2014-12-03 Dietmar Maurerupdate docu
2014-12-02 Dietmar Maureruse sparate method to change service state
2014-12-02 Dietmar Maureradd service_state to track VM locations with SimEnv
2014-12-01 Dietmar Maureradd service status
2014-12-01 Dietmar Maurersimplify manager code
2014-12-01 Dietmar Maurerimprove manager livecycle, add cleanup
2014-12-01 Dietmar Maurerread membership from file
2014-12-01 Dietmar Maurerread hostname from testdir
2014-12-01 Dietmar Maureradd regression tester
2014-12-01 Dietmar Maureradd make files
2014-11-30 Dietmar Maurerintroduce new HA::Manger class
2014-11-30 Dietmar Maurerimplement read/write manager status
2014-11-30 Dietmar Maurerimplement read_manager_status/write_manager_status
2014-11-30 Dietmar Maurerintroduce slave mode
2014-11-30 Dietmar Maurerrename startup to wait_for_quorum
2014-11-30 Dietmar Maurerimplement helper to return quorum info
2014-11-30 Dietmar Maurerintroduce read_local_status/write_local_status
2014-11-29 Dietmar Maurerassume nodes are only if we have no proove
2014-11-29 Dietmar Maurerimplement class NodeStatus to track node status and...
2014-11-29 Dietmar Maurerintroduce new 'error' state
2014-11-29 Dietmar Maurerimplement get_node_info
2014-11-29 Dietmar Maurerimplement sleep_until to add constant delay
2014-11-29 Dietmar Maureradd a way to simulate node membership
2014-11-29 Dietmar Maurerinitial commit