[Bug 178321] LVM snapshot creation fails
https://bugzilla.novell.com/show_bug.cgi?id=178321 admin-novell@gurulabs.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |admin-novell@gurulabs.com ------- Comment #51 from admin-novell@gurulabs.com 2006-12-28 21:40 MST ------- This bug exists on 10.1 and SLES10. On a SLES10 and 10.1 box I installed these pacakges from 10.2: device-mapper-1.02.12-13.i586.rpm lvm2-2.02.13-10.i586.rpm And snapshots now work! However, lvextend is broken now. 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 -- 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