libstorage / libstoragemgmt

A library for storage management
https://libstorage.github.io/libstoragemgmt-doc/
GNU Lesser General Public License v2.1
82 stars 32 forks source link

Use smaller default length for inquiry #443

Closed tasleson closed 3 years ago

tasleson commented 3 years ago

Some Areca RAID controllers take issue with an inquiry command issued with a length > 0x4000. We will use this as a max default length and provide the ability to override it if needed at runtime with an env variable "LSM_MAX_INQUIRY_LEN".

ref.

https://tracker.ceph.com/issues/48270 https://github.com/libstorage/libstoragemgmt/issues/442

Signed-off-by: Tony Asleson tasleson@redhat.com