Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293478 Details for
Bug 395881
Anaconda makes a RAID 1 system upgrade to Fedora Core 8 unbootable
[?]
New
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.rh83 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]
create the file using mdadm
mdadm.diff (text/plain), 925 bytes, created by
Joel Andres Granados
on 2008-01-30 20:06:17 UTC
(
hide
)
Description:
create the file using mdadm
Filename:
MIME Type:
Creator:
Joel Andres Granados
Created:
2008-01-30 20:06:17 UTC
Size:
925 bytes
patch
obsolete
>diff --git a/fsset.py b/fsset.py >index 1038074..5470e91 100644 >--- a/fsset.py >+++ b/fsset.py >@@ -1375,25 +1375,6 @@ class FileSystemSet: > > return raidtab > >- def mdadmConf(self): >- raident = 0 >- >- cf = """ >-# mdadm.conf written out by anaconda >-DEVICE partitions >-MAILADDR root >-""" >- for ent in self.entries: >- if ent.device.getName() != "RAIDDevice": >- continue >- >- raident +=1 >- cf = cf + ent.device.mdadmLine() >- >- if raident > 0: >- return cf >- return >- > def crypttab(self): > """set up /etc/crypttab""" > crypttab = "" >@@ -1412,7 +1393,7 @@ MAILADDR root > > if cf: > f = open (prefix + "/etc/mdadm.conf", "w") >- f.write (cf) >+ iutil.execWithRedirect("mdadm", ["--detail", "--scan"], stdout=f) > f.close () > > crypttab = self.crypttab()
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 395881
:
267111
|
267181
| 293478