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 312457 Details for
Bug 455756
[RHEL4/Xen]: Allow attach of > 16 xvd devices
[?]
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]
Finish expanding scsi devices in RHEL-4
linux-2.6.9-xen-expand-scsi-devices.patch (text/plain), 809 bytes, created by
Chris Lalancette
on 2008-07-23 10:12:09 UTC
(
hide
)
Description:
Finish expanding scsi devices in RHEL-4
Filename:
MIME Type:
Creator:
Chris Lalancette
Created:
2008-07-23 10:12:09 UTC
Size:
809 bytes
patch
obsolete
>--- linux-2.6.9.orig/drivers/xen/blkfront/vbd.c 2008-07-14 21:35:21.000000000 +0200 >+++ linux-2.6.9/drivers/xen/blkfront/vbd.c 2008-07-14 22:00:57.000000000 +0200 >@@ -50,7 +50,7 @@ > */ > > #define NUM_IDE_MAJORS 10 >-#define NUM_SCSI_MAJORS 9 >+#define NUM_SCSI_MAJORS 17 > #define NUM_VBD_MAJORS 1 > > static struct xlbd_type_info xlbd_ide_type = { >@@ -164,8 +164,11 @@ xlbd_get_major_info(int vdevice) > case SCSI_DISK1_MAJOR ... SCSI_DISK7_MAJOR: > index = 11 + major - SCSI_DISK1_MAJOR; > break; >- case SCSI_CDROM_MAJOR: index = 18; break; >- default: index = 19; break; >+ case SCSI_DISK8_MAJOR ... SCSI_DISK15_MAJOR: >+ index = 18 + major - SCSI_DISK8_MAJOR; >+ break; >+ case SCSI_CDROM_MAJOR: index = 26; break; >+ default: index = 27; break; > } > > mi = ((major_info[index] != NULL) ? major_info[index] :
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 455756
: 312457 |
312458