diff options
| author | Douglas Gilbert <[email protected]> | 2020-04-22 19:42:17 +0900 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2020-05-05 00:37:31 -0400 |
| commit | 9267e0eb41fedc2d4b930a90aca17051fa1ef21a (patch) | |
| tree | fa1a8a13ef5a51ddc4a6c5cf9c4bcd3c96de58e3 /tools/perf/scripts/python | |
| parent | f0d1cf9378bd4030725efa4c154cd39383dd0c12 (diff) | |
scsi: scsi_debug: Add ZBC module parameter
Add the zbc module parameter to take either:
0: none (probably a conventional disk)
1: host-aware
2: host-managed
These values are chosen to match 'enum blk_zoned_model' found in
include/linux/blkdev.h . Instead of "none", "no" or "0" can be given.
Instead of "host-aware", "aware or "1" can be given. Instead of
"host-managed", "managed" or "2" can be given.
Note: the zbc parameter can only be given at driver/module load time; it
cannot be changed via sysfs thereafter.
At this time there is no ZBC "host-aware" implementation so that string (or
the value '1') results in a modprobe error.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Douglas Gilbert <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions