Re: [Cluster-devel] [PATCH 1/2] fsck.gfs2: Improve reporting of pass timings

2014-11-14 Thread Bob Peterson
- Original Message - The days value is not currently reported in the pass timings but the hours value is still reported modulo 24. Drop the use of gmtime(3) as it's more appropriate for calendar time operations than elapsed time, and add a simple duration reporting function which

Re: [Cluster-devel] [PATCH 2/2] mkfs.gfs2: Revert default resource group size

2014-11-14 Thread Bob Peterson
- Original Message - Choose a more performant resource group size than the maximum by default until gfs2 is more tuned for the larger number of bitmap blocks required for 2GB resource groups. Signed-off-by: Andrew Price anpr...@redhat.com --- gfs2/mkfs/main_mkfs.c | 2 +- 1 file