Changes between Version 14 and Version 15 of ssd
- Timestamp:
- Aug 18, 2017, 3:04:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ssd
v14 v15 1 [[PageOutline]]1 [[PageOutline]] 2 2 3 3 = Solid State Drives = … … 148 148 149 149 * HDA will probably be set to the path to the regular block device (e.g. `/dev/mapper/vg_wiwa0-jacobs`). Leave it as is (it will default to the virtio driver). 150 * Add a new variable: HDB set to the path to the ssd block device followed by scsi (e.g. `/dev/mapper/vg_wiwa1-jacobs scsi`). NOTE - this method is in transition. See [ticket:12797#comment:4]. The new method is to add an environment variable named after the disk, e.g. HDB_DRIVER=scsi.151 150 * Add a new variable: HDB set to the path to the ssd block device (e.g. `/dev/mapper/vg_wiwa1-jacobs`). 151 * Add another new environment variable named after the disk, e.g. HDB_DRIVER with the content: `scsi`. 152 152 153 153 Reboot the guest.