# # Kernel configuration file for the OSD scsi protocol # # Copyright ([31mCONFIG_C[0m) 2008 Panasas Inc. All rights reserved. # # Authors: # Boaz Harrosh <ooo@electrozaur.com> # Benny Halevy <bhalevy@panasas.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public version 2 License as # published by the Free Software Foundation # config [31mCONFIG_SCSI_OSD_INITIATOR[0m tristate "OSD-Initiator library" depends on [31mCONFIG_SCSI[0m help Enable the OSD-Initiator library (libosd.ko). NOTE: You must also select [31mCONFIG_CRYPTO_SHA1[0m + [31mCONFIG_CRYPTO_HMAC[0m and their dependencies config [31mCONFIG_SCSI_OSD_ULD[0m tristate "OSD Upper Level driver" depends on [31mCONFIG_SCSI_OSD_INITIATOR[0m help Build a [31mCONFIG_SCSI[0m upper layer driver that exports /dev/osdX devices to user-mode for testing and controlling OSD devices. It is also needed by exofs, for mounting an OSD based file system. config [31mCONFIG_SCSI_OSD_DPRINT_SENSE[0m int "(0-2) When sense is returned, DEBUG print all sense descriptors" default 1 depends on [31mCONFIG_SCSI_OSD_INITIATOR[0m help When a CHECK_CONDITION status is returned from a target, and a sense-buffer is retrieved, turning this on will dump a full sense-decoding message. Setting to 2 will also print recoverable errors that might be regularly returned for some filesystem operations. config [31mCONFIG_SCSI_OSD_DEBUG[0m bool "Compile All OSD modules with lots of DEBUG prints" default n depends on [31mCONFIG_SCSI_OSD_INITIATOR[0m help OSD Code is populated with lots of OSD_DEBUG(..) printouts to dmesg. Enable this if you found a bug and you want to help us track the problem (see also MAINTAINERS). Setting this will also force [31mCONFIG_SCSI_OSD_DPRINT_SENSE[0m=2. |