forked from mogilefs/MogileFS-Utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
155 lines (84 loc) · 4.04 KB
/
Changes
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
2.23 -- 2012-03-30
* Support checksums in mogadm (eric wong)
* Clean mogfiledebug output (dormando)
* Misc util fixes (dormando)
2.22 -- 2012-01-27
* Fix bug in mogstats config file parsing. Valid values with '#' were being
truncated (Bartzy)
* Add "mogrename" utility script (kwilczynski, Krzysztof Wilczynski).
2.21 -- 2011-10-29
* Improve error handling for broken usage files in `mogadm check`
2.20 -- 2011-06-15
* Remove redundant tracker calls. Required for MogileFS::Server 2.50 as
the redundant commands are now cached harder.
(dormando <[email protected]>)
2.19 -- 2011-01-08
* bump required client version (dormando <[email protected]>)
* Add mogfiledebug utility (dormando <[email protected]>)
* documentation updates. (dormando <[email protected]>)
* new commandline utils. (dormando <[email protected]>)
* teach mogstats what rebal queue is (dormando <[email protected]>)
* make a few errors less infuriating (dormando <[email protected]>)
* Fix files stat under Postgres. (Robin H. Johnson <[email protected]>)
* edit the meta details a little. (dormando <[email protected]>)
* Ignore generated Makefile (Tomas Doran <[email protected]>)
* Add resources (Tomas Doran <[email protected]>)
2.18 -- 2010-09-28
* Add rebalance commands
2.17 -- 2010-08-13
* Add 'domains' argument to mogstats for faster queries on basic by-domain
and class stats. (pyhhak)
2.16 -- 2010-04-02
* Add --replpolicy option for configuring a replication policy string.
Used in MogileFS::Network policies, etc.
(dormando)
* Updates to mogstats (dormando, Barry Abrahamson)
2.15 -- 2009-12-05
* Standalone mogstats utility (dormando)
* New mogilefs.conf option: timeout (Robin H. Johnson)
* Make --noverify a valid option for locate (Ask Bjoern Hansen)
* Make the locate command return all replicas, not just two (Gavin Brebner)
2.14 -- 2009-01-12
* Add --nobigfile option to skip bigfile parsing on large files. (dormando)
* Allow "listkey" on all files, not good for big dbs (Ask Bjoern Hansen)
* Make mogtool prefer command line settings over configuration file
settings (Ask)
2.13 -- 2008-08-16
* Add --noreplwait option to mogtool. (Dormando)
* Make mogadm prefer command line settings over configuration file
settings (Derek Boonstra)
* Wire up fsck_reset's startpos argument. (Robin H. Johnson).
* Fix the automatic retry on errors saving a chunk (Ask Bjoern Hansen)
* Improve error messages from mogtool (Ask Bjoern Hansen).
2.12 -- 2007-08-06
* Update POD documentation for mogadm to state of present code.
* Add device-modify command for consistency with host/class.
* Document return code behavior in the POD.
* Provide specific return codes for list, listkey and locate when the item
was not found.
* Sometimes we get a - when we are expecting a numeric. Force these to zero.
* Add locate task to mogtool that provides path output, useful in debugging.
* Implement "device summary" per RT#3784. This provides an output with one
line of storage data per host.
* Handle stats where there are no files in the DB.
* If there are hosts, but no devices, the totals were previously undefined,
leading to errors in the output.
2.11 -- 2007-06-19
* utilization column was always 0. single character typo from
Arjan <[email protected]>
2.10 -- 2007-05-14
* mogadm check no longer shows dead devices
* mogadm device list no longer shows devices, UNLESS you do:
mogadm device list --all
* allow setting a setting to "" (empty string)
2.09 -- 2007-05-03
* 'settings list' and 'settings set <key> <value>' sub-commands, if you have
MogileFS::Client >= 1.07 installed. otherwise just unavailable.
* fix multiple bugs in "fsck status" display/calculations.
2.08 -- 2007-04-20
* stats command from Leon Brocard
* fsck commands
* improved docs
* patch from Arthur Bebak <[email protected]> to add "listkey" to mogtool
1.50 -- 2006-11-13
* much-cleaned up and friendlier mogadm command