File: TODO

package info (click to toggle)
crmsh 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,980 kB
  • sloc: python: 50,399; sh: 1,207; makefile: 255; xml: 243; exp: 234; awk: 22
file content (34 lines) | stat: -rw-r--r-- 946 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Features

. Audit

	- add user auditing, i.e. save all commands that were run
      (DONE: see the -R flag)

	- save to a local file (distributed DB would probably be an
	  overkill)

. Cluster documentation

	- one of the more recent features is graph capability
	  (graphviz) which is a very good step in terms of cluster
	  documentation; need to extend that with some textual
	  cluster description and perhaps history and such

	- everybody likes reports (and in particular your boss)

	- this feature needs very careful consideration

. CIB features

    - Support ACL commands in Pacemaker 1.1.12>
      (DONE)

. Command features

    - Relative commands: /status from configure, ../resource stop foo
      from configure, cib/new from configure... for example.

      Tricky part: Have to push/pop levels invisibly, resource
      commands modify CIB while CIB is edited in configure. Similar
      races could occur with other commands.