...
Configuration parameters
The KZPBA PCI SCSI adapter emulation has The I/O Bypass controller has the following configuration parameters:
container
Parameter | container[N] N is 0..32766 (no more than 64 units) | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type | Text string | |||||||||||||||||||||||||||
Value | Possible values of the parameter are strings in one of the following forms:
This parameter is initially not set, thus creating NO storage elements on the controller.. |
removable
Parameter | removable[N] N is "XXYY" number, where XX = SCSI ID ( 0..15) and YY - LUN (00..0732766 (no more than 64 units) | ||
---|---|---|---|
Type | Boolean | ||
Value | When set to "true", the removable configuration parameter instructs CHARON VM to report the corresponding virtual SCSI device as removable. Note to set this parameter to "true" if this disk storage element is:
By default the removable configuration parameter is set to "false". Example:
|
geometry
Parameter | geometry [N] N is "XXYY" number, where XX = SCSI ID (0..15) and YY - LUN (00..07) | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type | Text String | |||||||||||||||||||||
Value | This formatted string value specifies the explicit geometry of the disk storage element. This parameter is not applicable to tape storage elements. The string format is <X>”/”<Y>[“/”<Z>][“/”<B>] or <X>”,”<Y>[“,”<Z>][“,”<B>] where:
If this parameter is not set, CHARON VM will configure the geometry based on the most probable disk type. Initially not set.
The syntax described above is applicable only to disk storage elements. If the container is a tape image, the following format is used instead: Syntax:
where:
Example:
|
use_io_file_buffering
Parameter | use_io_file_buffering[N] N is "XXYY" number, where XX = SCSI ID (0..15) and YY = LUN (00..07) | |
---|---|---|
Type | Text String | |
Value | Instructs CHARON VM to enable host operating system I/O cache on reading/writing operations. The following values are possible:
Note that this caching has a significant effect only in case of mapping to disk and tape containers, not physical drives. When enabled, host operating system I/O cache may significantly improve I/O performance of the virtual system. At the same time maintaining I/O cache requires additional host resources (CPU and memory) which may negatively affect overall performance of the virtual system. Initially is set to "false". Example:
|
...