about summary refs log tree commit homepage
path: root/lib/mogilefs/admin.rb
DateCommit message (Expand)
2017-01-31freeze string literals in a few more places
2016-08-31admin: map unset reject_bad_md5 field to nil
2015-09-14admin: simplify utilization conversion
2015-01-16admin: reduce bytecode overhead of get_stats
2015-01-16admin: flesh out get_devices
2015-01-13admin (doc, get_hosts): display integers in results doc
2012-10-08admin: get_devices returns observed_state again
2012-10-08admin: minor speedups for get_hosts, get_devices, list_fids
2012-10-01admin: speed up get_domains for many domains
2012-06-29admin: simplify integer casting code
2012-06-29admin: get_devices casts reject_bad_md5 to boolean
2012-06-29admin: add change_device_weight command
2012-06-29admin: add support for create_device command
2011-12-11misc. documentation improvements
2011-12-08admin: fix off-by-one in each_fid method
2011-11-18admin (each_fid/list_fids): remove dependency on get_stats
2011-11-18admin: add numeric conversions for consistency
2011-11-18admin (list_fids,each_fid): convert integer fields to integers
2011-11-18admin: get_stats is deprecated and gone from latest MogileFS
2011-11-18admin: add clear_cache command
2011-11-18admin: add support for replicate_now command
2011-11-10doc: misc updates
2011-11-10admin: use Object#__send__ since Object#send can be overwritten
2011-11-07avoid circular requires
2011-11-07cleanup unused variable warnings
2011-11-07admin: allow changing replpolicy instead of just mindevcount
2011-11-06admin: update rdoc for deleting a domain
2011-11-06admin: get_domains includes replpolicy
2009-11-20set encoding: binary for all files
2009-01-23Remove unnecessary statements and temp variables
2009-01-05Remove all trailing whitespace
2008-10-15Raise MogileFS::ReadOnly error for readonly instances
2008-03-21Import mogilefs-client converted to Hoe.