-
Notifications
You must be signed in to change notification settings - Fork 35
/
Changes
106 lines (58 loc) · 2.75 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
* 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