Bug 137292 - Clicking on an LV, then attempting to remove it doesn't work
Summary: Clicking on an LV, then attempting to remove it doesn't work
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: system-config-lvm
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Jim Parsons
QA Contact: Jim Parsons
URL:
Whiteboard:
: 137052 138839 (view as bug list)
Depends On:
Blocks: 135876
TreeView+ depends on / blocked
 
Reported: 2004-10-27 10:44 UTC by Jay Turner
Modified: 2015-01-08 00:08 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-11-11 17:50:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jay Turner 2004-10-27 10:44:06 UTC
Description of problem:
Start up system-config-lvm-0.9.3-1.0, then click on the "Logical View"
which should show a graphic representation of the logical volumes. 
Now click on one of the LVs which make up the cylinder, then click the
 "Remove Selected Logical Volume(s)" button.  This will generate a
message along the lines of "Are you quite certain that you wish to
remove the Logical Volume LogVol00?" which is the first hint something
is wrong.  Answering "yes" results in a dialog stating that the
lvremove command failed and the command attempted was

/usr/sbin/lvremove --force LogVol00

But 'lvremove' is expecting the path to the LV, not just it's name, so
the call should actually be

/usr/sbin/lvremove --force /dev/VolGroup00/LogVol00

This works correctly if you click on one of the LV's first in the
left-hand pane.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jim Parsons 2004-11-10 04:52:58 UTC
Doh, was not grabbing full path - even though the method was there to
use. 
Fixed @ 0.9.8-1.0

Comment 2 Derek Anderson 2004-11-11 15:24:57 UTC
*** Bug 138839 has been marked as a duplicate of this bug. ***

Comment 3 Derek Anderson 2004-11-11 17:46:13 UTC
*** Bug 137052 has been marked as a duplicate of this bug. ***

Comment 4 Derek Anderson 2004-11-11 17:50:20 UTC
Verified in system-config-lvm-0.9.8-1.0.


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