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 629091 Details for
Bug 867593
installer must stop relying on being able to tell kpartx to use a disk/partition delimiter
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.rh90 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]
patch
0001-parted-now-matches-kpartx-behavior-867593.patch (text/plain), 1.45 KB, created by
Brian Lane
on 2012-10-17 21:10:43 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brian Lane
Created:
2012-10-17 21:10:43 UTC
Size:
1.45 KB
patch
obsolete
>From f1e27b853868bf78c6133ff92e085293c1da1e3d Mon Sep 17 00:00:00 2001 >From: "Brian C. Lane" <bcl@redhat.com> >Date: Wed, 17 Oct 2012 14:00:27 -0700 >Subject: [PATCH] parted now matches kpartx behavior (#867593) > >No need to pass -p p anymore, parted now uses pX for device names that >end in a digit and just X if it doesn't. >--- > pyanaconda/storage/devices.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/pyanaconda/storage/devices.py b/pyanaconda/storage/devices.py >index 1246177..b965e06 100644 >--- a/pyanaconda/storage/devices.py >+++ b/pyanaconda/storage/devices.py >@@ -1752,7 +1752,7 @@ class DMDevice(StorageDevice): > def setupPartitions(self): > log_method_call(self, name=self.name, kids=self.kids) > rc = iutil.execWithRedirect("kpartx", >- ["-a", "-p", "p", self.path], >+ ["-a", self.path], > stdout = "/dev/tty5", > stderr = "/dev/tty5") > if rc: >@@ -1762,7 +1762,7 @@ class DMDevice(StorageDevice): > def teardownPartitions(self): > log_method_call(self, name=self.name, kids=self.kids) > rc = iutil.execWithRedirect("kpartx", >- ["-d", "-p", "p", self.path], >+ ["-d", self.path], > stdout = "/dev/tty5", > stderr = "/dev/tty5") > if rc: >-- >1.7.11.4 >
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 867593
:
629046
|
629047
|
629048
|
629049
| 629091 |
629092
|
915507