Mailinglist Archive: opensuse-bugs (5010 mails)

< Previous Next >
[Bug 506725] New: yast / yast2 resizing panel for LVM has disappeared. resizing a logical volume is refused, but works from commandline
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sat, 23 May 2009 23:50:21 -0600 (MDT)
  • Message-id: <bug-506725-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugzilla.novell.com/show_bug.cgi?id=506725


Summary: yast / yast2 resizing panel for LVM has disappeared.
resizing a logical volume is refused, but works from
commandline
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: x86-64
OS/Version: openSUSE 11.1
Status: NEW
Severity: Major
Priority: P5 - None
Component: YaST2
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: rens.groenewegen@xxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
Found By: ---


User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7)
Gecko/2009022800 SUSE/3.0.7-1.1.6 Firefox/3.0.7

cannot resize a logical volume from yast, but I can from commandline

this is since 11.1
also true for SLES 11

if I install the previous version of yast2 storage and lvm2 / lvm2 libs,
everything works fine, as it used too.

Reproducible: Always

Steps to Reproduce:
1. create lvm volumegroup
2. create logical volume and mountpoint
3. try to resize from panels.

Actual Results:
yast panel it cannot resize a mounted logical volume

Expected Results:
logical volume panel allowing me to define new size in MB or GB

here's the commandline output:
root[/root]
=>lvextend -L +1GB /dev/mapper/datavg-data01
File descriptor 3 left open
File descriptor 4 left open
Extending logical volume data01 to 92.01 GB
Logical volume data01 successfully resized
=>df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/sda10 10084 8504 1068 89% /
udev 1507 1 1507 1% /dev
/dev/mapper/datavg-data01
90714 67354 18754 79% /data
/dev/sda1 10084 4795 4778 51% /suse110
root[/root]
=>resize2fs /data
resize2fs 1.41.1 (01-Sep-2008)
open: Is a directory while opening /data
root[/root]
=>resize2fs /dev/mapper/datavg-data01
resize2fs 1.41.1 (01-Sep-2008)
Filesystem at /dev/mapper/datavg-data01 is mounted on /data; on-line resizing
required
old desc_blocks = 6, new_desc_blocks = 6
Performing an on-line resize of /dev/mapper/datavg-data01 to 24119296 (4k)
blocks.
The filesystem on /dev/mapper/datavg-data01 is now 24119296 blocks long.

root[/root]
=>df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/sda10 10084 8505 1068 89% /
udev 1507 1 1507 1% /dev
/dev/mapper/datavg-data01
92736 67356 20671 77% /data
/dev/sda1 10084 4795 4778 51% /suse110

--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >