Bug 98310 - up2date causes corrupt filesystem
Summary: up2date causes corrupt filesystem
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 2.1
Classification: Red Hat
Component: up2date
Version: 2.1
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Adrian Likins
QA Contact: Fanny Augustin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-06-30 21:48 UTC by Bryan Che
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-01-14 21:24:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Bryan Che 2003-06-30 21:48:07 UTC
Description of problem:

I did a full up2date on AS 2.1 to 2.4.9-e.25smp.  When I rebooted the box, /var
was mounted twice on my box as a normal partition and also as a raw partition:

/root/>df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/md2               8254200   2809000   5025908  36% /
/dev/md1                101018     33055     62747  35% /boot
none                    513860         0    513860   0% /dev/shm
/dev/md3               7076060   3110388   3606224  47% /var
/dev/sda3              7076060   3110388   3606224  47% /var

This led to severe corruption of my filesystem.  

Phil D'Amore helped me fix this issue by modifying /etc/fstab and replacing 

LABEL=/var              /var

with

/dev/md3                /var




Version-Release number of selected component (if applicable):

AS 2.1


How reproducible:

Always (I up2dated 3 boxes and had this corruption issue on all 3)


Steps to Reproduce:
1. up2date system with separate /var partition
2. 
3.
    
Actual results:

df shows /var mounted twice, filesystem corruption

Expected results:

/var mounted once, no filesystem corruption =p

Additional info:

Comment 1 Adrian Likins 2003-07-02 17:41:39 UTC
I dont really see how this is an up2date issue?

File system corruption is more or less always a
kernel issue, and up2date doesnt touch fstab. It's
possible one of the packages in the transaction
set may of had problems.

What about this case of filesystem corruption
makes it appear to be a up2date issue?


Note You need to log in before you can comment on or make changes to this bug.