Displaying 5 results from an estimated 5 matches for "drivelist".
2011 Sep 05
1
linux xfs
..."linux xfs" at boot prompt. Please suggest/guide.
Regards
Kaushal
20:14:50 INFO : moving (1) to step confirminstall
20:14:55 INFO : moving (1) to step install
20:14:55 INFO : moving (1) to step enablefilesystems
20:14:55 DEBUG : starting mpaths
20:14:55 DEBUG : self.driveList(): ['sda', 'sdb']
20:14:55 DEBUG : DiskSet.skippedDisks: ['sdb']
20:14:55 DEBUG : DiskSet.skippedDisks: ['sdb']
20:14:55 DEBUG : done starting mpaths. Drivelist: ['sda', 'sdb']
20:14:57 INFO : disk.commit() for /dev/sda
20:14:57 DE...
2005 Jun 06
2
anaconda in centOS 4 fails to read md raid arrays
...k(diskset)
File "/var/tmp/anaconda-10.1.1.13//usr/lib/anaconda/partitions.py",
line 140, in setFromDisk
diskset.startAllRaid()
File "/var/tmp/anaconda-10.1.1.13//usr/lib/anaconda/partedUtils.py",
line 542, in startAllRaid
DiskSet.mdList.extend(raid.startAllRaid(driveList))
File "/var/tmp/anaconda-10.1.1.13//usr/lib/anaconda/raid.py", line
106, in startAllRaid
mdList = scanForRaid(driveList)
File "/var/tmp/anaconda-10.1.1.13//usr/lib/anaconda/raid.py", line
56, in scanForRaid
(major, minor, raidSet, level, nrDisks, totalDisks, m...
2009 Oct 27
0
[PATCH 1/4] Add 'raid' interface class
...EN,
+ IF_IDE, IF_SCSI, IF_RAID, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
IF_COUNT
} BlockInterfaceType;
@@ -185,6 +185,7 @@ typedef struct DriveInfo {
#define MAX_IDE_DEVS 2
#define MAX_SCSI_DEVS 7
+#define MAX_RAID_DEVS 128
#define MAX_DRIVES 32
extern QTAILQ_HEAD(drivelist, DriveInfo) drives;
diff --git a/vl.c b/vl.c
index 5dc7b2b..404afc3 100644
--- a/vl.c
+++ b/vl.c
@@ -2065,6 +2065,9 @@ DriveInfo *drive_init(QemuOpts *opts, void *opaque,
} else if (!strcmp(buf, "scsi")) {
type = IF_SCSI;
max_devs = MAX_SCSI_DEVS;
+ } el...
2009 Oct 27
0
[PATCH 1/4] Add 'raid' interface class
...EN,
+ IF_IDE, IF_SCSI, IF_RAID, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
IF_COUNT
} BlockInterfaceType;
@@ -185,6 +185,7 @@ typedef struct DriveInfo {
#define MAX_IDE_DEVS 2
#define MAX_SCSI_DEVS 7
+#define MAX_RAID_DEVS 128
#define MAX_DRIVES 32
extern QTAILQ_HEAD(drivelist, DriveInfo) drives;
diff --git a/vl.c b/vl.c
index 5dc7b2b..404afc3 100644
--- a/vl.c
+++ b/vl.c
@@ -2065,6 +2065,9 @@ DriveInfo *drive_init(QemuOpts *opts, void *opaque,
} else if (!strcmp(buf, "scsi")) {
type = IF_SCSI;
max_devs = MAX_SCSI_DEVS;
+ } el...
2008 Aug 21
0
kickstart error on 5.2 exception
...id.bootloader.useGrubVal: 1
id.bootloader.serialDevice: None
id.bootloader.images: BootImages instance, containing members:
id.bootloader.images.default: sda1
id.bootloader.images.images: {'sda1': ('linux', 'CentOS', 'ext3')}
id.bootloader.drivelist: [sda]
id.bootloader.serial: 0
id.bootloader.password: None
id.bootloader.forceLBA32: False
id.extraModules: []
id.network: Network instance, containing members:
id.network.hostname: MessageNet.msgnet.com
id.network.overrideDHCPhostname: 1
id.network.netdevices: {'et...