RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 863045 - ValueError: Cannot remove extended partition sda4. Logical partitions present.
Summary: ValueError: Cannot remove extended partition sda4. Logical partitions present.
Keywords:
Status: CLOSED DUPLICATE of bug 862971
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: anaconda
Version: 7.0
Hardware: ppc64
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard: abrt_hash:a1140655f1feaa252a0401923f2...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-04 10:07 UTC by Martin Banas
Modified: 2012-10-05 14:43 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-05 14:43:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (263.12 KB, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: product (24 bytes, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: type (9 bytes, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: storage.log (145.57 KB, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: version (3 bytes, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: environ (901 bytes, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: anaconda.log (16.21 KB, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: syslog (37.75 KB, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: hashmarkername (8 bytes, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: packaging.log (1.66 KB, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: cmdline_file (194 bytes, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: release (58 bytes, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details
File: program.log (33.06 KB, text/plain)
2012-10-04 10:07 UTC, Martin Banas
no flags Details

Description Martin Banas 2012-10-04 10:07:20 UTC
Description of problem:
Steps to reproduce:

1. Start installation on PPC64, where there's already a partitioning layout from previous installation
2. In partitioning step, remove /, /boot and swap partition
3. In unknown "tab", remove PPC PReP partition (there's probably a bug, because the space is marked as Unknown, not removed
4. Let anaconda create the partitioning for you (There's a link for it)
5. Anaconda doesn't create a PReP partition, so create it manually:
6. First resize the /boot partition (500MB -> 495MB)
7. After this step anaconda crashes.


Version-Release number of selected component:
anaconda-18.11

Additional info:
libreport version: 2.0.14
cmdline:        /usr/bin/python  /sbin/anaconda
kernel:         3.6.0-0.27.el7.ppc64

description:
:The following was filed automatically by anaconda:
:anaconda 18.11 exception report
:Traceback (most recent call first):
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 385, in _removeDevice
:    "Logical partitions present." % dev.name)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 425, in registerAction
:    self._removeDevice(action.device)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1219, in destroyDevice
:    self.devicetree.registerAction(action)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/partitioning.py", line 692, in updateExtendedPartitions
:    storage.destroyDevice(part)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/partitioning.py", line 790, in doPartitioning
:    updateExtendedPartitions(storage, disks)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1913, in allocatePartitions
:    doPartitioning(self)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 3198, in post_create
:    self.storage.allocatePartitions()
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2086, in newDevice
:    factory.post_create()
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 974, in _save_right_side
:    raid_level=raid_level)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1534, in on_selector_clicked
:    self._save_right_side(self._current_selector)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py", line 188, in _onSelectorClicked
:    cb(selector)
:ValueError: Cannot remove extended partition sda4.  Logical partitions present.

Comment 1 Martin Banas 2012-10-04 10:07:22 UTC
Created attachment 621526 [details]
File: anaconda-tb

Comment 2 Martin Banas 2012-10-04 10:07:23 UTC
Created attachment 621527 [details]
File: product

Comment 3 Martin Banas 2012-10-04 10:07:25 UTC
Created attachment 621528 [details]
File: type

Comment 4 Martin Banas 2012-10-04 10:07:27 UTC
Created attachment 621529 [details]
File: storage.log

Comment 5 Martin Banas 2012-10-04 10:07:28 UTC
Created attachment 621530 [details]
File: version

Comment 6 Martin Banas 2012-10-04 10:07:30 UTC
Created attachment 621531 [details]
File: environ

Comment 7 Martin Banas 2012-10-04 10:07:31 UTC
Created attachment 621532 [details]
File: anaconda.log

Comment 8 Martin Banas 2012-10-04 10:07:33 UTC
Created attachment 621533 [details]
File: syslog

Comment 9 Martin Banas 2012-10-04 10:07:35 UTC
Created attachment 621534 [details]
File: hashmarkername

Comment 10 Martin Banas 2012-10-04 10:07:36 UTC
Created attachment 621535 [details]
File: packaging.log

Comment 11 Martin Banas 2012-10-04 10:07:38 UTC
Created attachment 621536 [details]
File: cmdline_file

Comment 12 Martin Banas 2012-10-04 10:07:39 UTC
Created attachment 621537 [details]
File: release

Comment 13 Martin Banas 2012-10-04 10:07:41 UTC
Created attachment 621538 [details]
File: program.log

Comment 14 Chris Lumens 2012-10-05 14:43:53 UTC
We'll work this from the Fedora side and get it committed there, so let's track it in the already open bug.

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


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