This is the mail archive of the
cluster-cvs@sourceware.org
mailing list for the cluster.
cluster/gfs/gfs_fsck bitmap.c block_list.c ini ...
- From: rpeterso at sourceware dot org
- To: cluster-cvs at sources dot redhat dot com
- Date: 20 Sep 2006 14:49:44 -0000
- Subject: cluster/gfs/gfs_fsck bitmap.c block_list.c ini ...
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rpeterso@sourceware.org 2006-09-20 14:49:44
Modified files:
gfs/gfs_fsck : bitmap.c block_list.c initialize.c
Log message:
This is the fix for bugzilla 200883: gfs_fsck segfaults.
The problem was that gfs_fsck was running out of memory
for in-core bitmaps when run on very large file systems.
For example, 45T requires about 11GB of memory. This fix doesn't
allow it to run, this just exits gracefully, tells them why,
and how much additional memory is needed.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/bitmap.c.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/block_list.c.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/initialize.c.diff?cvsroot=cluster&r1=1.11&r2=1.12