[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#290580: marked as done (kernel-image-2.6.8-9-amd64-k8: problems when re-mounting a resized reiserfs partition on LVM)



Your message dated Sat, 5 Feb 2005 22:06:13 +0100
with message-id <20050205210613.GI31767@sputnik.stro.at>
and subject line Bug#290580: kernel-image-2.6.8-9-amd64-k8: problems when re-mounting a resized reiserfs partition on LVM
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Jan 2005 00:14:22 +0000
>From guillaume.laures@club-internet.fr Fri Jan 14 16:14:22 2005
Return-path: <guillaume.laures@club-internet.fr>
Received: from relay-6m.club-internet.fr [194.158.104.45] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Cpba9-0001hq-00; Fri, 14 Jan 2005 16:14:21 -0800
Received: from localhost.localdomain (l11v-4-99.d2.club-internet.fr [212.194.235.99])
	by relay-6m.club-internet.fr (Postfix) with ESMTP id 1266325603;
	Sat, 15 Jan 2005 01:14:20 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?iso-8859-15?q?Guillaume_Laur=E8s?= <guillaume.laures@club-internet.fr>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: kernel-image-2.6.8-9-amd64-k8: problems when re-mounting a resized reiserfs
 partition on LVM
X-Mailer: reportbug 3.5
Date: Sat, 15 Jan 2005 02:15:12 +0100
Message-Id: <20050115001420.1266325603@relay-6m.club-internet.fr>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: kernel
Severity: important

Basically I wanted to resize on the fly a reiserfs partition, itself
based on a LVM logical volume.

Here are the steps I followed:
- create a PV with 2 8.5Gigs partitions from 2 different ide disks 
- create a LV of 8 Gigs
- mkfs.reiserfs it
- mount it
- lvextend the LV  by 2Gigs
- resizefs.reiserfs it, nope if it's not moutntet read-only, so I
  remounted it ro (mount -o remout,ro)
- resizefs.reiserfs +2G worked
- mount -o remount,rw and there got the following general protection
  fault:
general protection fault: 0000 [1]
CPU 0
Modules linked in: ipv6 af_packet ehci_hcd sd_mod usb_storage ohci_hcd
eth1394 sata_nv libata ohci1394 dm_mod capability commoncap nvsound
soundcore evdev mousedev tsdev nvnet nvidia psmouse sr_mod sbp2 scsi_mod
ieee1394 ide_cd cdrom reiserfs ide_generic ide_disk amd74xx ide_core
unix font vesafb cfbcopyarea cfbimgblt cfbfillrect
Pid: 4222, comm: mount Tainted: P   2.6.8-9-amd64-k8
RIP: 0010:[<ffffffffa00ccb18>]
<ffffffffa00ccb18>{:reiserfs:cleanup_bitmap_list+136}
RSP: 0018:000001002d82db78  EFLAGS: 00010287
RAX: 0000010039767b50 RBX: 00ffffff00ffffff RCX: ffffff0001987130
RDX: 00ffffff0100000f RSI: ffffff0001987000 RDI: 00000100386acc00
RBP: 0000000000000040 R08: 000001002d82c000 R09: 0000000000010000
R10: 000001003f548000 R11: ffffffffa0023a10 R12: 0000000000000040
R13: ffffff00019871a0 R14: 00000100386acc00 R15: 0000000000000001
FS:  0000002a958ab620(0000) GS:ffffffff803b1340(0000)
knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 00000000005beef0 CR3: 0000000000101000 CR4: 00000000000006e0
Process mount (pid: 4222, threadinfo 000001002d82c000, task 0000010030c02430)
Stack: 0000000000000001 00000100317ef740 00000100317ef768 00000100386acc00
       0000000000000010 ffffffffa00cdd7e 000001002d1ddb60 00000100317ef7d0
       0000000000000001 00000100386acc00
Call Trace:<ffffffffa00cdd7e>{:reiserfs:flush_commit_list+910}
       <ffffffffa00d1c5b>{:reiserfs:do_journal_end+3003} <ffffffffa00c089d>{:reiserfs:reiserfs_remount+749}
       <ffffffff8016d317>{do_remount_sb+247} <ffffffff80181c8e>{do_mount+446}
       <ffffffff8014c3da>{filemap_nopage+394} <ffffffff80159811>{do_no_page+1089}
       <ffffffff801599f0>{handle_mm_fault+320} <ffffffff8014f49f>{__get_free_pages+31}
       <ffffffff80182497>{sys_mount+151} <ffffffff80110222>{system_call+126}


Code: 48 89 43 10 48 89 50 08 48 89 96 30 01 00 00 48 89 4a 08 49
RIP <ffffffffa00ccb18>{:reiserfs:cleanup_bitmap_list+136} RSP <000001002d82db78>
- after this I type df, the partition size was updated
- then mount alone, the partition was still ro
- mount -o remout,rw again and there got mount hanged

Hope this helps, find me as gom on #debian-amd64 if needed

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-9-amd64-k8
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

---------------------------------------
Received: (at 290580-done) by bugs.debian.org; 5 Feb 2005 21:06:15 +0000
>From max@stro.at Sat Feb 05 13:06:15 2005
Return-path: <max@stro.at>
Received: from baikonur.stro.at [213.239.196.228] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CxX8A-0004i2-00; Sat, 05 Feb 2005 13:06:15 -0800
Received: from sputnik (stallburg.stro.at [128.131.216.190])
	by baikonur.stro.at (Postfix) with ESMTP id 7C06B5C001
	for <290580-done@bugs.debian.org>; Sat,  5 Feb 2005 22:06:49 +0100 (CET)
Received: from max by sputnik with local (Exim 4.34)
	id 1CxX89-0002iG-4I
	for 290580-done@bugs.debian.org; Sat, 05 Feb 2005 22:06:13 +0100
Date: Sat, 5 Feb 2005 22:06:13 +0100
From: maximilian attems <debian@sternwelten.at>
To: 290580-done@bugs.debian.org
Subject: Re: Bug#290580: kernel-image-2.6.8-9-amd64-k8: problems when re-mounting a resized reiserfs partition on LVM
Message-ID: <20050205210613.GI31767@sputnik.stro.at>
References: <20050115001420.1266325603@relay-6m.club-internet.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <20050115001420.1266325603@relay-6m.club-internet.fr>
User-Agent: Mutt/1.5.6+20040907i
X-Virus-Scanned: by Amavis (ClamAV) at stro.at
Content-Transfer-Encoding: quoted-printable
Delivered-To: 290580-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

On Sat, 15 Jan 2005, Guillaume Laur=E8s wrote:

> Basically I wanted to resize on the fly a reiserfs partition, itself
> based on a LVM logical volume.

well reiserfs is not known fuer its stability,
but anyway device mapper in 2.6.8 has bugs.
you'll better use 2.6.10 from unstable.
=20
> Here are the steps I followed:
> - create a PV with 2 8.5Gigs partitions from 2 different ide disks=20
> - create a LV of 8 Gigs
> - mkfs.reiserfs it
> - mount it
> - lvextend the LV  by 2Gigs
> - resizefs.reiserfs it, nope if it's not moutntet read-only, so I
>   remounted it ro (mount -o remout,ro)
> - resizefs.reiserfs +2G worked
> - mount -o remount,rw and there got the following general protection
>   fault:
> general protection fault: 0000 [1]
> CPU 0
> Modules linked in: ipv6 af_packet ehci_hcd sd_mod usb_storage ohci_hcd
> eth1394 sata_nv libata ohci1394 dm_mod capability commoncap nvsound
> soundcore evdev mousedev tsdev nvnet nvidia psmouse sr_mod sbp2 scsi_mo=
d
> ieee1394 ide_cd cdrom reiserfs ide_generic ide_disk amd74xx ide_core
> unix font vesafb cfbcopyarea cfbimgblt cfbfillrect
> Pid: 4222, comm: mount Tainted: P   2.6.8-9-amd64-k8
sorry your kernel is tainted,
the debian kernel team doesn't support that.

> RIP: 0010:[<ffffffffa00ccb18>]
> <ffffffffa00ccb18>{:reiserfs:cleanup_bitmap_list+136}
> RSP: 0018:000001002d82db78  EFLAGS: 00010287
> RAX: 0000010039767b50 RBX: 00ffffff00ffffff RCX: ffffff0001987130
> RDX: 00ffffff0100000f RSI: ffffff0001987000 RDI: 00000100386acc00
> RBP: 0000000000000040 R08: 000001002d82c000 R09: 0000000000010000
> R10: 000001003f548000 R11: ffffffffa0023a10 R12: 0000000000000040
> R13: ffffff00019871a0 R14: 00000100386acc00 R15: 0000000000000001
> FS:  0000002a958ab620(0000) GS:ffffffff803b1340(0000)
> knlGS:0000000000000000
> CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
> CR2: 00000000005beef0 CR3: 0000000000101000 CR4: 00000000000006e0
> Process mount (pid: 4222, threadinfo 000001002d82c000, task 0000010030c=
02430)
> Stack: 0000000000000001 00000100317ef740 00000100317ef768 00000100386ac=
c00
>        0000000000000010 ffffffffa00cdd7e 000001002d1ddb60 00000100317ef=
7d0
>        0000000000000001 00000100386acc00
> Call Trace:<ffffffffa00cdd7e>{:reiserfs:flush_commit_list+910}
>        <ffffffffa00d1c5b>{:reiserfs:do_journal_end+3003} <ffffffffa00c0=
89d>{:reiserfs:reiserfs_remount+749}
>        <ffffffff8016d317>{do_remount_sb+247} <ffffffff80181c8e>{do_moun=
t+446}
>        <ffffffff8014c3da>{filemap_nopage+394} <ffffffff80159811>{do_no_=
page+1089}
>        <ffffffff801599f0>{handle_mm_fault+320} <ffffffff8014f49f>{__get=
_free_pages+31}
>        <ffffffff80182497>{sys_mount+151} <ffffffff80110222>{system_call=
+126}
>=20
>=20
> Code: 48 89 43 10 48 89 50 08 48 89 96 30 01 00 00 48 89 4a 08 49
> RIP <ffffffffa00ccb18>{:reiserfs:cleanup_bitmap_list+136} RSP <00000100=
2d82db78>
> - after this I type df, the partition size was updated
> - then mount alone, the partition was still ro
> - mount -o remout,rw again and there got mount hanged
>=20
> Hope this helps, find me as gom on #debian-amd64 if needed

closing.

--
maks



Reply to: