From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9586 invoked by alias); 19 Sep 2006 21:58:38 -0000 Received: (qmail 9549 invoked by uid 9582); 19 Sep 2006 21:58:37 -0000 Date: Tue, 19 Sep 2006 21:58:00 -0000 Message-ID: <20060919215837.9548.qmail@sourceware.org> From: rpeterso@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs/gfs_fsck bitmap.c block_list.c ini ... Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00647.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: rpeterso@sourceware.org 2006-09-19 21:58:37 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&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/block_list.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.2&r2=1.1.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/initialize.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.8&r2=1.1.2.9