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 293594 Details for
Bug 352721
Editing existing raid partition doesn't show raid members.
[?]
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]
proposed patch
raidlist.diff (text/plain), 1.04 KB, created by
Joel Andres Granados
on 2008-01-31 15:51:10 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Joel Andres Granados
Created:
2008-01-31 15:51:10 UTC
Size:
1.04 KB
patch
obsolete
>--- /usr/lib/anaconda/iw/raid_dialog_gui.py 2007-11-01 23:19:43.000000000 +0100 >+++ raid_dialog_gui.py 2008-01-31 15:48:42.000000000 +0100 >@@ -44,13 +44,26 @@ > sw.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC) > sw.set_shadow_type(gtk.SHADOW_IN) > >+ import pdb >+ pdb.set_trace() >+ tempDevList = [] >+ if not self.isNew: >+ # We need this list if we are editing. >+ for id in reqraidpart: >+ tempDevList.append(self.partitions.getRequestByID(id).device) >+ > partrow = 0 > for part, size, used in allraidparts: > partname = "%s" % part > partsize = "%8.0f MB" % size > >- if preexist == 0: >+ if self.isNew: > partlist.append_row((partname, partsize), False) >+ else: >+ # Ask self.partitions what devices to list as selected. >+ if part in tempDevList: >+ #list the partition and put it as selected >+ partlist.append_row((partname, partsize), True) > > return (partlist, sw) >
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 352721
: 293594