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 309920 Details for
Bug 452240
Unable to install Xen guest with multiple disks
[?]
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]
Workaround in anaconda
anaconda.patch (text/plain), 719 bytes, created by
Ian Campbell
on 2008-06-20 14:01:01 UTC
(
hide
)
Description:
Workaround in anaconda
Filename:
MIME Type:
Creator:
Ian Campbell
Created:
2008-06-20 14:01:01 UTC
Size:
719 bytes
patch
obsolete
>--- partedUtils.py.orig 2008-06-02 14:58:18.000000000 +0100 >+++ partedUtils.py 2008-06-02 14:59:22.000000000 +0100 >@@ -20,6 +20,7 @@ > import parted > import math > import os, sys, string, struct >+import fcntl > > from product import * > import fsset >@@ -723,6 +724,14 @@ > for disk in self.disks.values(): > disk.commit() > #disk.close() >+ >+ # force a re-read of the partition table, which the version of >+ # parted in use doesn't do for us with xvd* devices -- note that >+ # (0x125F == BLKRRPART): >+ f = open("/dev/%s" % node, 'we') >+ fcntl.ioctl(f, 0x125F) >+ f.close() >+ > del disk > self.refreshDevices() >
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 452240
: 309920 |
309921
|
312770
|
312771
|
312772
|
312773