Changeset 342 for trunk/CHANGELOG
- Timestamp:
- 04/24/07 11:59:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r319 r342 1 f: fixed - c: changed - a: added 2 3 0.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 10 11 jobmond) 12 13 f: uninitialized variable in checkGmetricVersion() 14 thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com 15 for the patch 16 1 17 0.2: 2 18 3 19 web) 4 - fixed:misc. optimization and bugfixes5 - fixed:now fully compatible with latest PHP5 and PHP420 f: misc. optimization and bugfixes 21 f: now fully compatible with latest PHP5 and PHP4 6 22 7 - changed:cluster image now incorporates small text descr.8 - changed:monarch (cluster/host) images no longer displayed9 10 - changed:pie chart percentages are now cpu-based instead of node-based23 c: cluster image now incorporates small text descr. 24 c: monarch (cluster/host) images no longer displayed 25 for clusters that are not jobmond enabled 26 c: pie chart percentages are now cpu-based instead of node-based 11 27 12 - added:host template for Ganglia13 14 15 16 - added:(optional) nodes hostnames column17 18 28 a: host template for Ganglia 29 adds a extra monarch host image to Ganglia's host overview 30 which displays/links to the jobs on that host 31 NOTE!: be sure to copy/install new template from addons/templates 32 a: (optional) nodes hostnames column 33 thanks to: Daniel Barthel - daniel(d.o.t)barthel(a.t)nottingham(d.o.t)ac(d.o.t)uk 34 for the suggestion 19 35 20 36 jobmond) 21 37 22 - fixed:when a job metric is longer than maximum metric length,23 24 - fixed:no longer exit when batch server is unavailable25 26 27 - fixed:fd closure bug causing stderr/stdout to remain open after daemonizing38 f: when a job metric is longer than maximum metric length, 39 the info is split up amongst multiple metrics 40 f: no longer exit when batch server is unavailable 41 thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com 42 for the patch 43 f: fd closure bug causing stderr/stdout to remain open after daemonizing 28 44 29 - changed:rearranged code to allow support for other batch systems45 c: rearranged code to allow support for other batch systems 30 46 31 - added:(experimental) SGE (Sun Grid Engine) support as batch server32 33 34 - added:pidfile support35 36 37 - added:usage display38 39 40 - added:queue selection support: ability to specify which QUEUE's to get jobinfo from41 42 47 a: (experimental) SGE (Sun Grid Engine) support as batch server 48 thanks to: Babu Sundaram - babu(a.t)cs(d.o.t)uh(d.o.t)edu 49 who developed it for a OSCAR's Google-SoC project 50 a: pidfile support 51 thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca 52 for the patch 53 a: usage display 54 thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca 55 for the patch 56 a: queue selection support: ability to specify which QUEUE's to get jobinfo from 57 thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca 58 for the patch 43 59 44 60 jobarchived) 45 61 46 - fixed:XML retrieval for Ganglia version >= 3.0.3 working properly again47 - fixed:database storing for Ganglia version >= 3.0.3 working properly again48 - fixed:fd closure bug causing stderr/stdout to remain open after daemonizing62 f: XML retrieval for Ganglia version >= 3.0.3 working properly again 63 f: database storing for Ganglia version >= 3.0.3 working properly again 64 f: fd closure bug causing stderr/stdout to remain open after daemonizing 49 65 50 - changed:misc. bugfixes to optimize XML connections51 - changed:misc. bugfixes for misc. minor issues66 c: misc. bugfixes to optimize XML connections 67 c: misc. bugfixes for misc. minor issues 52 68 53 - added:cleaning of stale jobs in dbase: see JOB_TIMEOUT option69 a: cleaning of stale jobs in dbase: see JOB_TIMEOUT option 54 70 55 71 0.1.1: … … 57 73 web) 58 74 59 - fixed:misc. layout bugs for overview & search60 - fixed:bug that occured when calculating the number of nodes when there61 75 f: misc. layout bugs for overview & search 76 f: bug that occured when calculating the number of nodes when there 77 was more than one job running on a machine 62 78 63 - changed:column requested memory is now optional through conf.php64 - changed:search and overview tables are now full screen (100%)65 - changed:overview jobnames are now cutoff at max 9 characters66 67 - changed:overview graphs are no longer downsized79 c: column requested memory is now optional through conf.php 80 c: search and overview tables are now full screen (100%) 81 c: overview jobnames are now cutoff at max 9 characters 82 to prevent (layout) scews in the tables 83 c: overview graphs are no longer downsized 68 84 69 - added:(optional) column 'queued' (since) in overview70 - added:search results (can) now have a SEARCH_RESULT_LIMIT71 72 - added:date/time format as displayed is now configurable through conf.php85 a: (optional) column 'queued' (since) in overview 86 a: search results (can) now have a SEARCH_RESULT_LIMIT 87 this increases performance of the query's significantly! 88 a: date/time format as displayed is now configurable through conf.php 73 89 74 90 jobmond) 75 91 76 - added:now reports 'queued since' (or creation time) of jobs92 a: now reports 'queued since' (or creation time) of jobs 77 93 78 94 documentation) 79 95 80 - fixed:wrong e-mail adress in INSTALL (doh!)96 f: wrong e-mail adress in INSTALL (doh!) 81 97 82 0.1 .0:98 0.1: 83 99 84 100 - First public release
Note: See TracChangeset
for help on using the changeset viewer.