Bug 242582

Summary: ext "mounting unchecked fs" warnings when mounting snapshots
Product: Red Hat Enterprise Linux 5 Reporter: Corey Marthaler <cmarthal>
Component: lvm2Assignee: Mikuláš Patočka <mpatocka>
Status: CLOSED WONTFIX QA Contact: Corey Marthaler <cmarthal>
Severity: low Docs Contact:
Priority: low    
Version: 5.0CC: agk, dwysocha, jbrassow, mbroz, prockai
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-11 03:13:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Corey Marthaler 2007-06-04 21:51:42 UTC
Description of problem:
Opening a rhel5 dup of bz 178705.

Version-Release number of selected component (if applicable):
2.6.18-18.el5/lvm2-2.02.16-3.el5

Comment 1 Mikuláš Patočka 2008-06-11 03:12:57 UTC
Resolving this as WONTFIX because Ext2 design doesn't allow stabilizing the
filesystem while it is mounted. See explanation in bug 178705. There are two
major problems with it:

1. You can sync, but you can't prevent any concurrent updates while the sync is
in progress. Preventing concurrent updates would mean to add another lock to Ext2
and would kill performance.

2. Ext2 doesn't provide a method for removing open deleted inodes. The only way
to remove them is to run fsck.