Bug 106867

Summary: (x86) 2.6.0-test kernel/kernel-unsupported RPMs completely lack jfs support
Product: [Retired] Red Hat Raw Hide Reporter: Barry K. Nathan <barryn>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: barryn
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-07 03:11:08 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:
Attachments:
Description Flags
patch to change kernel configs to add JFS support none

Description Barry K. Nathan 2003-10-12 19:32:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030630

Description of problem:
JFS is totally missing from both kernel and kernel-unsupported, for the 2.6.0
test RPMs.

This prevents a system with JFS partitions from accessing those partitions.

Version-Release number of selected component (if applicable):
kernel-2.6.0-0.test7.1.52, kernel-unsupported-2.6.0-0.test7.1.52

How reproducible:
Always

Steps to Reproduce:
0. Ideally, find a system with JFS partitions on it.
1. Install the 2.6 kernel-unsupported and kernel RPMs.
2. Reboot into the new kernel.


Actual Results:  Notice lack of JFS support; notice that you can't get to your
data (if you have JFS partitions around). If your root partition is JFS, notice
that your system no longer boots ;)

Expected Results:  JFS should be present and working.

Additional info:

FWIW, 
# CONFIG_JFS_FS is not set
in all of the configs in /usr/src/linux-2.6.0-0.test7.1.52/configs

I might try patching the kernel SRPM (and then attaching such a patch to this
bug report).

Comment 1 Barry K. Nathan 2003-10-12 23:56:33 UTC
Created attachment 95124 [details]
patch to change kernel configs to add JFS support

These config files configure JFS just as it is configured in 2.4.21-3.EL. It's
compiling now as I type this. Once that finishes I'll test the i686 package to
make sure it works. I'm using a single 1.4GHz Pentium III for the compile so it
might take a while...

Comment 2 Barry K. Nathan 2003-10-13 06:31:41 UTC
It compiles and it works...

Comment 3 Barry K. Nathan 2004-03-07 03:11:08 UTC
It seems fixed to me in both fc-devel and
people.redhat.com/arjanv/2.5, so I'm marking the bug as resolved.