Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 2.9 KB

TODO.markdown

File metadata and controls

62 lines (51 loc) · 2.9 KB

Semi-random collection of tasks we'd like to get done

Targeted for 2.0

Targeted for 2.0.x

  • Make sure crm_attribute/crmd writes direct to cib if attrd is not around

  • See if anywhere should be using clock_gettime() instead of time(NULL)

  • Figure out why libqb blackboxes contain garbage: trace Jan 06 10:42:41 print_synapse(190):0: [Action 18]: Completed rsc op FencingPass_start_0 on ne (priority: 1918989871, waiting: /lib/pac trace Jan 06 10:42:41 print_synapse(190):0: [Action 17]: Completed rsc op FencingPass_stop_0 on e (priority: 1635135232, waiting: r/lib/pa

  • Make sure fail counts etc are removed on resource deletion

  • Test and merge fsa-stall-with-data.patch

  • Test and merge join-offer-one.patch

  • Test and merge ipc-dispatch.patch

  • Process election votes as soon as they happen notice: do_election_count_vote: Election 6 (current: 6, owner: 101): Processed no-vote from east-04 (Peer is not part of our cluster)

  • Support http://cgit.freedesktop.org/systemd/systemd/commit/?id=96342de68d0d6de71a062d984dafd2a0905ed9fe

  • Support 'yesterday' and 'thursday' and '24-04' as dates in crm_report

  • Allow the N in 'give up after N failed fencing attempts' to be configurable

  • Show an english version of the config with crm_resource --rules

  • Convert cts/CIB.py into a supported Python API for the CIB

  • Re-implement no-quorum filter for cib updates?

Targeted for 2.1

  • Support A colocated with (B || C || D)
  • Implement a truely atomic version of attrd
  • Support rolling average values in attrd
  • Support heartbeat with the mcp
  • Freeze/Thaw
  • Create Pacemaker plugin for snmpd - http://www.net-snmp.org/
  • Investigate using a DB as the back-end for the CIB
  • Decide whether to fully support or drop failover domains

Testing

  • Convert BandwidthTest CTS test into a Scenario wrapper
  • find_operations() is not covered by PE regression tests
  • no_quorum_policy==suicide is not covered by PE regression tests
  • parse_xml_duration() is not covered by PE regression tests
  • phase_of_the_moon() is not covered by PE regression tests
  • test_role_expression() is not covered by PE regression tests
  • native_parameter() is not covered by PE regression tests
  • clone_active() is not covered by PE regression tests
  • convert_non_atomic_task() in native.c is not covered by PE regression tests
  • group_rsc_colocation_lh() is not covered by PE regression tests
  • Test on-fail=standby

Documentation

  • Clusters from Scratch: Mail
  • Clusters from Scratch: MySQL
  • Document advanced fencing logic in Pacemaker Explained
  • Use ann:defaultValue="..." instead of in the schema more often
  • Document in CFS an Appendix detailing with re-enabling firewall
  • Document implicit operation creation in CFS once pcs supports it.
  • Document use of pcs resource move command in CFS once pcs supports it.
  • Make use of --clone option in pcs resource create dlm in CFS once pcs fully supports that option.