[Bug 231053] New: LVM's lvextend broken by not calculating needed extents properly
https://bugzilla.novell.com/show_bug.cgi?id=231053 Summary: LVM's lvextend broken by not calculating needed extents properly Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: admin-novell@gurulabs.com QAContact: qa@suse.de On my SLES10 and SL10.1 boxes with the following two packages from 10.2 installed: device-mapper-1.02.12-13.i586.rpm lvm2-2.02.13-10.i586.rpm (this is done to fix broken snapshot support -- see bug 178321) It appears lvm 2.02.13 can't do lvextend properly. Observe: I trying to resize a 512MB logical volume to 800MB. There is 448MB of free space (or 28 extents of 16MB each). It resizes OK with lvm2-2.02.02 but not with lvm2-2.02.13. station9:/tmp # vgs VG #PV #LV #SN Attr VSize VFree vg01 4 1 0 wz--n- 960.00M 448.00M <--- see the free space station9:/tmp # lvs LV VG Attr LSize Origin Snap% Move Log Copy% databases vg01 -wi-ao 512.00M <---- LV I'm about to resize station9:/tmp # lvextend -L 800M /dev/vg01/databases Extending logical volume databases to 800.00 MB Insufficient free space: 50 extents needed, but only 28 available station9:/tmp # lvextend -L +288M /dev/vg01/databases Extending logical volume databases to 800.00 MB Insufficient free space: 50 extents needed, but only 28 available station9:/tmp # lvextend -l 50 /dev/vg01/databases Extending logical volume databases to 800.00 MB Insufficient free space: 50 extents needed, but only 28 available station9:/tmp # lvextend -l +18 /dev/vg01/databases Extending logical volume databases to 800.00 MB Insufficient free space: 50 extents needed, but only 28 available If I revert back to the lvm2 and device-mapper packages shipped with 10.1 and SLES10, the same commands do work. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=231053 chrubis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |fehr@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=231053 fehr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #1 from fehr@novell.com 2006-12-30 07:03 MST ------- *** This bug has been marked as a duplicate of bug 229222 *** -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com