12.30 -- 2018-01-19
2
3   * mogadm: document "readonly" state for hosts (Eric Wong <e@80x24.org>)
4
52.29 -- 2014-12-15
6
7   * Add exit codes when failing. (Jesus Roncero <jesus@we7.com>)
8
9   * mogadm: add "device next" sub-command (Eric Wong <normalperson@yhbt.net>)
10
112.28 -- 2013-08-07
12
13   * mogadm: improve "device list" formatting (Eric Wong <normalperson@yhbt.net>)
14
15   * mogadm: include drain devices by default in summary (Eric Wong <normalperson@yhbt.net>)
16
17   * mogadm: do not warn about drain unless drain is specified (Eric Wong <normalperson@yhbt.net>)
18
19   * mogadm: improve error message on module load error (Eric Wong <normalperson@yhbt.net>)
20
21   * mogfiledebug: add --paths=<print|stat|fetch> option (Eric Wong <normalperson@yhbt.net>)
22
23   * mogfiledebug: show Last-Modified header if available (Eric Wong <normalperson@yhbt.net>)
24
252.27 -- 2013-01-11
26
27   * mogupload no longer slurps files into memory if the size is known ahead
28     of time. (Eric Wong)
29
30   * Support "mogadm device (list|summary) --hostname=..." (Eric Wong)
31
32   * Show weight in "mogadm device list" (Eric Wong)
33
34   * mogfiledebug: no longer requires --domain when in --fid mode (Eric Wong)
35
362.26 -- 2012-08-13
37
38   * Fix from Eric Wong to make IO column display N/A if iostat is broken,
39     rather than 0%
40
412.25 -- 2012-06-26
42
43   * Simple fix fixing the previous fix to work again for all non-Postgres DBs
44     :( (dormando)
45
462.24 -- 2012-06-21
47
48   * Simple fix for mogstats file length display overflow on Postgres
49
502.23 -- 2012-03-30
51
52   * Support checksums in mogadm (eric wong)
53
54   * Clean mogfiledebug output (dormando)
55
56   * Misc util fixes (dormando)
57
582.22 -- 2012-01-27
59
60   * Fix bug in mogstats config file parsing. Valid values with '#' were being
61     truncated (Bartzy)
62
63   * Add "mogrename" utility script (kwilczynski, Krzysztof Wilczynski).
64
652.21 -- 2011-10-29
66
67   * Improve error handling for broken usage files in `mogadm check`
68
692.20 -- 2011-06-15
70
71   * Remove redundant tracker calls. Required for MogileFS::Server 2.50 as
72     the redundant commands are now cached harder.
73     (dormando <dormando@rydia.net>)
74
752.19 -- 2011-01-08
76
77   * bump required client version (dormando <dormando@rydia.net>)
78
79   * Add mogfiledebug utility (dormando <dormando@rydia.net>)
80
81   * documentation updates. (dormando <dormando@rydia.net>)
82
83   * new commandline utils. (dormando <dormando@rydia.net>)
84
85   * teach mogstats what rebal queue is (dormando <dormando@rydia.net>)
86
87   * make a few errors less infuriating (dormando <dormando@rydia.net>)
88
89   * Fix files stat under Postgres. (Robin H. Johnson <robbat2@gentoo.org>)
90
91   * edit the meta details a little. (dormando <dormando@rydia.net>)
92
93   * Ignore generated Makefile (Tomas Doran <bobtfish@bobtfish.net>)
94
95   * Add resources (Tomas Doran <bobtfish@bobtfish.net>)
96
972.18 -- 2010-09-28
98
99  * Add rebalance commands
100
1012.17 -- 2010-08-13
102
103  * Add 'domains' argument to mogstats for faster queries on basic by-domain
104    and class stats. (pyhhak)
105
1062.16 -- 2010-04-02
107
108  * Add --replpolicy option for configuring a replication policy string.
109    Used in MogileFS::Network policies, etc.
110    (dormando)
111
112  * Updates to mogstats (dormando, Barry Abrahamson)
113
1142.15 -- 2009-12-05
115
116  * Standalone mogstats utility (dormando)
117
118  * New mogilefs.conf option: timeout (Robin H. Johnson)
119
120  * Make --noverify a valid option for locate (Ask Bjoern Hansen)
121
122  * Make the locate command return all replicas, not just two (Gavin Brebner)
123
1242.14 -- 2009-01-12
125
126  * Add --nobigfile option to skip bigfile parsing on large files. (dormando)
127
128  * Allow "listkey" on all files, not good for big dbs (Ask Bjoern Hansen)
129
130  * Make mogtool prefer command line settings over configuration file
131    settings (Ask)
132
1332.13 -- 2008-08-16
134
135  * Add --noreplwait option to mogtool. (Dormando)
136
137  * Make mogadm prefer command line settings over configuration file
138    settings (Derek Boonstra)
139
140  * Wire up fsck_reset's startpos argument. (Robin H. Johnson).
141
142  * Fix the automatic retry on errors saving a chunk (Ask Bjoern Hansen)
143
144  * Improve error messages from mogtool (Ask Bjoern Hansen).
145
1462.12 -- 2007-08-06
147
148  * Update POD documentation for mogadm to state of present code.
149
150  * Add device-modify command for consistency with host/class.
151
152  * Document return code behavior in the POD.
153
154  * Provide specific return codes for list, listkey and locate when the item
155    was not found.
156
157  * Sometimes we get a - when we are expecting a numeric. Force these to zero.
158
159  * Add locate task to mogtool that provides path output, useful in debugging.
160
161  * Implement "device summary" per RT#3784. This provides an output with one
162    line of storage data per host.
163
164  * Handle stats where there are no files in the DB.
165
166  * If there are hosts, but no devices, the totals were previously undefined,
167    leading to errors in the output.
168
1692.11 -- 2007-06-19
170
171  * utilization column was always 0.  single character typo from
172    Arjan <info@bouncetek.com>
173
1742.10 -- 2007-05-14
175
176  * mogadm check no longer shows dead devices
177
178  * mogadm device list no longer shows devices, UNLESS you do:
179    mogadm device list --all
180
181  * allow setting a setting to "" (empty string)
182
1832.09 -- 2007-05-03
184
185  * 'settings list' and 'settings set <key> <value>' sub-commands, if you have
186    MogileFS::Client >= 1.07 installed.  otherwise just unavailable.
187
188  * fix multiple bugs in "fsck status" display/calculations.
189
1902.08 -- 2007-04-20
191
192  * stats command from Leon Brocard
193
194  * fsck commands
195
196  * improved docs
197
198  * patch from Arthur Bebak <abebak@fabrikinc.com> to add "listkey" to mogtool
199
2001.50 -- 2006-11-13
201
202  * much-cleaned up and friendlier mogadm command
203
204
205