Bug 258561 - Creating multiple snapshots causes kernel panic
Summary: Creating multiple snapshots causes kernel panic
Keywords:
Status: CLOSED DUPLICATE of bug 211525
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: lvm2
Version: 5.0
Hardware: x86_64
OS: All
medium
medium
Target Milestone: ---
: ---
Assignee: Milan Broz
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-28 00:09 UTC by Christian Nygaard
Modified: 2013-03-01 04:05 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-07 13:43:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Christian Nygaard 2007-08-28 00:09:54 UTC
Description of problem:
If you create multiple snapshots with LVM and then use lvremove
the kernel panics. This also happens if you lvcreate, do not use lvremove
and just reboot, then the system always panics.

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

How reproducible:
Create multiple lvm snapshots and then remove them, when you remove
the last snapshot the kernel panics.

Steps to Reproduce:
1. i=0 ; while [ $i -lt 18 ] ; do lvcreate -L32M -s -n test$i /dev/system/var ;
let i=i+1 ; done

2. i=0 ; while [ $i -lt 18 ] ; do lvremove -f /dev/system/test$i ; let i=i+1 ; done

3.
  
Actual results:
Kernel Panic

Expected results:
Snapshots

Additional info:

Comment 1 Milan Broz 2007-09-07 13:43:35 UTC
There is no syslog attached output but I am almost sure that this is duplicate
of bug 211525.
If it is different problem, please reopen the bug and attach syslog with OOps
information, thanks.


*** This bug has been marked as a duplicate of 211525 ***


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