Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 578098 Details for
Bug 813403
Partitioning exception with kickstart "interactive" mode and LVM disk
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
0001-Fix-partitioning-exception-with-kickstart-interactiv.patch (text/plain), 1.49 KB, created by
Greg Edwards
on 2012-04-17 16:32:07 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Greg Edwards
Created:
2012-04-17 16:32:07 UTC
Size:
1.49 KB
patch
obsolete
>From c79d845d5a5935237aea8370960fc26329ae9248 Mon Sep 17 00:00:00 2001 >From: Greg Edwards <gedwards@fireweed.org> >Date: Mon, 16 Apr 2012 16:30:20 -0600 >Subject: [PATCH] Fix partitioning exception with kickstart "interactive" mode > >This resolves an anaconda exception when using the "Create Custom >Layout" option of the partitioner, during a kickstart install with the >"interactive" option enabled, on a disk with existing LVM volumes. > >For reference, see BZ #641861, and upstream commit >d826ef84e22a4dba55850d8232229275617bfd61. > >Signed-off-by: Greg Edwards <gedwards@fireweed.org> >--- > iw/autopart_type.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/iw/autopart_type.py b/iw/autopart_type.py >index 3179ebe..aafd2d1 100644 >--- a/iw/autopart_type.py >+++ b/iw/autopart_type.py >@@ -156,7 +156,9 @@ class PartitionTypeWindow(InstallWindow): > # temporarily unset storage.clearPartType so that all devices will be > # found during storage reset > if not self._isInteractiveKS() or \ >- (self._isInteractiveKS() and len(self.storage.devicetree.findActions(type="create")) == 0): >+ (self._isInteractiveKS() and \ >+ (len(self.storage.devicetree.findActions(type="create")) == 0 or \ >+ self.buttonGroup.getCurrent() == "custom")): > clearPartType = self.anaconda.id.storage.clearPartType > self.anaconda.id.storage.clearPartType = None > self.anaconda.id.storage.reset() >-- >1.7.10 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 813403
:
578096
|
578097
| 578098