~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to Documentation/blockdev/cciss.txt

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
must rewind the tape (by issuing "mt -f /dev/st0 rewind" for example)
170
170
before i/o can proceed again to a tape drive which was reset.
171
171
 
 
172
There is a cciss_tape_cmds module parameter which can be used to make cciss
 
173
allocate more commands for use by tape drives.  Ordinarily only a few commands
 
174
(6) are allocated for tape drives because tape drives are slow and
 
175
infrequently used and the primary purpose of Smart Array controllers is to
 
176
act as a RAID controller for disk drives, so the vast majority of commands
 
177
are allocated for disk devices.  However, if you have more than a few tape
 
178
drives attached to a smart array, the default number of commands may not be
 
179
enought (for example, if you have 8 tape drives, you could only rewind 6
 
180
at one time with the default number of commands.)  The cciss_tape_cmds module
 
181
parameter allows more commands (up to 16 more) to be allocated for use by
 
182
tape drives.  For example:
 
183
 
 
184
        insmod cciss.ko cciss_tape_cmds=16
 
185
 
 
186
Or, as a kernel boot parameter passed in via grub:  cciss.cciss_tape_cmds=8