Changeset 1330
- Timestamp:
- 10/18/09 08:12:34 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/Mogstored/ChildProcess/DiskUsage.pm
r1056 r1330 58 58 } 59 59 60 # FIXME: We're stupidly throwing away the 'avail' value here. 61 # This causes mogilefs to run aground when used with ext 62 # partitions using reserved space. Drop the reserved space from 63 # the total, and in the future add available to the device table 64 # and just use that. 65 $total = $used + $avail; 66 60 67 # create string to print 61 68 my $now = time;
