Activity log for bug #1344178

Date Who What changed Old value New value Message
2014-07-18 17:10:46 David Moreau Simard bug added bug
2014-07-18 17:10:54 David Moreau Simard swift: assignee David Moreau Simard (dmsimard)
2014-07-18 17:10:59 David Moreau Simard swift: status New In Progress
2014-07-18 17:13:09 David Moreau Simard description It is currently possible to have swift-recon report on disk usage by two means: swift-recon -d OR swift-recon --all (which includes -d) Disk usage provides two options: --human-readable to provide usage in GB rather than bytes --top <integer> to list devices with the most usage These options are currently usable when using -d but not --all. This is because the options are not passed to disk_usage when using all: https://github.com/openstack/swift/blob/d317888a7eae276ae9dddf26a9030d01f6ba00fe/swift/cli/recon.py#L930 Versus when using -d: https://github.com/openstack/swift/blob/d317888a7eae276ae9dddf26a9030d01f6ba00fe/swift/cli/recon.py#L965 It is currently possible to have swift-recon report on disk usage by two means: swift-recon -d OR swift-recon --all (which includes -d) Disk usage provides two options: --human-readable to provide usage in MB/GB/TB++ rather than bytes --top <integer> to list devices with the most usage These options are currently usable when using -d but not --all. This is because the options are not passed to disk_usage when using all: https://github.com/openstack/swift/blob/d317888a7eae276ae9dddf26a9030d01f6ba00fe/swift/cli/recon.py#L930 Versus when using -d: https://github.com/openstack/swift/blob/d317888a7eae276ae9dddf26a9030d01f6ba00fe/swift/cli/recon.py#L965
2014-07-28 20:18:38 OpenStack Infra swift: status In Progress Fix Committed
2014-08-25 08:58:32 Thierry Carrez swift: status Fix Committed Fix Released
2014-08-25 08:58:32 Thierry Carrez swift: milestone 2.1.0