From Rhamses@tutmos.rost.ru  Tue Aug 19 23:57:07 2003
Return-Path: <Rhamses@tutmos.rost.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 829A816A4C0
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Aug 2003 23:57:07 -0700 (PDT)
Received: from tutmos.rost.ru (tutmos.rost.ru [80.254.96.15])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 27F9243F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Aug 2003 23:57:06 -0700 (PDT)
	(envelope-from Rhamses@tutmos.rost.ru)
Received: from tutmos.rost.ru (localhost [127.0.0.1])
	by tutmos.rost.ru (8.12.6/8.12.6) with ESMTP id h7K72ovY000812;
	Wed, 20 Aug 2003 11:02:50 +0400 (MSD)
	(envelope-from Rhamses@tutmos.rost.ru)
Received: (from root@localhost)
	by tutmos.rost.ru (8.12.6/8.12.6/Submit) id h7K72nr6000811;
	Wed, 20 Aug 2003 11:02:49 +0400 (MSD)
Message-Id: <200308200702.h7K72nr6000811@tutmos.rost.ru>
Date: Wed, 20 Aug 2003 11:02:49 +0400 (MSD)
From: Roman Lysenko <rhamses@rost.ru>
Reply-To: Roman Lysenko <rhamses@rost.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: rhamses@rost.ru
Subject: Growfs does not work on vinum concat volume after subdisk added 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55788
>Category:       bin
>Synopsis:       [vinum] Growfs does not work on vinum concat volume after subdisk added
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    le
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 02:44:54 PDT 2003
>Closed-Date:    Sun Aug 21 15:42:04 GMT 2005
>Last-Modified:  Sun Aug 21 15:42:04 GMT 2005
>Originator:     Roman Lysenko
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
The branch "Rostovelectrosviaz" of JSC "UTK" 
>Environment:
>Description:
        When add new subdisk to concat plex of vinum volume with existing file system
        growfs does not increase file system size, but it display that it do.
        And at the end growfs display "growfs: bad inode number 1 to ginode"
>How-To-Repeat:
        Create concat volume on vinum with 2 subdisks of 80 Gb size, make newfs
        then add new subdisk of 120 Gb size to vinum volume, than grow file system
        with growfs.

>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->grog 
Responsible-Changed-By: kris 
Responsible-Changed-When: Thu Oct 16 23:18:25 PDT 2003 
Responsible-Changed-Why:  
Assign to vinum author 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55788 
Responsible-Changed-From-To: grog->le 
Responsible-Changed-By: le 
Responsible-Changed-When: Wed Feb 11 07:12:56 PST 2004 
Responsible-Changed-Why:  
I rather suspect this to be a growfs but than a vinum bug. 

Nevertheless grab this PR from grog, since I'm currently tinkering 
with growfs. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55788 

From: Lukas Ertl <le@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, rhamses@rost.ru
Cc:  
Subject: Re: bin/55788: Growfs does not work on vinum concat volume after
 subdisk added
Date: Mon, 16 Feb 2004 14:56:12 +0100 (CET)

 This is IMHO really a growfs bug.
 
 It happens when the cylinder summary grows too big and needs to allocate
 another block to fit in.
 
 I've also found out that running fsck after you get this error will
 complain about some free blocks or maps, and then you can successfully
 grow the filesystem.
 
 Could you please confirm this "workaround"?
 
 regards,
 le
 
 -- 
 Lukas Ertl                           http://mailbox.univie.ac.at/~le/
 le@FreeBSD.org                       http://people.freebsd.org/~le/
State-Changed-From-To: open->closed 
State-Changed-By: le 
State-Changed-When: Sun Aug 21 15:41:45 GMT 2005 
State-Changed-Why:  
To my best knowledge, this is a growfs bug and it's already fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55788 
>Unformatted:
 >System: FreeBSD tutmos 5.0-RELEASE FreeBSD 5.0-RELEASE #2: Tue Aug 19 08:59:04 MSD 2003     
 Rhamses@tutmos:/usr/src/sys/i386/compile/TUTMOS  i386, patch to growfs from PR51138 was added
 
