mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
- Minor race on BLOCKIO requests submittion was fixed - Other minor fixes and cleanups git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@220 d57e44dd-8a1f-0410-8b47-8ef2f437770f
21 lines
507 B
Plaintext
21 lines
507 B
Plaintext
[HANDLER vdisk]
|
|
#DEVICE <vdisk name>,<device path>,<options>,<block size>
|
|
DEVICE disk1,/path/disk1,,512
|
|
DEVICE hdc1,/dev/hdc1,BIO,512
|
|
DEVICE nullio,none,NULLIO,1024
|
|
|
|
[HANDLER vcdrom]
|
|
#DEVICE <vdisk name>,<device path>
|
|
|
|
[ASSIGNMENT Default]
|
|
#DEVICE <device name>,<lun>
|
|
|
|
[ASSIGNMENT Default_iqn.2007-05.com.example:storage.disk1.sys1.xyz]
|
|
#DEVICE <device name>,<lun>
|
|
DEVICE disk1,0
|
|
DEVICE nullio,3
|
|
|
|
[ASSIGNMENT Default_iqn.2007-05.com.example:storage.disk2.sys1.xyz]
|
|
#DEVICE <device name>,<lun>
|
|
DEVICE hdc1,0
|