source: trunk/CHANGELOG @ 357

Last change on this file since 357 was 345, checked in by bastiaans, 17 years ago

CHANGELOG:

  • updated
File size: 3.3 KB
RevLine 
[342]1                f: fixed - c: changed - a: added
2
30.2.1:
4
5        web)
6                a:      allow per-cluster settings/override options: see CLUSTER_CONFS option
7                a:      clusterimage can now draw nodes at x,y position parsed from hostname
8                a:      clusterimage nodes are now clickable: has link to all jobs from that host
9                a:      clusterimage nodes now have a tooltip
[345]10                a:      jobmonarch logo image
11                        thank to: Robin Day
12                        for the design
[342]13
14        jobmond)
15
16                f:      uninitialized variable in checkGmetricVersion()
17                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
18                        for the patch
19
[308]200.2:
21
22        web)
[342]23                f:      misc. optimization and bugfixes
24                f:      now fully compatible with latest PHP5 and PHP4
[308]25
[342]26                c:      cluster image now incorporates small text descr.
27                c:      monarch (cluster/host) images no longer displayed
28                        for clusters that are not jobmond enabled
29                c:      pie chart percentages are now cpu-based instead of node-based
[308]30
[342]31                a:      host template for Ganglia
32                        adds a extra monarch host image to Ganglia's host overview
33                        which displays/links to the jobs on that host
34                        NOTE!: be sure to copy/install new template from addons/templates
35                a:      (optional) nodes hostnames column
36                        thanks to: Daniel Barthel - daniel(d.o.t)barthel(a.t)nottingham(d.o.t)ac(d.o.t)uk
37                        for the suggestion
[308]38
39        jobmond)
40
[342]41                f:      when a job metric is longer than maximum metric length,
42                        the info is split up amongst multiple metrics
43                f:      no longer exit when batch server is unavailable
44                        thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
45                        for the patch
46                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
[308]47
[342]48                c:      rearranged code to allow support for other batch systems
[308]49
[342]50                a:      (experimental) SGE (Sun Grid Engine) support as batch server
51                        thanks to: Babu Sundaram - babu(a.t)cs(d.o.t)uh(d.o.t)edu
52                        who developed it for a OSCAR's Google-SoC project
53                a:      pidfile support
54                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
55                        for the patch
56                a:      usage display
57                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
58                        for the patch
59                a:      queue selection support: ability to specify which QUEUE's to get jobinfo from
60                        thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
61                        for the patch
[308]62
63        jobarchived)
64
[342]65                f:      XML retrieval for Ganglia version >= 3.0.3 working properly again
66                f:      database storing for Ganglia version >= 3.0.3 working properly again
67                f:      fd closure bug causing stderr/stdout to remain open after daemonizing
[308]68
[342]69                c:      misc. bugfixes to optimize XML connections
70                c:      misc. bugfixes for misc. minor issues
[308]71
[342]72                a:      cleaning of stale jobs in dbase: see JOB_TIMEOUT option
[308]73
[283]740.1.1:
[249]75
76        web)
77
[342]78                f:      misc. layout bugs for overview & search
79                f:      bug that occured when calculating the number of nodes when there
80                        was more than one job running on a machine
[253]81
[342]82                c:      column requested memory is now optional through conf.php
83                c:      search and overview tables are now full screen (100%)
84                c:      overview jobnames are now cutoff at max 9 characters
85                        to prevent (layout) scews in the tables
86                c:      overview graphs are no longer downsized
[253]87
[342]88                a:      (optional) column 'queued' (since) in overview
89                a:      search results (can) now have a SEARCH_RESULT_LIMIT
90                        this increases performance of the query's significantly!
91                a:      date/time format as displayed is now configurable through conf.php
[249]92
93        jobmond)
94
[342]95                a:      now reports 'queued since' (or creation time) of jobs
[249]96
97        documentation)
98
[342]99                f:      wrong e-mail adress in INSTALL (doh!)
[249]100
[342]1010.1:
[249]102
103        - First public release
Note: See TracBrowser for help on using the repository browser.